Shades of Winter Hazel #CEC478
Tints of Winter Hazel #CEC478
RGB
CMYK
RGB Variations
Color information
#CEC478 (or 0xCEC478) is known color: Winter Hazel. HEX triplet: CE, C4 and 78. RGB value is (206,196,120). Sum of RGB (Red+Green+Blue) = 206+196+120=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC478 is #313B87. Grayscale: #BEBEBE. Windows color (decimal): -3226504 or 7914702. OLE color: 7914702.
HSL color Cylindrical-coordinate representation of color #CEC478: hue angle of 53.02º 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 #CEC478 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 120 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.19 |
| HSL | 53.02º | 0.47% | 0.64% | - |
| HSV(B) | 53.02º | 0.42% | 0.81% | - |
| XYZ | 48.58 | 53.96 | 25.62 | - |
| YUV | 190.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 120 | 0 | 0.05 | 0.42 | 0.19 | 53.02 | 0.47 | 0.64 |
| Hex | CE | C4 | 78 | 0 | 5 | 2A | 13 | 35 | 2F | 40 |
| Octal | 316 | 304 | 170 | 0 | 5 | 52 | 23 | 65 | 57 | 100 |
| Binary | 11001110 | 11000100 | 1111000 | 0 | 101 | 101010 | 10011 | 110101 | 101111 | 1000000 |
Color Harmonies of #CEC478
Complementary color
Monochromatic Colors of #CEC478
Black with #CEC478
Text Example
Text Example
White with #CEC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC478; }
p { color: rgb(206,196,120); }
H1.HeaderClassName
{
color: #CEC478;
}
.AnyTagClassName
{
color: #CEC478;
}
</style>
background-color css
<style>
a { background-color: #CEC478; }
a { background-color: rgb(206,196,120); }
div.DivClassName
{
background-color: #CEC478;
}
.BgClassName
{
background-color: #CEC478;
}
</style>
border-color css
<style>
span { border-color: #CEC478; }
span { border-color: rgb(206,196,120); }
td.TdClassName
{
border-color: #CEC478;
}
.TagClassName
{
border-color: #CEC478;
}
</style>