Shades of Cashmere #CEB19E
Tints of Cashmere #CEB19E
RGB
CMYK
RGB Variations
Color information
#CEB19E (or 0xCEB19E) is known color: Cashmere. HEX triplet: CE, B1 and 9E. RGB value is (206,177,158). Sum of RGB (Red+Green+Blue) = 206+177+158=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB19E is #314E61. Grayscale: #B7B7B7. Windows color (decimal): -3231330 or 10400206. OLE color: 10400206.
HSL color Cylindrical-coordinate representation of color #CEB19E: hue angle of 23.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEB19E is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 158 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.19 |
| HSL | 23.75º | 0.33% | 0.71% | - |
| HSV(B) | 23.75º | 0.23% | 0.81% | - |
| XYZ | 47.35 | 47.03 | 38.93 | - |
| YUV | 183.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 158 | 0 | 0.14 | 0.23 | 0.19 | 23.75 | 0.33 | 0.71 |
| Hex | CE | B1 | 9E | 0 | E | 17 | 13 | 18 | 21 | 47 |
| Octal | 316 | 261 | 236 | 0 | 16 | 27 | 23 | 30 | 41 | 107 |
| Binary | 11001110 | 10110001 | 10011110 | 0 | 1110 | 10111 | 10011 | 11000 | 100001 | 1000111 |
Color Harmonies of #CEB19E
Complementary color
Monochromatic Colors of #CEB19E
Black with #CEB19E
Text Example
Text Example
White with #CEB19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB19E; }
p { color: rgb(206,177,158); }
H1.HeaderClassName
{
color: #CEB19E;
}
.AnyTagClassName
{
color: #CEB19E;
}
</style>
background-color css
<style>
a { background-color: #CEB19E; }
a { background-color: rgb(206,177,158); }
div.DivClassName
{
background-color: #CEB19E;
}
.BgClassName
{
background-color: #CEB19E;
}
</style>
border-color css
<style>
span { border-color: #CEB19E; }
span { border-color: rgb(206,177,158); }
td.TdClassName
{
border-color: #CEB19E;
}
.TagClassName
{
border-color: #CEB19E;
}
</style>