Shades of Winter Hazel #CEC674
Tints of Winter Hazel #CEC674
RGB
CMYK
RGB Variations
Color information
#CEC674 (or 0xCEC674) is known color: Winter Hazel. HEX triplet: CE, C6 and 74. RGB value is (206,198,116). Sum of RGB (Red+Green+Blue) = 206+198+116=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC674 is #31398B. Grayscale: #BFBFBF. Windows color (decimal): -3225996 or 7653070. OLE color: 7653070.
HSL color Cylindrical-coordinate representation of color #CEC674: hue angle of 54.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEC674 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 116 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.19 |
| HSL | 54.67º | 0.48% | 0.63% | - |
| HSV(B) | 54.67º | 0.44% | 0.81% | - |
| XYZ | 48.8 | 54.77 | 24.52 | - |
| YUV | 191.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 116 | 0 | 0.04 | 0.44 | 0.19 | 54.67 | 0.48 | 0.63 |
| Hex | CE | C6 | 74 | 0 | 4 | 2C | 13 | 37 | 30 | 3F |
| Octal | 316 | 306 | 164 | 0 | 4 | 54 | 23 | 67 | 60 | 77 |
| Binary | 11001110 | 11000110 | 1110100 | 0 | 100 | 101100 | 10011 | 110111 | 110000 | 111111 |
Color Harmonies of #CEC674
Complementary color
Monochromatic Colors of #CEC674
Black with #CEC674
Text Example
Text Example
White with #CEC674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC674; }
p { color: rgb(206,198,116); }
H1.HeaderClassName
{
color: #CEC674;
}
.AnyTagClassName
{
color: #CEC674;
}
</style>
background-color css
<style>
a { background-color: #CEC674; }
a { background-color: rgb(206,198,116); }
div.DivClassName
{
background-color: #CEC674;
}
.BgClassName
{
background-color: #CEC674;
}
</style>
border-color css
<style>
span { border-color: #CEC674; }
span { border-color: rgb(206,198,116); }
td.TdClassName
{
border-color: #CEC674;
}
.TagClassName
{
border-color: #CEC674;
}
</style>