Shades of Winter Hazel #CEC088
Tints of Winter Hazel #CEC088
RGB
CMYK
RGB Variations
Color information
#CEC088 (or 0xCEC088) is known color: Winter Hazel. HEX triplet: CE, C0 and 88. RGB value is (206,192,136). Sum of RGB (Red+Green+Blue) = 206+192+136=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC088 is #313F77. Grayscale: #BEBEBE. Windows color (decimal): -3227512 or 8962254. OLE color: 8962254.
HSL color Cylindrical-coordinate representation of color #CEC088: hue angle of 48º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEC088 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 136 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.19 |
| HSL | 48º | 0.42% | 0.67% | - |
| HSV(B) | 48º | 0.34% | 0.81% | - |
| XYZ | 48.75 | 52.6 | 30.88 | - |
| YUV | 189.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 136 | 0 | 0.07 | 0.34 | 0.19 | 48 | 0.42 | 0.67 |
| Hex | CE | C0 | 88 | 0 | 7 | 22 | 13 | 30 | 2A | 43 |
| Octal | 316 | 300 | 210 | 0 | 7 | 42 | 23 | 60 | 52 | 103 |
| Binary | 11001110 | 11000000 | 10001000 | 0 | 111 | 100010 | 10011 | 110000 | 101010 | 1000011 |
Color Harmonies of #CEC088
Complementary color
Monochromatic Colors of #CEC088
Black with #CEC088
Text Example
Text Example
White with #CEC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC088; }
p { color: rgb(206,192,136); }
H1.HeaderClassName
{
color: #CEC088;
}
.AnyTagClassName
{
color: #CEC088;
}
</style>
background-color css
<style>
a { background-color: #CEC088; }
a { background-color: rgb(206,192,136); }
div.DivClassName
{
background-color: #CEC088;
}
.BgClassName
{
background-color: #CEC088;
}
</style>
border-color css
<style>
span { border-color: #CEC088; }
span { border-color: rgb(206,192,136); }
td.TdClassName
{
border-color: #CEC088;
}
.TagClassName
{
border-color: #CEC088;
}
</style>