Shades of Winter Hazel #CEC472
Tints of Winter Hazel #CEC472
RGB
CMYK
RGB Variations
Color information
#CEC472 (or 0xCEC472) is known color: Winter Hazel. HEX triplet: CE, C4 and 72. RGB value is (206,196,114). Sum of RGB (Red+Green+Blue) = 206+196+114=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC472 is #313B8D. Grayscale: #BDBDBD. Windows color (decimal): -3226510 or 7521486. OLE color: 7521486.
HSL color Cylindrical-coordinate representation of color #CEC472: hue angle of 53.48º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEC472 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 114 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.19 |
| HSL | 53.48º | 0.48% | 0.63% | - |
| HSV(B) | 53.48º | 0.45% | 0.81% | - |
| XYZ | 48.23 | 53.82 | 23.77 | - |
| YUV | 189.64 | 85.31 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 114 | 0 | 0.05 | 0.45 | 0.19 | 53.48 | 0.48 | 0.63 |
| Hex | CE | C4 | 72 | 0 | 5 | 2D | 13 | 35 | 30 | 3F |
| Octal | 316 | 304 | 162 | 0 | 5 | 55 | 23 | 65 | 60 | 77 |
| Binary | 11001110 | 11000100 | 1110010 | 0 | 101 | 101101 | 10011 | 110101 | 110000 | 111111 |
Color Harmonies of #CEC472
Complementary color
Monochromatic Colors of #CEC472
Black with #CEC472
Text Example
Text Example
White with #CEC472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC472; }
p { color: rgb(206,196,114); }
H1.HeaderClassName
{
color: #CEC472;
}
.AnyTagClassName
{
color: #CEC472;
}
</style>
background-color css
<style>
a { background-color: #CEC472; }
a { background-color: rgb(206,196,114); }
div.DivClassName
{
background-color: #CEC472;
}
.BgClassName
{
background-color: #CEC472;
}
</style>
border-color css
<style>
span { border-color: #CEC472; }
span { border-color: rgb(206,196,114); }
td.TdClassName
{
border-color: #CEC472;
}
.TagClassName
{
border-color: #CEC472;
}
</style>