Shades of Winter Hazel #CEC98A
Tints of Winter Hazel #CEC98A
RGB
CMYK
RGB Variations
Color information
#CEC98A (or 0xCEC98A) is known color: Winter Hazel. HEX triplet: CE, C9 and 8A. RGB value is (206,201,138). Sum of RGB (Red+Green+Blue) = 206+201+138=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC98A is #313675. Grayscale: #C3C3C3. Windows color (decimal): -3225206 or 9095630. OLE color: 9095630.
HSL color Cylindrical-coordinate representation of color #CEC98A: hue angle of 55.59º 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 #CEC98A is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 138 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.19 |
| HSL | 55.59º | 0.41% | 0.67% | - |
| HSV(B) | 55.59º | 0.33% | 0.81% | - |
| XYZ | 50.93 | 56.73 | 32.31 | - |
| YUV | 195.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 138 | 0 | 0.02 | 0.33 | 0.19 | 55.59 | 0.41 | 0.67 |
| Hex | CE | C9 | 8A | 0 | 2 | 21 | 13 | 38 | 29 | 43 |
| Octal | 316 | 311 | 212 | 0 | 2 | 41 | 23 | 70 | 51 | 103 |
| Binary | 11001110 | 11001001 | 10001010 | 0 | 10 | 100001 | 10011 | 111000 | 101001 | 1000011 |
Color Harmonies of #CEC98A
Complementary color
Monochromatic Colors of #CEC98A
Black with #CEC98A
Text Example
Text Example
White with #CEC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC98A; }
p { color: rgb(206,201,138); }
H1.HeaderClassName
{
color: #CEC98A;
}
.AnyTagClassName
{
color: #CEC98A;
}
</style>
background-color css
<style>
a { background-color: #CEC98A; }
a { background-color: rgb(206,201,138); }
div.DivClassName
{
background-color: #CEC98A;
}
.BgClassName
{
background-color: #CEC98A;
}
</style>
border-color css
<style>
span { border-color: #CEC98A; }
span { border-color: rgb(206,201,138); }
td.TdClassName
{
border-color: #CEC98A;
}
.TagClassName
{
border-color: #CEC98A;
}
</style>