Shades of Winter Hazel #CEC678
Tints of Winter Hazel #CEC678
RGB
CMYK
RGB Variations
Color information
#CEC678 (or 0xCEC678) is known color: Winter Hazel. HEX triplet: CE, C6 and 78. RGB value is (206,198,120). Sum of RGB (Red+Green+Blue) = 206+198+120=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC678 is #313987. Grayscale: #BFBFBF. Windows color (decimal): -3225992 or 7915214. OLE color: 7915214.
HSL color Cylindrical-coordinate representation of color #CEC678: hue angle of 54.42º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEC678 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 120 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.19 |
| HSL | 54.42º | 0.47% | 0.64% | - |
| HSV(B) | 54.42º | 0.42% | 0.81% | - |
| XYZ | 49.04 | 54.87 | 25.77 | - |
| YUV | 191.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 120 | 0 | 0.04 | 0.42 | 0.19 | 54.42 | 0.47 | 0.64 |
| Hex | CE | C6 | 78 | 0 | 4 | 2A | 13 | 36 | 2F | 40 |
| Octal | 316 | 306 | 170 | 0 | 4 | 52 | 23 | 66 | 57 | 100 |
| Binary | 11001110 | 11000110 | 1111000 | 0 | 100 | 101010 | 10011 | 110110 | 101111 | 1000000 |
Color Harmonies of #CEC678
Complementary color
Monochromatic Colors of #CEC678
Black with #CEC678
Text Example
Text Example
White with #CEC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC678; }
p { color: rgb(206,198,120); }
H1.HeaderClassName
{
color: #CEC678;
}
.AnyTagClassName
{
color: #CEC678;
}
</style>
background-color css
<style>
a { background-color: #CEC678; }
a { background-color: rgb(206,198,120); }
div.DivClassName
{
background-color: #CEC678;
}
.BgClassName
{
background-color: #CEC678;
}
</style>
border-color css
<style>
span { border-color: #CEC678; }
span { border-color: rgb(206,198,120); }
td.TdClassName
{
border-color: #CEC678;
}
.TagClassName
{
border-color: #CEC678;
}
</style>