Shades of Cashmere #CEB19F
Tints of Cashmere #CEB19F
RGB
CMYK
RGB Variations
Color information
#CEB19F (or 0xCEB19F) is known color: Cashmere. HEX triplet: CE, B1 and 9F. RGB value is (206,177,159). Sum of RGB (Red+Green+Blue) = 206+177+159=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB19F is #314E60. Grayscale: #B7B7B7. Windows color (decimal): -3231329 or 10465742. OLE color: 10465742.
HSL color Cylindrical-coordinate representation of color #CEB19F: hue angle of 22.98º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEB19F is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 159 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.19 |
| HSL | 22.98º | 0.32% | 0.72% | - |
| HSV(B) | 22.98º | 0.23% | 0.81% | - |
| XYZ | 47.43 | 47.07 | 39.39 | - |
| YUV | 183.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 159 | 0 | 0.14 | 0.23 | 0.19 | 22.98 | 0.32 | 0.72 |
| Hex | CE | B1 | 9F | 0 | E | 17 | 13 | 17 | 20 | 48 |
| Octal | 316 | 261 | 237 | 0 | 16 | 27 | 23 | 27 | 40 | 110 |
| Binary | 11001110 | 10110001 | 10011111 | 0 | 1110 | 10111 | 10011 | 10111 | 100000 | 1001000 |
Color Harmonies of #CEB19F
Complementary color
Monochromatic Colors of #CEB19F
Black with #CEB19F
Text Example
Text Example
White with #CEB19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB19F; }
p { color: rgb(206,177,159); }
H1.HeaderClassName
{
color: #CEB19F;
}
.AnyTagClassName
{
color: #CEB19F;
}
</style>
background-color css
<style>
a { background-color: #CEB19F; }
a { background-color: rgb(206,177,159); }
div.DivClassName
{
background-color: #CEB19F;
}
.BgClassName
{
background-color: #CEB19F;
}
</style>
border-color css
<style>
span { border-color: #CEB19F; }
span { border-color: rgb(206,177,159); }
td.TdClassName
{
border-color: #CEB19F;
}
.TagClassName
{
border-color: #CEB19F;
}
</style>