Shades of Winter Hazel #CEC672
Tints of Winter Hazel #CEC672
RGB
CMYK
RGB Variations
Color information
#CEC672 (or 0xCEC672) is known color: Winter Hazel. HEX triplet: CE, C6 and 72. RGB value is (206,198,114). Sum of RGB (Red+Green+Blue) = 206+198+114=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC672 is #31398D. Grayscale: #BFBFBF. Windows color (decimal): -3225998 or 7521998. OLE color: 7521998.
HSL color Cylindrical-coordinate representation of color #CEC672: hue angle of 54.78º 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 #CEC672 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 114 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.19 |
| HSL | 54.78º | 0.48% | 0.63% | - |
| HSV(B) | 54.78º | 0.45% | 0.81% | - |
| XYZ | 48.68 | 54.72 | 23.92 | - |
| YUV | 190.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 114 | 0 | 0.04 | 0.45 | 0.19 | 54.78 | 0.48 | 0.63 |
| Hex | CE | C6 | 72 | 0 | 4 | 2D | 13 | 37 | 30 | 3F |
| Octal | 316 | 306 | 162 | 0 | 4 | 55 | 23 | 67 | 60 | 77 |
| Binary | 11001110 | 11000110 | 1110010 | 0 | 100 | 101101 | 10011 | 110111 | 110000 | 111111 |
Color Harmonies of #CEC672
Complementary color
Monochromatic Colors of #CEC672
Black with #CEC672
Text Example
Text Example
White with #CEC672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC672; }
p { color: rgb(206,198,114); }
H1.HeaderClassName
{
color: #CEC672;
}
.AnyTagClassName
{
color: #CEC672;
}
</style>
background-color css
<style>
a { background-color: #CEC672; }
a { background-color: rgb(206,198,114); }
div.DivClassName
{
background-color: #CEC672;
}
.BgClassName
{
background-color: #CEC672;
}
</style>
border-color css
<style>
span { border-color: #CEC672; }
span { border-color: rgb(206,198,114); }
td.TdClassName
{
border-color: #CEC672;
}
.TagClassName
{
border-color: #CEC672;
}
</style>