Color: #CEA6AB
#CEA6AB Color Information
#CEA6AB is a light color. The closest websafe version is #CEA6AB. A complement of this color would be #A6CEC9, perceived brightness is 0.70, and the grayscale version is #BABABA.
In the HSL color space, this color has a hue angle of 353°,a saturation of 29%, and a lightness of 73%.The HSV representation shows a hue of 353°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CEA6AB is composed of 81% red, 65% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 17% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 43.54, x: 0.3806, and y: 0.3494.
Color Code #CEA6AB
Shades of Color #CEA6AB
Shades are created by darkening the original color #CEA6AB 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 #CEA6AB
Tints are created by lightening the original color #CEA6AB 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 #CEA6AB Color Code
In the HSL color space, this color has a hue angle of 353°, a saturation of 29%, and a lightness of 73%. The HSV representation shows a hue of 353°, a saturation of 19%, and a value of 81%.
- HEX: #CEA6AB
- RGB: rgb(206, 166, 171)
- HSL: hsl(353, 29%, 73%)
- HSV: hsv(353, 19%, 81%)
- CMYK: 0.00% cyan, 19.00% magenta, 17.00% yellow, 19.00% black
- XYZ: 47.43, 43.54, 33.65
- Yxy: 43.54, 0.3806, 0.3494
- Hunter Lab: 71.92, 15.72, 3.28
- CIE-Lab: 71.92, 15.72, 3.28
In the XYZ color space, this color is represented as X: 47.43, Y: 43.54, Z: 33.65. The Yxy representation further refines this as Y: 43.54, x: 0.3806, and y: 0.3494.
In the Hunter Lab color space, this color is represented as L: 71.92, a: 15.72, and b: 3.28. Similarly, in the CIE-Lab color space, it is represented as L: 71.92, a: 15.72, and b: 3.28.
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 #CEA6AB
Triadic colors are three colors evenly spaced around the color wheel, including #CEA6AB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CEA6AB
Monochromatic colors are variations of #CEA6AB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CEA6AB
The complementary color of #CEA6AB 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 #CEA6AB
/* Using HEX */ body { background-color: #cea6ab; }
/* Using RGB */ body { background-color: rgb(206, 166, 171); }
/* Using RGB with opacity */ body { background-color: rgba(206, 166, 171, 0.5); }
/* Using HSL */ body { background-color: hsl(353, 29%, 73%); }
/* Text color */ p { color: #cea6ab; }
/* Box shadow */ div { box-shadow: 4px 4px #cea6ab; }
HTML Examples of #CEA6AB
<!-- Using HEX --> <div style="background-color: #cea6ab; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(206, 166, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(206, 166, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(353, 29%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cea6ab;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cea6ab; width: 100px; height: 100px;"></div>
Related Colors of #CEA6AB
These colors are similar to #CEA6AB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.