Shades of Cashmere #CEAF9C
Tints of Cashmere #CEAF9C
RGB
CMYK
RGB Variations
Color information
#CEAF9C (or 0xCEAF9C) is known color: Cashmere. HEX triplet: CE, AF and 9C. RGB value is (206,175,156). Sum of RGB (Red+Green+Blue) = 206+175+156=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF9C is #315063. Grayscale: #B6B6B6. Windows color (decimal): -3231844 or 10268622. OLE color: 10268622.
HSL color Cylindrical-coordinate representation of color #CEAF9C: hue angle of 22.8º 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 #CEAF9C is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 156 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.19 |
| HSL | 22.8º | 0.34% | 0.71% | - |
| HSV(B) | 22.8º | 0.24% | 0.81% | - |
| XYZ | 46.78 | 46.18 | 37.9 | - |
| YUV | 182.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 156 | 0 | 0.15 | 0.24 | 0.19 | 22.8 | 0.34 | 0.71 |
| Hex | CE | AF | 9C | 0 | F | 18 | 13 | 17 | 22 | 47 |
| Octal | 316 | 257 | 234 | 0 | 17 | 30 | 23 | 27 | 42 | 107 |
| Binary | 11001110 | 10101111 | 10011100 | 0 | 1111 | 11000 | 10011 | 10111 | 100010 | 1000111 |
Color Harmonies of #CEAF9C
Complementary color
Monochromatic Colors of #CEAF9C
Black with #CEAF9C
Text Example
Text Example
White with #CEAF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF9C; }
p { color: rgb(206,175,156); }
H1.HeaderClassName
{
color: #CEAF9C;
}
.AnyTagClassName
{
color: #CEAF9C;
}
</style>
background-color css
<style>
a { background-color: #CEAF9C; }
a { background-color: rgb(206,175,156); }
div.DivClassName
{
background-color: #CEAF9C;
}
.BgClassName
{
background-color: #CEAF9C;
}
</style>
border-color css
<style>
span { border-color: #CEAF9C; }
span { border-color: rgb(206,175,156); }
td.TdClassName
{
border-color: #CEAF9C;
}
.TagClassName
{
border-color: #CEAF9C;
}
</style>