Shades of Winter Hazel #CEC470
Tints of Winter Hazel #CEC470
RGB
CMYK
RGB Variations
Color information
#CEC470 (or 0xCEC470) is known color: Winter Hazel. HEX triplet: CE, C4 and 70. RGB value is (206,196,112). Sum of RGB (Red+Green+Blue) = 206+196+112=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC470 is #313B8F. Grayscale: #BDBDBD. Windows color (decimal): -3226512 or 7390414. OLE color: 7390414.
HSL color Cylindrical-coordinate representation of color #CEC470: hue angle of 53.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEC470 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 112 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.19 |
| HSL | 53.62º | 0.49% | 0.62% | - |
| HSV(B) | 53.62º | 0.46% | 0.81% | - |
| XYZ | 48.12 | 53.77 | 23.17 | - |
| YUV | 189.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 112 | 0 | 0.05 | 0.46 | 0.19 | 53.62 | 0.49 | 0.62 |
| Hex | CE | C4 | 70 | 0 | 5 | 2E | 13 | 36 | 31 | 3E |
| Octal | 316 | 304 | 160 | 0 | 5 | 56 | 23 | 66 | 61 | 76 |
| Binary | 11001110 | 11000100 | 1110000 | 0 | 101 | 101110 | 10011 | 110110 | 110001 | 111110 |
Color Harmonies of #CEC470
Complementary color
Monochromatic Colors of #CEC470
Black with #CEC470
Text Example
Text Example
White with #CEC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC470; }
p { color: rgb(206,196,112); }
H1.HeaderClassName
{
color: #CEC470;
}
.AnyTagClassName
{
color: #CEC470;
}
</style>
background-color css
<style>
a { background-color: #CEC470; }
a { background-color: rgb(206,196,112); }
div.DivClassName
{
background-color: #CEC470;
}
.BgClassName
{
background-color: #CEC470;
}
</style>
border-color css
<style>
span { border-color: #CEC470; }
span { border-color: rgb(206,196,112); }
td.TdClassName
{
border-color: #CEC470;
}
.TagClassName
{
border-color: #CEC470;
}
</style>