Shades of Winter Hazel #CEC676
Tints of Winter Hazel #CEC676
RGB
CMYK
RGB Variations
Color information
#CEC676 (or 0xCEC676) is known color: Winter Hazel. HEX triplet: CE, C6 and 76. RGB value is (206,198,118). Sum of RGB (Red+Green+Blue) = 206+198+118=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC676 is #313989. Grayscale: #BFBFBF. Windows color (decimal): -3225994 or 7784142. OLE color: 7784142.
HSL color Cylindrical-coordinate representation of color #CEC676: hue angle of 54.55º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEC676 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 118 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.19 |
| HSL | 54.55º | 0.47% | 0.64% | - |
| HSV(B) | 54.55º | 0.43% | 0.81% | - |
| XYZ | 48.92 | 54.82 | 25.14 | - |
| YUV | 191.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 118 | 0 | 0.04 | 0.43 | 0.19 | 54.55 | 0.47 | 0.64 |
| Hex | CE | C6 | 76 | 0 | 4 | 2B | 13 | 37 | 2F | 40 |
| Octal | 316 | 306 | 166 | 0 | 4 | 53 | 23 | 67 | 57 | 100 |
| Binary | 11001110 | 11000110 | 1110110 | 0 | 100 | 101011 | 10011 | 110111 | 101111 | 1000000 |
Color Harmonies of #CEC676
Complementary color
Monochromatic Colors of #CEC676
Black with #CEC676
Text Example
Text Example
White with #CEC676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC676; }
p { color: rgb(206,198,118); }
H1.HeaderClassName
{
color: #CEC676;
}
.AnyTagClassName
{
color: #CEC676;
}
</style>
background-color css
<style>
a { background-color: #CEC676; }
a { background-color: rgb(206,198,118); }
div.DivClassName
{
background-color: #CEC676;
}
.BgClassName
{
background-color: #CEC676;
}
</style>
border-color css
<style>
span { border-color: #CEC676; }
span { border-color: rgb(206,198,118); }
td.TdClassName
{
border-color: #CEC676;
}
.TagClassName
{
border-color: #CEC676;
}
</style>