Color: #CB523C

#CB523C Color Information

#CB523C is a dark color. The closest websafe version is #CB523C. A complement of this color would be #3EB6CC, perceived brightness is 0.45, and the grayscale version is #848484.

In the HSL color space, this color has a hue angle of 9°,a saturation of 58%, and a lightness of 52%.The HSV representation shows a hue of 9°, a saturation of 100%, and a value of 100%.

In a RGB color space, #CB523C is composed of 80% red, 32% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 60% magenta, 70% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 19.61, x: 0.5501, and y: 0.3603.

Color Code #CB523C

HEX
#CB523C
RGB
rgb(203, 82, 60)
HSL
hsl(9, 58%, 52%)
HSV
hsv(9, 70%, 80%)
CMYK
0%, 60%, 70%, 20%
XYZ
X: 29.94, Y: 19.61, Z: 4.88
Lab
L: 51.39, a: 48.08, b: 38.29
Name

Shades of Color #CB523C

Shades are created by darkening the original color #CB523C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #CB523C

Tints are created by lightening the original color #CB523C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #CB523C Color Code

In the HSL color space, this color has a hue angle of 9°, a saturation of 58%, and a lightness of 52%. The HSV representation shows a hue of 9°, a saturation of 70%, and a value of 80%.

  • HEX: #CB523C
  • RGB: rgb(203, 82, 60)
  • HSL: hsl(9, 58%, 52%)
  • HSV: hsv(9, 70%, 80%)
  • CMYK: 0.00% cyan, 60.00% magenta, 70.00% yellow, 20.00% black
  • XYZ: 29.94, 19.61, 4.88
  • Yxy: 19.61, 0.5501, 0.3603
  • Hunter Lab: 51.39, 48.08, 38.29
  • CIE-Lab: 51.39, 48.08, 38.29

In the XYZ color space, this color is represented as X: 29.94, Y: 19.61, Z: 4.88. The Yxy representation further refines this as Y: 19.61, x: 0.5501, and y: 0.3603.

In the Hunter Lab color space, this color is represented as L: 51.39, a: 48.08, and b: 38.29. Similarly, in the CIE-Lab color space, it is represented as L: 51.39, a: 48.08, and b: 38.29.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #CB523C

Triadic colors are three colors evenly spaced around the color wheel, including #CB523C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CB523C

Analogous colors are adjacent to #CB523C on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #CB523C

Monochromatic colors are variations of #CB523C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CB523C

The complementary color of #CB523C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #CB523C

/* Using HEX */
body {
  background-color: #cb523c;
}
/* Using RGB */
body {
  background-color: rgb(203, 82, 60);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 82, 60, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(9, 58%, 52%);
}
/* Text color */
p {
  color: #cb523c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb523c;
}

HTML Examples of #CB523C

<!-- Using HEX -->
<div style="background-color: #cb523c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 82, 60); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 82, 60, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(9, 58%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cb523c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cb523c; width: 100px; height: 100px;"></div>

Related Colors of #CB523C

These colors are similar to #CB523C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.