Color: #CAA67C
#CAA67C Color Information
#CAA67C is a light color. The closest websafe version is #CAA67C. A complement of this color would be #7DA1CA, perceived brightness is 0.67, and the grayscale version is #A3A3A3.
In the HSL color space, this color has a hue angle of 32°,a saturation of 42%, and a lightness of 64%.The HSV representation shows a hue of 32°, a saturation of 39%, and a value of 79%.
In a RGB color space, #CAA67C is composed of 79% red, 65% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 18% magenta, 39% yellow and 21% black.
In the Yxy color space, this color is represented as Y: 41.70, x: 0.4168, and y: 0.4012.
Color Code #CAA67C
Shades of Color #CAA67C
Shades are created by darkening the original color #CAA67C 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 #CAA67C
Tints are created by lightening the original color #CAA67C 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 #CAA67C Color Code
In the HSL color space, this color has a hue angle of 32°, a saturation of 42%, and a lightness of 64%. The HSV representation shows a hue of 32°, a saturation of 39%, and a value of 79%.
- HEX: #CAA67C
- RGB: rgb(202, 166, 124)
- HSL: hsl(32, 42%, 64%)
- HSV: hsv(32, 39%, 79%)
- CMYK: 0.00% cyan, 18.00% magenta, 39.00% yellow, 21.00% black
- XYZ: 43.32, 41.70, 18.92
- Yxy: 41.70, 0.4168, 0.4012
- Hunter Lab: 70.66, 9.41, 27.01
- CIE-Lab: 70.66, 9.41, 27.01
In the XYZ color space, this color is represented as X: 43.32, Y: 41.70, Z: 18.92. The Yxy representation further refines this as Y: 41.70, x: 0.4168, and y: 0.4012.
In the Hunter Lab color space, this color is represented as L: 70.66, a: 9.41, and b: 27.01. Similarly, in the CIE-Lab color space, it is represented as L: 70.66, a: 9.41, and b: 27.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 #CAA67C
Triadic colors are three colors evenly spaced around the color wheel, including #CAA67C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CAA67C
Monochromatic colors are variations of #CAA67C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CAA67C
The complementary color of #CAA67C 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 #CAA67C
/* Using HEX */ body { background-color: #caa67c; }
/* Using RGB */ body { background-color: rgb(202, 166, 124); }
/* Using RGB with opacity */ body { background-color: rgba(202, 166, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(32, 42%, 64%); }
/* Text color */ p { color: #caa67c; }
/* Box shadow */ div { box-shadow: 4px 4px #caa67c; }
/* Border color */ .box { border: 4px solid #caa67c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #caa67c; }
/* Background with text */ div { background: #caa67c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CAA67C
<!-- Using HEX --> <div style="background-color: #caa67c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 166, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 166, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(32, 42%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #caa67c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #caa67c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #caa67c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #caa67c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #caa67c; color: #fff; padding: 16px; border-radius: 8px;"> #CAA67C </div>
Related Colors of #CAA67C
These colors are similar to #CAA67C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.