Shades of Winter Hazel #CEC37A
Tints of Winter Hazel #CEC37A
RGB
CMYK
RGB Variations
Color information
#CEC37A (or 0xCEC37A) is known color: Winter Hazel. HEX triplet: CE, C3 and 7A. RGB value is (206,195,122). Sum of RGB (Red+Green+Blue) = 206+195+122=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC37A is #313C85. Grayscale: #BEBEBE. Windows color (decimal): -3226758 or 8045518. OLE color: 8045518.
HSL color Cylindrical-coordinate representation of color #CEC37A: hue angle of 52.14º 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 #CEC37A is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 122 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.19 |
| HSL | 52.14º | 0.46% | 0.64% | - |
| HSV(B) | 52.14º | 0.41% | 0.81% | - |
| XYZ | 48.48 | 53.56 | 26.19 | - |
| YUV | 189.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 122 | 0 | 0.05 | 0.41 | 0.19 | 52.14 | 0.46 | 0.64 |
| Hex | CE | C3 | 7A | 0 | 5 | 29 | 13 | 34 | 2E | 40 |
| Octal | 316 | 303 | 172 | 0 | 5 | 51 | 23 | 64 | 56 | 100 |
| Binary | 11001110 | 11000011 | 1111010 | 0 | 101 | 101001 | 10011 | 110100 | 101110 | 1000000 |
Color Harmonies of #CEC37A
Complementary color
Monochromatic Colors of #CEC37A
Black with #CEC37A
Text Example
Text Example
White with #CEC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC37A; }
p { color: rgb(206,195,122); }
H1.HeaderClassName
{
color: #CEC37A;
}
.AnyTagClassName
{
color: #CEC37A;
}
</style>
background-color css
<style>
a { background-color: #CEC37A; }
a { background-color: rgb(206,195,122); }
div.DivClassName
{
background-color: #CEC37A;
}
.BgClassName
{
background-color: #CEC37A;
}
</style>
border-color css
<style>
span { border-color: #CEC37A; }
span { border-color: rgb(206,195,122); }
td.TdClassName
{
border-color: #CEC37A;
}
.TagClassName
{
border-color: #CEC37A;
}
</style>