Shades of Cashmere #CEB0A0
Tints of Cashmere #CEB0A0
RGB
CMYK
RGB Variations
Color information
#CEB0A0 (or 0xCEB0A0) is known color: Cashmere. HEX triplet: CE, B0 and A0. RGB value is (206,176,160). Sum of RGB (Red+Green+Blue) = 206+176+160=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB0A0 is #314F5F. Grayscale: #B7B7B7. Windows color (decimal): -3231584 or 10531022. OLE color: 10531022.
HSL color Cylindrical-coordinate representation of color #CEB0A0: hue angle of 20.87º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEB0A0 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 160 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.19 |
| HSL | 20.87º | 0.32% | 0.72% | - |
| HSV(B) | 20.87º | 0.22% | 0.81% | - |
| XYZ | 47.32 | 46.71 | 39.78 | - |
| YUV | 183.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 160 | 0 | 0.15 | 0.22 | 0.19 | 20.87 | 0.32 | 0.72 |
| Hex | CE | B0 | A0 | 0 | F | 16 | 13 | 15 | 20 | 48 |
| Octal | 316 | 260 | 240 | 0 | 17 | 26 | 23 | 25 | 40 | 110 |
| Binary | 11001110 | 10110000 | 10100000 | 0 | 1111 | 10110 | 10011 | 10101 | 100000 | 1001000 |
Color Harmonies of #CEB0A0
Complementary color
Monochromatic Colors of #CEB0A0
Black with #CEB0A0
Text Example
Text Example
White with #CEB0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0A0; }
p { color: rgb(206,176,160); }
H1.HeaderClassName
{
color: #CEB0A0;
}
.AnyTagClassName
{
color: #CEB0A0;
}
</style>
background-color css
<style>
a { background-color: #CEB0A0; }
a { background-color: rgb(206,176,160); }
div.DivClassName
{
background-color: #CEB0A0;
}
.BgClassName
{
background-color: #CEB0A0;
}
</style>
border-color css
<style>
span { border-color: #CEB0A0; }
span { border-color: rgb(206,176,160); }
td.TdClassName
{
border-color: #CEB0A0;
}
.TagClassName
{
border-color: #CEB0A0;
}
</style>