Shades of Cashmere #CEB395
Tints of Cashmere #CEB395
RGB
CMYK
RGB Variations
Color information
#CEB395 (or 0xCEB395) is known color: Cashmere. HEX triplet: CE, B3 and 95. RGB value is (206,179,149). Sum of RGB (Red+Green+Blue) = 206+179+149=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB395 is #314C6A. Grayscale: #B7B7B7. Windows color (decimal): -3230827 or 9810894. OLE color: 9810894.
HSL color Cylindrical-coordinate representation of color #CEB395: hue angle of 31.58º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEB395 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 149 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.19 |
| HSL | 31.58º | 0.37% | 0.7% | - |
| HSV(B) | 31.58º | 0.28% | 0.81% | - |
| XYZ | 47 | 47.53 | 35.13 | - |
| YUV | 183.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 149 | 0 | 0.13 | 0.28 | 0.19 | 31.58 | 0.37 | 0.7 |
| Hex | CE | B3 | 95 | 0 | D | 1C | 13 | 20 | 25 | 46 |
| Octal | 316 | 263 | 225 | 0 | 15 | 34 | 23 | 40 | 45 | 106 |
| Binary | 11001110 | 10110011 | 10010101 | 0 | 1101 | 11100 | 10011 | 100000 | 100101 | 1000110 |
Color Harmonies of #CEB395
Complementary color
Monochromatic Colors of #CEB395
Black with #CEB395
Text Example
Text Example
White with #CEB395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB395; }
p { color: rgb(206,179,149); }
H1.HeaderClassName
{
color: #CEB395;
}
.AnyTagClassName
{
color: #CEB395;
}
</style>
background-color css
<style>
a { background-color: #CEB395; }
a { background-color: rgb(206,179,149); }
div.DivClassName
{
background-color: #CEB395;
}
.BgClassName
{
background-color: #CEB395;
}
</style>
border-color css
<style>
span { border-color: #CEB395; }
span { border-color: rgb(206,179,149); }
td.TdClassName
{
border-color: #CEB395;
}
.TagClassName
{
border-color: #CEB395;
}
</style>