Color: #CD9C6C

#CD9C6C Color Information

#CD9C6C is a light color. The closest websafe version is #CD9C6C. A complement of this color would be #6B9CCC, perceived brightness is 0.65, and the grayscale version is #9C9C9C.

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

In a RGB color space, #CD9C6C is composed of 80% red, 61% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 47% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 38.33, x: 0.4390, and y: 0.4048.

Color Code #CD9C6C

HEX
#CD9C6C
RGB
rgb(205, 156, 108)
HSL
hsl(30, 49%, 61%)
HSV
hsv(30, 47%, 80%)
CMYK
0%, 24%, 47%, 20%
XYZ
X: 41.57, Y: 38.33, Z: 14.79
Lab
L: 68.26, a: 14.53, b: 32.52
Name

Shades of Color #CD9C6C

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

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

In the HSL color space, this color has a hue angle of 30°, a saturation of 49%, and a lightness of 61%. The HSV representation shows a hue of 30°, a saturation of 47%, and a value of 80%.

  • HEX: #CD9C6C
  • RGB: rgb(205, 156, 108)
  • HSL: hsl(30, 49%, 61%)
  • HSV: hsv(30, 47%, 80%)
  • CMYK: 0.00% cyan, 24.00% magenta, 47.00% yellow, 20.00% black
  • XYZ: 41.57, 38.33, 14.79
  • Yxy: 38.33, 0.4390, 0.4048
  • Hunter Lab: 68.26, 14.53, 32.52
  • CIE-Lab: 68.26, 14.53, 32.52

In the XYZ color space, this color is represented as X: 41.57, Y: 38.33, Z: 14.79. The Yxy representation further refines this as Y: 38.33, x: 0.4390, and y: 0.4048.

In the Hunter Lab color space, this color is represented as L: 68.26, a: 14.53, and b: 32.52. Similarly, in the CIE-Lab color space, it is represented as L: 68.26, a: 14.53, and b: 32.52.

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

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

Analogous Colors of #CD9C6C

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

Monochromatic Colors of #CD9C6C

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

Complementary Color of #CD9C6C

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

/* Using HEX */
body {
  background-color: #cd9c6c;
}
/* Using RGB */
body {
  background-color: rgb(205, 156, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 156, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(30, 49%, 61%);
}
/* Text color */
p {
  color: #cd9c6c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd9c6c;
}

HTML Examples of #CD9C6C

<!-- Using HEX -->
<div style="background-color: #cd9c6c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 156, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 156, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(30, 49%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cd9c6c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cd9c6c; width: 100px; height: 100px;"></div>

Related Colors of #CD9C6C

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