Shades of Winter Hazel #CEC588
Tints of Winter Hazel #CEC588
RGB
CMYK
RGB Variations
Color information
#CEC588 (or 0xCEC588) is known color: Winter Hazel. HEX triplet: CE, C5 and 88. RGB value is (206,197,136). Sum of RGB (Red+Green+Blue) = 206+197+136=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC588 is #313A77. Grayscale: #C0C0C0. Windows color (decimal): -3226232 or 8963534. OLE color: 8963534.
HSL color Cylindrical-coordinate representation of color #CEC588: hue angle of 52.29º 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 #CEC588 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 136 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.19 |
| HSL | 52.29º | 0.42% | 0.67% | - |
| HSV(B) | 52.29º | 0.34% | 0.81% | - |
| XYZ | 49.86 | 54.83 | 31.25 | - |
| YUV | 192.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 136 | 0 | 0.04 | 0.34 | 0.19 | 52.29 | 0.42 | 0.67 |
| Hex | CE | C5 | 88 | 0 | 4 | 22 | 13 | 34 | 2A | 43 |
| Octal | 316 | 305 | 210 | 0 | 4 | 42 | 23 | 64 | 52 | 103 |
| Binary | 11001110 | 11000101 | 10001000 | 0 | 100 | 100010 | 10011 | 110100 | 101010 | 1000011 |
Color Harmonies of #CEC588
Complementary color
Monochromatic Colors of #CEC588
Black with #CEC588
Text Example
Text Example
White with #CEC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC588; }
p { color: rgb(206,197,136); }
H1.HeaderClassName
{
color: #CEC588;
}
.AnyTagClassName
{
color: #CEC588;
}
</style>
background-color css
<style>
a { background-color: #CEC588; }
a { background-color: rgb(206,197,136); }
div.DivClassName
{
background-color: #CEC588;
}
.BgClassName
{
background-color: #CEC588;
}
</style>
border-color css
<style>
span { border-color: #CEC588; }
span { border-color: rgb(206,197,136); }
td.TdClassName
{
border-color: #CEC588;
}
.TagClassName
{
border-color: #CEC588;
}
</style>