Shades of Cashmere #CEB09C
Tints of Cashmere #CEB09C
RGB
CMYK
RGB Variations
Color information
#CEB09C (or 0xCEB09C) is known color: Cashmere. HEX triplet: CE, B0 and 9C. RGB value is (206,176,156). Sum of RGB (Red+Green+Blue) = 206+176+156=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB09C is #314F63. Grayscale: #B6B6B6. Windows color (decimal): -3231588 or 10268878. OLE color: 10268878.
HSL color Cylindrical-coordinate representation of color #CEB09C: hue angle of 24º 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 #CEB09C is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 156 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.19 |
| HSL | 24º | 0.34% | 0.71% | - |
| HSV(B) | 24º | 0.24% | 0.81% | - |
| XYZ | 46.98 | 46.57 | 37.97 | - |
| YUV | 182.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 156 | 0 | 0.15 | 0.24 | 0.19 | 24 | 0.34 | 0.71 |
| Hex | CE | B0 | 9C | 0 | F | 18 | 13 | 18 | 22 | 47 |
| Octal | 316 | 260 | 234 | 0 | 17 | 30 | 23 | 30 | 42 | 107 |
| Binary | 11001110 | 10110000 | 10011100 | 0 | 1111 | 11000 | 10011 | 11000 | 100010 | 1000111 |
Color Harmonies of #CEB09C
Complementary color
Monochromatic Colors of #CEB09C
Black with #CEB09C
Text Example
Text Example
White with #CEB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB09C; }
p { color: rgb(206,176,156); }
H1.HeaderClassName
{
color: #CEB09C;
}
.AnyTagClassName
{
color: #CEB09C;
}
</style>
background-color css
<style>
a { background-color: #CEB09C; }
a { background-color: rgb(206,176,156); }
div.DivClassName
{
background-color: #CEB09C;
}
.BgClassName
{
background-color: #CEB09C;
}
</style>
border-color css
<style>
span { border-color: #CEB09C; }
span { border-color: rgb(206,176,156); }
td.TdClassName
{
border-color: #CEB09C;
}
.TagClassName
{
border-color: #CEB09C;
}
</style>