Shades of Cashmere #CEB199
Tints of Cashmere #CEB199
RGB
CMYK
RGB Variations
Color information
#CEB199 (or 0xCEB199) is known color: Cashmere. HEX triplet: CE, B1 and 99. RGB value is (206,177,153). Sum of RGB (Red+Green+Blue) = 206+177+153=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB199 is #314E66. Grayscale: #B7B7B7. Windows color (decimal): -3231335 or 10072526. OLE color: 10072526.
HSL color Cylindrical-coordinate representation of color #CEB199: hue angle of 27.17º 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 #CEB199 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 153 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.19 |
| HSL | 27.17º | 0.35% | 0.7% | - |
| HSV(B) | 27.17º | 0.26% | 0.81% | - |
| XYZ | 46.93 | 46.87 | 36.71 | - |
| YUV | 182.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 153 | 0 | 0.14 | 0.26 | 0.19 | 27.17 | 0.35 | 0.7 |
| Hex | CE | B1 | 99 | 0 | E | 1A | 13 | 1B | 23 | 46 |
| Octal | 316 | 261 | 231 | 0 | 16 | 32 | 23 | 33 | 43 | 106 |
| Binary | 11001110 | 10110001 | 10011001 | 0 | 1110 | 11010 | 10011 | 11011 | 100011 | 1000110 |
Color Harmonies of #CEB199
Complementary color
Monochromatic Colors of #CEB199
Black with #CEB199
Text Example
Text Example
White with #CEB199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB199; }
p { color: rgb(206,177,153); }
H1.HeaderClassName
{
color: #CEB199;
}
.AnyTagClassName
{
color: #CEB199;
}
</style>
background-color css
<style>
a { background-color: #CEB199; }
a { background-color: rgb(206,177,153); }
div.DivClassName
{
background-color: #CEB199;
}
.BgClassName
{
background-color: #CEB199;
}
</style>
border-color css
<style>
span { border-color: #CEB199; }
span { border-color: rgb(206,177,153); }
td.TdClassName
{
border-color: #CEB199;
}
.TagClassName
{
border-color: #CEB199;
}
</style>