Color: #CDAA8F
#CDAA8F Color Information
#CDAA8F is a light color. The closest websafe version is #CDAA8F. A complement of this color would be #8EB2CC, perceived brightness is 0.70, and the grayscale version is #AEAEAE.
In the HSL color space, this color has a hue angle of 26°,a saturation of 38%, and a lightness of 68%.The HSV representation shows a hue of 26°, a saturation of 30%, and a value of 80%.
In a RGB color space, #CDAA8F is composed of 80% red, 67% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 30% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 44.07, x: 0.4021, and y: 0.3850.
Color Code #CDAA8F
Shades of Color #CDAA8F
Shades are created by darkening the original color #CDAA8F 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 #CDAA8F
Tints are created by lightening the original color #CDAA8F 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 #CDAA8F Color Code
In the HSL color space, this color has a hue angle of 26°, a saturation of 38%, and a lightness of 68%. The HSV representation shows a hue of 26°, a saturation of 30%, and a value of 80%.
- HEX: #CDAA8F
- RGB: rgb(205, 170, 143)
- HSL: hsl(26, 38%, 68%)
- HSV: hsv(26, 30%, 80%)
- CMYK: 0.00% cyan, 17.00% magenta, 30.00% yellow, 20.00% black
- XYZ: 46.03, 44.07, 24.37
- Yxy: 44.07, 0.4021, 0.3850
- Hunter Lab: 72.27, 10.29, 19.01
- CIE-Lab: 72.27, 10.29, 19.01
In the XYZ color space, this color is represented as X: 46.03, Y: 44.07, Z: 24.37. The Yxy representation further refines this as Y: 44.07, x: 0.4021, and y: 0.3850.
In the Hunter Lab color space, this color is represented as L: 72.27, a: 10.29, and b: 19.01. Similarly, in the CIE-Lab color space, it is represented as L: 72.27, a: 10.29, and b: 19.01.
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 #CDAA8F
Triadic colors are three colors evenly spaced around the color wheel, including #CDAA8F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CDAA8F
Monochromatic colors are variations of #CDAA8F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CDAA8F
The complementary color of #CDAA8F 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 #CDAA8F
/* Using HEX */ body { background-color: #cdaa8f; }
/* Using RGB */ body { background-color: rgb(205, 170, 143); }
/* Using RGB with opacity */ body { background-color: rgba(205, 170, 143, 0.5); }
/* Using HSL */ body { background-color: hsl(26, 38%, 68%); }
/* Text color */ p { color: #cdaa8f; }
/* Box shadow */ div { box-shadow: 4px 4px #cdaa8f; }
/* Border color */ .box { border: 4px solid #cdaa8f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cdaa8f; }
/* Background with text */ div { background: #cdaa8f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CDAA8F
<!-- Using HEX --> <div style="background-color: #cdaa8f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(205, 170, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(205, 170, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(26, 38%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cdaa8f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cdaa8f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cdaa8f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cdaa8f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cdaa8f; color: #fff; padding: 16px; border-radius: 8px;"> #CDAA8F </div>
Related Colors of #CDAA8F
These colors are similar to #CDAA8F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.