Shades of Winter Hazel #CEC880
Tints of Winter Hazel #CEC880
RGB
CMYK
RGB Variations
Color information
#CEC880 (or 0xCEC880) is known color: Winter Hazel. HEX triplet: CE, C8 and 80. RGB value is (206,200,128). Sum of RGB (Red+Green+Blue) = 206+200+128=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC880 is #31377F. Grayscale: #C1C1C1. Windows color (decimal): -3225472 or 8440014. OLE color: 8440014.
HSL color Cylindrical-coordinate representation of color #CEC880: hue angle of 55.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEC880 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 128 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.19 |
| HSL | 55.38º | 0.44% | 0.65% | - |
| HSV(B) | 55.38º | 0.38% | 0.81% | - |
| XYZ | 50 | 55.99 | 28.59 | - |
| YUV | 193.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 128 | 0 | 0.03 | 0.38 | 0.19 | 55.38 | 0.44 | 0.65 |
| Hex | CE | C8 | 80 | 0 | 3 | 26 | 13 | 37 | 2C | 41 |
| Octal | 316 | 310 | 200 | 0 | 3 | 46 | 23 | 67 | 54 | 101 |
| Binary | 11001110 | 11001000 | 10000000 | 0 | 11 | 100110 | 10011 | 110111 | 101100 | 1000001 |
Color Harmonies of #CEC880
Complementary color
Monochromatic Colors of #CEC880
Black with #CEC880
Text Example
Text Example
White with #CEC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC880; }
p { color: rgb(206,200,128); }
H1.HeaderClassName
{
color: #CEC880;
}
.AnyTagClassName
{
color: #CEC880;
}
</style>
background-color css
<style>
a { background-color: #CEC880; }
a { background-color: rgb(206,200,128); }
div.DivClassName
{
background-color: #CEC880;
}
.BgClassName
{
background-color: #CEC880;
}
</style>
border-color css
<style>
span { border-color: #CEC880; }
span { border-color: rgb(206,200,128); }
td.TdClassName
{
border-color: #CEC880;
}
.TagClassName
{
border-color: #CEC880;
}
</style>