Shades of Cashmere #CEB299
Tints of Cashmere #CEB299
RGB
CMYK
RGB Variations
Color information
#CEB299 (or 0xCEB299) is known color: Cashmere. HEX triplet: CE, B2 and 99. RGB value is (206,178,153). Sum of RGB (Red+Green+Blue) = 206+178+153=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB299 is #314D66. Grayscale: #B7B7B7. Windows color (decimal): -3231079 or 10072782. OLE color: 10072782.
HSL color Cylindrical-coordinate representation of color #CEB299: hue angle of 28.3º 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 #CEB299 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 153 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.19 |
| HSL | 28.3º | 0.35% | 0.7% | - |
| HSV(B) | 28.3º | 0.26% | 0.81% | - |
| XYZ | 47.12 | 47.26 | 36.78 | - |
| YUV | 183.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 153 | 0 | 0.14 | 0.26 | 0.19 | 28.3 | 0.35 | 0.7 |
| Hex | CE | B2 | 99 | 0 | E | 1A | 13 | 1C | 23 | 46 |
| Octal | 316 | 262 | 231 | 0 | 16 | 32 | 23 | 34 | 43 | 106 |
| Binary | 11001110 | 10110010 | 10011001 | 0 | 1110 | 11010 | 10011 | 11100 | 100011 | 1000110 |
Color Harmonies of #CEB299
Complementary color
Monochromatic Colors of #CEB299
Black with #CEB299
Text Example
Text Example
White with #CEB299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB299; }
p { color: rgb(206,178,153); }
H1.HeaderClassName
{
color: #CEB299;
}
.AnyTagClassName
{
color: #CEB299;
}
</style>
background-color css
<style>
a { background-color: #CEB299; }
a { background-color: rgb(206,178,153); }
div.DivClassName
{
background-color: #CEB299;
}
.BgClassName
{
background-color: #CEB299;
}
</style>
border-color css
<style>
span { border-color: #CEB299; }
span { border-color: rgb(206,178,153); }
td.TdClassName
{
border-color: #CEB299;
}
.TagClassName
{
border-color: #CEB299;
}
</style>