Color: #CD853A

#CD853A Color Information

#CD853A is a light color. The closest websafe version is #CD853A. A complement of this color would be #3B82CE, perceived brightness is 0.57, and the grayscale version is #848484.

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

In a RGB color space, #CD853A is composed of 80% red, 52% green and 23% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 72% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 30.65, x: 0.4963, and y: 0.4195.

Color Code #CD853A

HEX
#CD853A
RGB
rgb(205, 133, 58)
HSL
hsl(31, 60%, 52%)
HSV
hsv(31, 72%, 80%)
CMYK
0%, 35%, 72%, 20%
XYZ
X: 36.26, Y: 30.65, Z: 6.15
Lab
L: 62.22, a: 23.76, b: 50.69
Name

Shades of Color #CD853A

Shades are created by darkening the original color #CD853A 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 #CD853A

Tints are created by lightening the original color #CD853A 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 #CD853A Color Code

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

  • HEX: #CD853A
  • RGB: rgb(205, 133, 58)
  • HSL: hsl(31, 60%, 52%)
  • HSV: hsv(31, 72%, 80%)
  • CMYK: 0.00% cyan, 35.00% magenta, 72.00% yellow, 20.00% black
  • XYZ: 36.26, 30.65, 6.15
  • Yxy: 30.65, 0.4963, 0.4195
  • Hunter Lab: 62.22, 23.76, 50.69
  • CIE-Lab: 62.22, 23.76, 50.69

In the XYZ color space, this color is represented as X: 36.26, Y: 30.65, Z: 6.15. The Yxy representation further refines this as Y: 30.65, x: 0.4963, and y: 0.4195.

In the Hunter Lab color space, this color is represented as L: 62.22, a: 23.76, and b: 50.69. Similarly, in the CIE-Lab color space, it is represented as L: 62.22, a: 23.76, and b: 50.69.

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 #CD853A

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

Analogous Colors of #CD853A

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

Monochromatic Colors of #CD853A

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

Complementary Color of #CD853A

The complementary color of #CD853A 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 #CD853A

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

HTML Examples of #CD853A

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

Related Colors of #CD853A

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