Shades of Cashmere #CEB097
Tints of Cashmere #CEB097
RGB
CMYK
RGB Variations
Color information
#CEB097 (or 0xCEB097) is known color: Cashmere. HEX triplet: CE, B0 and 97. RGB value is (206,176,151). Sum of RGB (Red+Green+Blue) = 206+176+151=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB097 is #314F68. Grayscale: #B6B6B6. Windows color (decimal): -3231593 or 9941198. OLE color: 9941198.
HSL color Cylindrical-coordinate representation of color #CEB097: hue angle of 27.27º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEB097 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 151 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.19 |
| HSL | 27.27º | 0.36% | 0.7% | - |
| HSV(B) | 27.27º | 0.27% | 0.81% | - |
| XYZ | 46.56 | 46.41 | 35.78 | - |
| YUV | 182.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 151 | 0 | 0.15 | 0.27 | 0.19 | 27.27 | 0.36 | 0.7 |
| Hex | CE | B0 | 97 | 0 | F | 1B | 13 | 1B | 24 | 46 |
| Octal | 316 | 260 | 227 | 0 | 17 | 33 | 23 | 33 | 44 | 106 |
| Binary | 11001110 | 10110000 | 10010111 | 0 | 1111 | 11011 | 10011 | 11011 | 100100 | 1000110 |
Color Harmonies of #CEB097
Complementary color
Monochromatic Colors of #CEB097
Black with #CEB097
Text Example
Text Example
White with #CEB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB097; }
p { color: rgb(206,176,151); }
H1.HeaderClassName
{
color: #CEB097;
}
.AnyTagClassName
{
color: #CEB097;
}
</style>
background-color css
<style>
a { background-color: #CEB097; }
a { background-color: rgb(206,176,151); }
div.DivClassName
{
background-color: #CEB097;
}
.BgClassName
{
background-color: #CEB097;
}
</style>
border-color css
<style>
span { border-color: #CEB097; }
span { border-color: rgb(206,176,151); }
td.TdClassName
{
border-color: #CEB097;
}
.TagClassName
{
border-color: #CEB097;
}
</style>