Shades of Cashmere #CEAF91
Tints of Cashmere #CEAF91
RGB
CMYK
RGB Variations
Color information
#CEAF91 (or 0xCEAF91) is known color: Cashmere. HEX triplet: CE, AF and 91. RGB value is (206,175,145). Sum of RGB (Red+Green+Blue) = 206+175+145=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF91 is #31506E. Grayscale: #B5B5B5. Windows color (decimal): -3231855 or 9547726. OLE color: 9547726.
HSL color Cylindrical-coordinate representation of color #CEAF91: hue angle of 29.51º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEAF91 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 145 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.19 |
| HSL | 29.51º | 0.38% | 0.69% | - |
| HSV(B) | 29.51º | 0.3% | 0.81% | - |
| XYZ | 45.89 | 45.83 | 33.21 | - |
| YUV | 180.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 145 | 0 | 0.15 | 0.30 | 0.19 | 29.51 | 0.38 | 0.69 |
| Hex | CE | AF | 91 | 0 | F | 1E | 13 | 1E | 26 | 45 |
| Octal | 316 | 257 | 221 | 0 | 17 | 36 | 23 | 36 | 46 | 105 |
| Binary | 11001110 | 10101111 | 10010001 | 0 | 1111 | 11110 | 10011 | 11110 | 100110 | 1000101 |
Color Harmonies of #CEAF91
Complementary color
Monochromatic Colors of #CEAF91
Black with #CEAF91
Text Example
Text Example
White with #CEAF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF91; }
p { color: rgb(206,175,145); }
H1.HeaderClassName
{
color: #CEAF91;
}
.AnyTagClassName
{
color: #CEAF91;
}
</style>
background-color css
<style>
a { background-color: #CEAF91; }
a { background-color: rgb(206,175,145); }
div.DivClassName
{
background-color: #CEAF91;
}
.BgClassName
{
background-color: #CEAF91;
}
</style>
border-color css
<style>
span { border-color: #CEAF91; }
span { border-color: rgb(206,175,145); }
td.TdClassName
{
border-color: #CEAF91;
}
.TagClassName
{
border-color: #CEAF91;
}
</style>