Shades of Cashmere #CEAD9C
Tints of Cashmere #CEAD9C
RGB
CMYK
RGB Variations
Color information
#CEAD9C (or 0xCEAD9C) is known color: Cashmere. HEX triplet: CE, AD and 9C. RGB value is (206,173,156). Sum of RGB (Red+Green+Blue) = 206+173+156=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD9C is #315263. Grayscale: #B5B5B5. Windows color (decimal): -3232356 or 10268110. OLE color: 10268110.
HSL color Cylindrical-coordinate representation of color #CEAD9C: hue angle of 20.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEAD9C is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 156 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.19 |
| HSL | 20.4º | 0.34% | 0.71% | - |
| HSV(B) | 20.4º | 0.24% | 0.81% | - |
| XYZ | 46.4 | 45.41 | 37.77 | - |
| YUV | 180.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 156 | 0 | 0.16 | 0.24 | 0.19 | 20.4 | 0.34 | 0.71 |
| Hex | CE | AD | 9C | 0 | 10 | 18 | 13 | 14 | 22 | 47 |
| Octal | 316 | 255 | 234 | 0 | 20 | 30 | 23 | 24 | 42 | 107 |
| Binary | 11001110 | 10101101 | 10011100 | 0 | 10000 | 11000 | 10011 | 10100 | 100010 | 1000111 |
Color Harmonies of #CEAD9C
Complementary color
Monochromatic Colors of #CEAD9C
Black with #CEAD9C
Text Example
Text Example
White with #CEAD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD9C; }
p { color: rgb(206,173,156); }
H1.HeaderClassName
{
color: #CEAD9C;
}
.AnyTagClassName
{
color: #CEAD9C;
}
</style>
background-color css
<style>
a { background-color: #CEAD9C; }
a { background-color: rgb(206,173,156); }
div.DivClassName
{
background-color: #CEAD9C;
}
.BgClassName
{
background-color: #CEAD9C;
}
</style>
border-color css
<style>
span { border-color: #CEAD9C; }
span { border-color: rgb(206,173,156); }
td.TdClassName
{
border-color: #CEAD9C;
}
.TagClassName
{
border-color: #CEAD9C;
}
</style>