Shades of Cashmere #CEB099
Tints of Cashmere #CEB099
RGB
CMYK
RGB Variations
Color information
#CEB099 (or 0xCEB099) is known color: Cashmere. HEX triplet: CE, B0 and 99. RGB value is (206,176,153). Sum of RGB (Red+Green+Blue) = 206+176+153=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB099 is #314F66. Grayscale: #B6B6B6. Windows color (decimal): -3231591 or 10072270. OLE color: 10072270.
HSL color Cylindrical-coordinate representation of color #CEB099: hue angle of 26.04º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEB099 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 153 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.19 |
| HSL | 26.04º | 0.35% | 0.7% | - |
| HSV(B) | 26.04º | 0.26% | 0.81% | - |
| XYZ | 46.73 | 46.47 | 36.64 | - |
| YUV | 182.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 153 | 0 | 0.15 | 0.26 | 0.19 | 26.04 | 0.35 | 0.7 |
| Hex | CE | B0 | 99 | 0 | F | 1A | 13 | 1A | 23 | 46 |
| Octal | 316 | 260 | 231 | 0 | 17 | 32 | 23 | 32 | 43 | 106 |
| Binary | 11001110 | 10110000 | 10011001 | 0 | 1111 | 11010 | 10011 | 11010 | 100011 | 1000110 |
Color Harmonies of #CEB099
Complementary color
Monochromatic Colors of #CEB099
Black with #CEB099
Text Example
Text Example
White with #CEB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB099; }
p { color: rgb(206,176,153); }
H1.HeaderClassName
{
color: #CEB099;
}
.AnyTagClassName
{
color: #CEB099;
}
</style>
background-color css
<style>
a { background-color: #CEB099; }
a { background-color: rgb(206,176,153); }
div.DivClassName
{
background-color: #CEB099;
}
.BgClassName
{
background-color: #CEB099;
}
</style>
border-color css
<style>
span { border-color: #CEB099; }
span { border-color: rgb(206,176,153); }
td.TdClassName
{
border-color: #CEB099;
}
.TagClassName
{
border-color: #CEB099;
}
</style>