Shades of Cashmere #CEB192
Tints of Cashmere #CEB192
RGB
CMYK
RGB Variations
Color information
#CEB192 (or 0xCEB192) is known color: Cashmere. HEX triplet: CE, B1 and 92. RGB value is (206,177,146). Sum of RGB (Red+Green+Blue) = 206+177+146=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB192 is #314E6D. Grayscale: #B6B6B6. Windows color (decimal): -3231342 or 9613774. OLE color: 9613774.
HSL color Cylindrical-coordinate representation of color #CEB192: hue angle of 31º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEB192 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 146 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.19 |
| HSL | 31º | 0.38% | 0.69% | - |
| HSV(B) | 31º | 0.29% | 0.81% | - |
| XYZ | 46.36 | 46.64 | 33.75 | - |
| YUV | 182.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 146 | 0 | 0.14 | 0.29 | 0.19 | 31 | 0.38 | 0.69 |
| Hex | CE | B1 | 92 | 0 | E | 1D | 13 | 1F | 26 | 45 |
| Octal | 316 | 261 | 222 | 0 | 16 | 35 | 23 | 37 | 46 | 105 |
| Binary | 11001110 | 10110001 | 10010010 | 0 | 1110 | 11101 | 10011 | 11111 | 100110 | 1000101 |
Color Harmonies of #CEB192
Complementary color
Monochromatic Colors of #CEB192
Black with #CEB192
Text Example
Text Example
White with #CEB192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB192; }
p { color: rgb(206,177,146); }
H1.HeaderClassName
{
color: #CEB192;
}
.AnyTagClassName
{
color: #CEB192;
}
</style>
background-color css
<style>
a { background-color: #CEB192; }
a { background-color: rgb(206,177,146); }
div.DivClassName
{
background-color: #CEB192;
}
.BgClassName
{
background-color: #CEB192;
}
</style>
border-color css
<style>
span { border-color: #CEB192; }
span { border-color: rgb(206,177,146); }
td.TdClassName
{
border-color: #CEB192;
}
.TagClassName
{
border-color: #CEB192;
}
</style>