Shades of Winter Hazel #CEC07A
Tints of Winter Hazel #CEC07A
RGB
CMYK
RGB Variations
Color information
#CEC07A (or 0xCEC07A) is known color: Winter Hazel. HEX triplet: CE, C0 and 7A. RGB value is (206,192,122). Sum of RGB (Red+Green+Blue) = 206+192+122=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC07A is #313F85. Grayscale: #BCBCBC. Windows color (decimal): -3227526 or 8044750. OLE color: 8044750.
HSL color Cylindrical-coordinate representation of color #CEC07A: hue angle of 50º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEC07A is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 122 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.19 |
| HSL | 50º | 0.46% | 0.64% | - |
| HSV(B) | 50º | 0.41% | 0.81% | - |
| XYZ | 47.82 | 52.23 | 25.97 | - |
| YUV | 188.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 122 | 0 | 0.07 | 0.41 | 0.19 | 50 | 0.46 | 0.64 |
| Hex | CE | C0 | 7A | 0 | 7 | 29 | 13 | 32 | 2E | 40 |
| Octal | 316 | 300 | 172 | 0 | 7 | 51 | 23 | 62 | 56 | 100 |
| Binary | 11001110 | 11000000 | 1111010 | 0 | 111 | 101001 | 10011 | 110010 | 101110 | 1000000 |
Color Harmonies of #CEC07A
Complementary color
Monochromatic Colors of #CEC07A
Black with #CEC07A
Text Example
Text Example
White with #CEC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC07A; }
p { color: rgb(206,192,122); }
H1.HeaderClassName
{
color: #CEC07A;
}
.AnyTagClassName
{
color: #CEC07A;
}
</style>
background-color css
<style>
a { background-color: #CEC07A; }
a { background-color: rgb(206,192,122); }
div.DivClassName
{
background-color: #CEC07A;
}
.BgClassName
{
background-color: #CEC07A;
}
</style>
border-color css
<style>
span { border-color: #CEC07A; }
span { border-color: rgb(206,192,122); }
td.TdClassName
{
border-color: #CEC07A;
}
.TagClassName
{
border-color: #CEC07A;
}
</style>