Shades of Cashmere #CEB098
Tints of Cashmere #CEB098
RGB
CMYK
RGB Variations
Color information
#CEB098 (or 0xCEB098) is known color: Cashmere. HEX triplet: CE, B0 and 98. RGB value is (206,176,152). Sum of RGB (Red+Green+Blue) = 206+176+152=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB098 is #314F67. Grayscale: #B6B6B6. Windows color (decimal): -3231592 or 10006734. OLE color: 10006734.
HSL color Cylindrical-coordinate representation of color #CEB098: hue angle of 26.67º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEB098 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 152 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.19 |
| HSL | 26.67º | 0.36% | 0.7% | - |
| HSV(B) | 26.67º | 0.26% | 0.81% | - |
| XYZ | 46.65 | 46.44 | 36.21 | - |
| YUV | 182.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 152 | 0 | 0.15 | 0.26 | 0.19 | 26.67 | 0.36 | 0.7 |
| Hex | CE | B0 | 98 | 0 | F | 1A | 13 | 1B | 24 | 46 |
| Octal | 316 | 260 | 230 | 0 | 17 | 32 | 23 | 33 | 44 | 106 |
| Binary | 11001110 | 10110000 | 10011000 | 0 | 1111 | 11010 | 10011 | 11011 | 100100 | 1000110 |
Color Harmonies of #CEB098
Complementary color
Monochromatic Colors of #CEB098
Black with #CEB098
Text Example
Text Example
White with #CEB098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB098; }
p { color: rgb(206,176,152); }
H1.HeaderClassName
{
color: #CEB098;
}
.AnyTagClassName
{
color: #CEB098;
}
</style>
background-color css
<style>
a { background-color: #CEB098; }
a { background-color: rgb(206,176,152); }
div.DivClassName
{
background-color: #CEB098;
}
.BgClassName
{
background-color: #CEB098;
}
</style>
border-color css
<style>
span { border-color: #CEB098; }
span { border-color: rgb(206,176,152); }
td.TdClassName
{
border-color: #CEB098;
}
.TagClassName
{
border-color: #CEB098;
}
</style>