Shades of Cashmere #CEB095
Tints of Cashmere #CEB095
RGB
CMYK
RGB Variations
Color information
#CEB095 (or 0xCEB095) is known color: Cashmere. HEX triplet: CE, B0 and 95. RGB value is (206,176,149). Sum of RGB (Red+Green+Blue) = 206+176+149=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB095 is #314F6A. Grayscale: #B6B6B6. Windows color (decimal): -3231595 or 9810126. OLE color: 9810126.
HSL color Cylindrical-coordinate representation of color #CEB095: hue angle of 28.42º 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 #CEB095 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 149 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.19 |
| HSL | 28.42º | 0.37% | 0.7% | - |
| HSV(B) | 28.42º | 0.28% | 0.81% | - |
| XYZ | 46.4 | 46.34 | 34.93 | - |
| YUV | 181.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 149 | 0 | 0.15 | 0.28 | 0.19 | 28.42 | 0.37 | 0.7 |
| Hex | CE | B0 | 95 | 0 | F | 1C | 13 | 1C | 25 | 46 |
| Octal | 316 | 260 | 225 | 0 | 17 | 34 | 23 | 34 | 45 | 106 |
| Binary | 11001110 | 10110000 | 10010101 | 0 | 1111 | 11100 | 10011 | 11100 | 100101 | 1000110 |
Color Harmonies of #CEB095
Complementary color
Monochromatic Colors of #CEB095
Black with #CEB095
Text Example
Text Example
White with #CEB095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB095; }
p { color: rgb(206,176,149); }
H1.HeaderClassName
{
color: #CEB095;
}
.AnyTagClassName
{
color: #CEB095;
}
</style>
background-color css
<style>
a { background-color: #CEB095; }
a { background-color: rgb(206,176,149); }
div.DivClassName
{
background-color: #CEB095;
}
.BgClassName
{
background-color: #CEB095;
}
</style>
border-color css
<style>
span { border-color: #CEB095; }
span { border-color: rgb(206,176,149); }
td.TdClassName
{
border-color: #CEB095;
}
.TagClassName
{
border-color: #CEB095;
}
</style>