Shades of Winter Hazel #CEC88A
Tints of Winter Hazel #CEC88A
RGB
CMYK
RGB Variations
Color information
#CEC88A (or 0xCEC88A) is known color: Winter Hazel. HEX triplet: CE, C8 and 8A. RGB value is (206,200,138). Sum of RGB (Red+Green+Blue) = 206+200+138=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC88A is #313775. Grayscale: #C2C2C2. Windows color (decimal): -3225462 or 9095374. OLE color: 9095374.
HSL color Cylindrical-coordinate representation of color #CEC88A: hue angle of 54.71º 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 #CEC88A is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 138 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.19 |
| HSL | 54.71º | 0.41% | 0.67% | - |
| HSV(B) | 54.71º | 0.33% | 0.81% | - |
| XYZ | 50.7 | 56.27 | 32.23 | - |
| YUV | 194.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 138 | 0 | 0.03 | 0.33 | 0.19 | 54.71 | 0.41 | 0.67 |
| Hex | CE | C8 | 8A | 0 | 3 | 21 | 13 | 37 | 29 | 43 |
| Octal | 316 | 310 | 212 | 0 | 3 | 41 | 23 | 67 | 51 | 103 |
| Binary | 11001110 | 11001000 | 10001010 | 0 | 11 | 100001 | 10011 | 110111 | 101001 | 1000011 |
Color Harmonies of #CEC88A
Complementary color
Monochromatic Colors of #CEC88A
Black with #CEC88A
Text Example
Text Example
White with #CEC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC88A; }
p { color: rgb(206,200,138); }
H1.HeaderClassName
{
color: #CEC88A;
}
.AnyTagClassName
{
color: #CEC88A;
}
</style>
background-color css
<style>
a { background-color: #CEC88A; }
a { background-color: rgb(206,200,138); }
div.DivClassName
{
background-color: #CEC88A;
}
.BgClassName
{
background-color: #CEC88A;
}
</style>
border-color css
<style>
span { border-color: #CEC88A; }
span { border-color: rgb(206,200,138); }
td.TdClassName
{
border-color: #CEC88A;
}
.TagClassName
{
border-color: #CEC88A;
}
</style>