Shades of Winter Hazel #CEC78A
Tints of Winter Hazel #CEC78A
RGB
CMYK
RGB Variations
Color information
#CEC78A (or 0xCEC78A) is known color: Winter Hazel. HEX triplet: CE, C7 and 8A. RGB value is (206,199,138). Sum of RGB (Red+Green+Blue) = 206+199+138=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC78A is #313875. Grayscale: #C2C2C2. Windows color (decimal): -3225718 or 9095118. OLE color: 9095118.
HSL color Cylindrical-coordinate representation of color #CEC78A: hue angle of 53.82º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEC78A is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 138 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.19 |
| HSL | 53.82º | 0.41% | 0.67% | - |
| HSV(B) | 53.82º | 0.33% | 0.81% | - |
| XYZ | 50.46 | 55.8 | 32.16 | - |
| YUV | 194.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 138 | 0 | 0.03 | 0.33 | 0.19 | 53.82 | 0.41 | 0.67 |
| Hex | CE | C7 | 8A | 0 | 3 | 21 | 13 | 36 | 29 | 43 |
| Octal | 316 | 307 | 212 | 0 | 3 | 41 | 23 | 66 | 51 | 103 |
| Binary | 11001110 | 11000111 | 10001010 | 0 | 11 | 100001 | 10011 | 110110 | 101001 | 1000011 |
Color Harmonies of #CEC78A
Complementary color
Monochromatic Colors of #CEC78A
Black with #CEC78A
Text Example
Text Example
White with #CEC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC78A; }
p { color: rgb(206,199,138); }
H1.HeaderClassName
{
color: #CEC78A;
}
.AnyTagClassName
{
color: #CEC78A;
}
</style>
background-color css
<style>
a { background-color: #CEC78A; }
a { background-color: rgb(206,199,138); }
div.DivClassName
{
background-color: #CEC78A;
}
.BgClassName
{
background-color: #CEC78A;
}
</style>
border-color css
<style>
span { border-color: #CEC78A; }
span { border-color: rgb(206,199,138); }
td.TdClassName
{
border-color: #CEC78A;
}
.TagClassName
{
border-color: #CEC78A;
}
</style>