Shades of Cashmere #CEB09D
Tints of Cashmere #CEB09D
RGB
CMYK
RGB Variations
Color information
#CEB09D (or 0xCEB09D) is known color: Cashmere. HEX triplet: CE, B0 and 9D. RGB value is (206,176,157). Sum of RGB (Red+Green+Blue) = 206+176+157=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB09D is #314F62. Grayscale: #B6B6B6. Windows color (decimal): -3231587 or 10334414. OLE color: 10334414.
HSL color Cylindrical-coordinate representation of color #CEB09D: hue angle of 23.27º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEB09D is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 157 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.19 |
| HSL | 23.27º | 0.33% | 0.71% | - |
| HSV(B) | 23.27º | 0.24% | 0.81% | - |
| XYZ | 47.06 | 46.61 | 38.41 | - |
| YUV | 182.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 157 | 0 | 0.15 | 0.24 | 0.19 | 23.27 | 0.33 | 0.71 |
| Hex | CE | B0 | 9D | 0 | F | 18 | 13 | 17 | 21 | 47 |
| Octal | 316 | 260 | 235 | 0 | 17 | 30 | 23 | 27 | 41 | 107 |
| Binary | 11001110 | 10110000 | 10011101 | 0 | 1111 | 11000 | 10011 | 10111 | 100001 | 1000111 |
Color Harmonies of #CEB09D
Complementary color
Monochromatic Colors of #CEB09D
Black with #CEB09D
Text Example
Text Example
White with #CEB09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB09D; }
p { color: rgb(206,176,157); }
H1.HeaderClassName
{
color: #CEB09D;
}
.AnyTagClassName
{
color: #CEB09D;
}
</style>
background-color css
<style>
a { background-color: #CEB09D; }
a { background-color: rgb(206,176,157); }
div.DivClassName
{
background-color: #CEB09D;
}
.BgClassName
{
background-color: #CEB09D;
}
</style>
border-color css
<style>
span { border-color: #CEB09D; }
span { border-color: rgb(206,176,157); }
td.TdClassName
{
border-color: #CEB09D;
}
.TagClassName
{
border-color: #CEB09D;
}
</style>