Shades of Winter Hazel #CEC76F
Tints of Winter Hazel #CEC76F
RGB
CMYK
RGB Variations
Color information
#CEC76F (or 0xCEC76F) is known color: Winter Hazel. HEX triplet: CE, C7 and 6F. RGB value is (206,199,111). Sum of RGB (Red+Green+Blue) = 206+199+111=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC76F is #313890. Grayscale: #BFBFBF. Windows color (decimal): -3225745 or 7325646. OLE color: 7325646.
HSL color Cylindrical-coordinate representation of color #CEC76F: hue angle of 55.58º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEC76F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 111 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.19 |
| HSL | 55.58º | 0.49% | 0.62% | - |
| HSV(B) | 55.58º | 0.46% | 0.81% | - |
| XYZ | 48.75 | 55.12 | 23.11 | - |
| YUV | 191.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 111 | 0 | 0.03 | 0.46 | 0.19 | 55.58 | 0.49 | 0.62 |
| Hex | CE | C7 | 6F | 0 | 3 | 2E | 13 | 38 | 31 | 3E |
| Octal | 316 | 307 | 157 | 0 | 3 | 56 | 23 | 70 | 61 | 76 |
| Binary | 11001110 | 11000111 | 1101111 | 0 | 11 | 101110 | 10011 | 111000 | 110001 | 111110 |
Color Harmonies of #CEC76F
Complementary color
Monochromatic Colors of #CEC76F
Black with #CEC76F
Text Example
Text Example
White with #CEC76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC76F; }
p { color: rgb(206,199,111); }
H1.HeaderClassName
{
color: #CEC76F;
}
.AnyTagClassName
{
color: #CEC76F;
}
</style>
background-color css
<style>
a { background-color: #CEC76F; }
a { background-color: rgb(206,199,111); }
div.DivClassName
{
background-color: #CEC76F;
}
.BgClassName
{
background-color: #CEC76F;
}
</style>
border-color css
<style>
span { border-color: #CEC76F; }
span { border-color: rgb(206,199,111); }
td.TdClassName
{
border-color: #CEC76F;
}
.TagClassName
{
border-color: #CEC76F;
}
</style>