Shades of Winter Hazel #CEC67E
Tints of Winter Hazel #CEC67E
RGB
CMYK
RGB Variations
Color information
#CEC67E (or 0xCEC67E) is known color: Winter Hazel. HEX triplet: CE, C6 and 7E. RGB value is (206,198,126). Sum of RGB (Red+Green+Blue) = 206+198+126=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC67E is #313981. Grayscale: #C0C0C0. Windows color (decimal): -3225986 or 8308430. OLE color: 8308430.
HSL color Cylindrical-coordinate representation of color #CEC67E: hue angle of 54º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEC67E is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 126 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.19 |
| HSL | 54º | 0.45% | 0.65% | - |
| HSV(B) | 54º | 0.39% | 0.81% | - |
| XYZ | 49.41 | 55.02 | 27.75 | - |
| YUV | 192.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 126 | 0 | 0.04 | 0.39 | 0.19 | 54 | 0.45 | 0.65 |
| Hex | CE | C6 | 7E | 0 | 4 | 27 | 13 | 36 | 2D | 41 |
| Octal | 316 | 306 | 176 | 0 | 4 | 47 | 23 | 66 | 55 | 101 |
| Binary | 11001110 | 11000110 | 1111110 | 0 | 100 | 100111 | 10011 | 110110 | 101101 | 1000001 |
Color Harmonies of #CEC67E
Complementary color
Monochromatic Colors of #CEC67E
Black with #CEC67E
Text Example
Text Example
White with #CEC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC67E; }
p { color: rgb(206,198,126); }
H1.HeaderClassName
{
color: #CEC67E;
}
.AnyTagClassName
{
color: #CEC67E;
}
</style>
background-color css
<style>
a { background-color: #CEC67E; }
a { background-color: rgb(206,198,126); }
div.DivClassName
{
background-color: #CEC67E;
}
.BgClassName
{
background-color: #CEC67E;
}
</style>
border-color css
<style>
span { border-color: #CEC67E; }
span { border-color: rgb(206,198,126); }
td.TdClassName
{
border-color: #CEC67E;
}
.TagClassName
{
border-color: #CEC67E;
}
</style>