Shades of Cashmere #CEB398
Tints of Cashmere #CEB398
RGB
CMYK
RGB Variations
Color information
#CEB398 (or 0xCEB398) is known color: Cashmere. HEX triplet: CE, B3 and 98. RGB value is (206,179,152). Sum of RGB (Red+Green+Blue) = 206+179+152=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB398 is #314C67. Grayscale: #B8B8B8. Windows color (decimal): -3230824 or 10007502. OLE color: 10007502.
HSL color Cylindrical-coordinate representation of color #CEB398: hue angle of 30º 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 #CEB398 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 152 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.19 |
| HSL | 30º | 0.36% | 0.7% | - |
| HSV(B) | 30º | 0.26% | 0.81% | - |
| XYZ | 47.24 | 47.63 | 36.41 | - |
| YUV | 184 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 152 | 0 | 0.13 | 0.26 | 0.19 | 30 | 0.36 | 0.7 |
| Hex | CE | B3 | 98 | 0 | D | 1A | 13 | 1E | 24 | 46 |
| Octal | 316 | 263 | 230 | 0 | 15 | 32 | 23 | 36 | 44 | 106 |
| Binary | 11001110 | 10110011 | 10011000 | 0 | 1101 | 11010 | 10011 | 11110 | 100100 | 1000110 |
Color Harmonies of #CEB398
Complementary color
Monochromatic Colors of #CEB398
Black with #CEB398
Text Example
Text Example
White with #CEB398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB398; }
p { color: rgb(206,179,152); }
H1.HeaderClassName
{
color: #CEB398;
}
.AnyTagClassName
{
color: #CEB398;
}
</style>
background-color css
<style>
a { background-color: #CEB398; }
a { background-color: rgb(206,179,152); }
div.DivClassName
{
background-color: #CEB398;
}
.BgClassName
{
background-color: #CEB398;
}
</style>
border-color css
<style>
span { border-color: #CEB398; }
span { border-color: rgb(206,179,152); }
td.TdClassName
{
border-color: #CEB398;
}
.TagClassName
{
border-color: #CEB398;
}
</style>