Shades of Cashmere #CEB296
Tints of Cashmere #CEB296
RGB
CMYK
RGB Variations
Color information
#CEB296 (or 0xCEB296) is known color: Cashmere. HEX triplet: CE, B2 and 96. RGB value is (206,178,150). Sum of RGB (Red+Green+Blue) = 206+178+150=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB296 is #314D69. Grayscale: #B7B7B7. Windows color (decimal): -3231082 or 9876174. OLE color: 9876174.
HSL color Cylindrical-coordinate representation of color #CEB296: hue angle of 30º 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 #CEB296 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 150 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.19 |
| HSL | 30º | 0.36% | 0.7% | - |
| HSV(B) | 30º | 0.27% | 0.81% | - |
| XYZ | 46.88 | 47.16 | 35.49 | - |
| YUV | 183.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 150 | 0 | 0.14 | 0.27 | 0.19 | 30 | 0.36 | 0.7 |
| Hex | CE | B2 | 96 | 0 | E | 1B | 13 | 1E | 24 | 46 |
| Octal | 316 | 262 | 226 | 0 | 16 | 33 | 23 | 36 | 44 | 106 |
| Binary | 11001110 | 10110010 | 10010110 | 0 | 1110 | 11011 | 10011 | 11110 | 100100 | 1000110 |
Color Harmonies of #CEB296
Complementary color
Monochromatic Colors of #CEB296
Black with #CEB296
Text Example
Text Example
White with #CEB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB296; }
p { color: rgb(206,178,150); }
H1.HeaderClassName
{
color: #CEB296;
}
.AnyTagClassName
{
color: #CEB296;
}
</style>
background-color css
<style>
a { background-color: #CEB296; }
a { background-color: rgb(206,178,150); }
div.DivClassName
{
background-color: #CEB296;
}
.BgClassName
{
background-color: #CEB296;
}
</style>
border-color css
<style>
span { border-color: #CEB296; }
span { border-color: rgb(206,178,150); }
td.TdClassName
{
border-color: #CEB296;
}
.TagClassName
{
border-color: #CEB296;
}
</style>