Shades of Winter Hazel #CEC77A
Tints of Winter Hazel #CEC77A
RGB
CMYK
RGB Variations
Color information
#CEC77A (or 0xCEC77A) is known color: Winter Hazel. HEX triplet: CE, C7 and 7A. RGB value is (206,199,122). Sum of RGB (Red+Green+Blue) = 206+199+122=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC77A is #313885. Grayscale: #C0C0C0. Windows color (decimal): -3225734 or 8046542. OLE color: 8046542.
HSL color Cylindrical-coordinate representation of color #CEC77A: hue angle of 55º 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 #CEC77A is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 122 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.19 |
| HSL | 55º | 0.46% | 0.64% | - |
| HSV(B) | 55º | 0.41% | 0.81% | - |
| XYZ | 49.39 | 55.37 | 26.5 | - |
| YUV | 192.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 122 | 0 | 0.03 | 0.41 | 0.19 | 55 | 0.46 | 0.64 |
| Hex | CE | C7 | 7A | 0 | 3 | 29 | 13 | 37 | 2E | 40 |
| Octal | 316 | 307 | 172 | 0 | 3 | 51 | 23 | 67 | 56 | 100 |
| Binary | 11001110 | 11000111 | 1111010 | 0 | 11 | 101001 | 10011 | 110111 | 101110 | 1000000 |
Color Harmonies of #CEC77A
Complementary color
Monochromatic Colors of #CEC77A
Black with #CEC77A
Text Example
Text Example
White with #CEC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC77A; }
p { color: rgb(206,199,122); }
H1.HeaderClassName
{
color: #CEC77A;
}
.AnyTagClassName
{
color: #CEC77A;
}
</style>
background-color css
<style>
a { background-color: #CEC77A; }
a { background-color: rgb(206,199,122); }
div.DivClassName
{
background-color: #CEC77A;
}
.BgClassName
{
background-color: #CEC77A;
}
</style>
border-color css
<style>
span { border-color: #CEC77A; }
span { border-color: rgb(206,199,122); }
td.TdClassName
{
border-color: #CEC77A;
}
.TagClassName
{
border-color: #CEC77A;
}
</style>