Shades of Winter Hazel #CEC878
Tints of Winter Hazel #CEC878
RGB
CMYK
RGB Variations
Color information
#CEC878 (or 0xCEC878) is known color: Winter Hazel. HEX triplet: CE, C8 and 78. RGB value is (206,200,120). Sum of RGB (Red+Green+Blue) = 206+200+120=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC878 is #313787. Grayscale: #C1C1C1. Windows color (decimal): -3225480 or 7915726. OLE color: 7915726.
HSL color Cylindrical-coordinate representation of color #CEC878: hue angle of 55.81º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEC878 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 120 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.19 |
| HSL | 55.81º | 0.47% | 0.64% | - |
| HSV(B) | 55.81º | 0.42% | 0.81% | - |
| XYZ | 49.5 | 55.79 | 25.93 | - |
| YUV | 192.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 120 | 0 | 0.03 | 0.42 | 0.19 | 55.81 | 0.47 | 0.64 |
| Hex | CE | C8 | 78 | 0 | 3 | 2A | 13 | 38 | 2F | 40 |
| Octal | 316 | 310 | 170 | 0 | 3 | 52 | 23 | 70 | 57 | 100 |
| Binary | 11001110 | 11001000 | 1111000 | 0 | 11 | 101010 | 10011 | 111000 | 101111 | 1000000 |
Color Harmonies of #CEC878
Complementary color
Monochromatic Colors of #CEC878
Black with #CEC878
Text Example
Text Example
White with #CEC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC878; }
p { color: rgb(206,200,120); }
H1.HeaderClassName
{
color: #CEC878;
}
.AnyTagClassName
{
color: #CEC878;
}
</style>
background-color css
<style>
a { background-color: #CEC878; }
a { background-color: rgb(206,200,120); }
div.DivClassName
{
background-color: #CEC878;
}
.BgClassName
{
background-color: #CEC878;
}
</style>
border-color css
<style>
span { border-color: #CEC878; }
span { border-color: rgb(206,200,120); }
td.TdClassName
{
border-color: #CEC878;
}
.TagClassName
{
border-color: #CEC878;
}
</style>