Shades of Cashmere #CEA992
Tints of Cashmere #CEA992
RGB
CMYK
RGB Variations
Color information
#CEA992 (or 0xCEA992) is known color: Cashmere. HEX triplet: CE, A9 and 92. RGB value is (206,169,146). Sum of RGB (Red+Green+Blue) = 206+169+146=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA992 is #31566D. Grayscale: #B1B1B1. Windows color (decimal): -3233390 or 9611726. OLE color: 9611726.
HSL color Cylindrical-coordinate representation of color #CEA992: hue angle of 23º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEA992 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 146 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.19 |
| HSL | 23º | 0.38% | 0.69% | - |
| HSV(B) | 23º | 0.29% | 0.81% | - |
| XYZ | 44.83 | 43.57 | 33.24 | - |
| YUV | 177.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 146 | 0 | 0.18 | 0.29 | 0.19 | 23 | 0.38 | 0.69 |
| Hex | CE | A9 | 92 | 0 | 12 | 1D | 13 | 17 | 26 | 45 |
| Octal | 316 | 251 | 222 | 0 | 22 | 35 | 23 | 27 | 46 | 105 |
| Binary | 11001110 | 10101001 | 10010010 | 0 | 10010 | 11101 | 10011 | 10111 | 100110 | 1000101 |
Color Harmonies of #CEA992
Complementary color
Monochromatic Colors of #CEA992
Black with #CEA992
Text Example
Text Example
White with #CEA992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA992; }
p { color: rgb(206,169,146); }
H1.HeaderClassName
{
color: #CEA992;
}
.AnyTagClassName
{
color: #CEA992;
}
</style>
background-color css
<style>
a { background-color: #CEA992; }
a { background-color: rgb(206,169,146); }
div.DivClassName
{
background-color: #CEA992;
}
.BgClassName
{
background-color: #CEA992;
}
</style>
border-color css
<style>
span { border-color: #CEA992; }
span { border-color: rgb(206,169,146); }
td.TdClassName
{
border-color: #CEA992;
}
.TagClassName
{
border-color: #CEA992;
}
</style>