Color: #CDBC96

#CDBC96 Color Information

#CDBC96 is a light color. The closest websafe version is #CDBC96. A complement of this color would be #98A9CD, perceived brightness is 0.74, and the grayscale version is #B1B1B1.

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

In a RGB color space, #CDBC96 is composed of 80% red, 74% green and 59% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 27% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 51.48, x: 0.3893, and y: 0.3980.

Color Code #CDBC96

HEX
#CDBC96
RGB
rgb(205, 188, 150)
HSL
hsl(41, 35%, 70%)
HSV
hsv(41, 27%, 80%)
CMYK
0%, 8%, 27%, 20%
XYZ
X: 50.35, Y: 51.48, Z: 27.52
Lab
L: 76.97, a: 1.90, b: 21.61
Name

Shades of Color #CDBC96

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

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

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

  • HEX: #CDBC96
  • RGB: rgb(205, 188, 150)
  • HSL: hsl(41, 35%, 70%)
  • HSV: hsv(41, 27%, 80%)
  • CMYK: 0.00% cyan, 8.00% magenta, 27.00% yellow, 20.00% black
  • XYZ: 50.35, 51.48, 27.52
  • Yxy: 51.48, 0.3893, 0.3980
  • Hunter Lab: 76.97, 1.90, 21.61
  • CIE-Lab: 76.97, 1.90, 21.61

In the XYZ color space, this color is represented as X: 50.35, Y: 51.48, Z: 27.52. The Yxy representation further refines this as Y: 51.48, x: 0.3893, and y: 0.3980.

In the Hunter Lab color space, this color is represented as L: 76.97, a: 1.90, and b: 21.61. Similarly, in the CIE-Lab color space, it is represented as L: 76.97, a: 1.90, and b: 21.61.

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

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

Analogous Colors of #CDBC96

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

Monochromatic Colors of #CDBC96

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

Complementary Color of #CDBC96

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

/* Using HEX */
body {
  background-color: #cdbc96;
}
/* Using RGB */
body {
  background-color: rgb(205, 188, 150);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 188, 150, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(41, 35%, 70%);
}
/* Text color */
p {
  color: #cdbc96;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdbc96;
}

HTML Examples of #CDBC96

<!-- Using HEX -->
<div style="background-color: #cdbc96; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 188, 150); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 188, 150, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(41, 35%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cdbc96;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cdbc96; width: 100px; height: 100px;"></div>

Related Colors of #CDBC96

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