Shades of Winter Hazel #CEC68A
Tints of Winter Hazel #CEC68A
RGB
CMYK
RGB Variations
Color information
#CEC68A (or 0xCEC68A) is known color: Winter Hazel. HEX triplet: CE, C6 and 8A. RGB value is (206,198,138). Sum of RGB (Red+Green+Blue) = 206+198+138=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC68A is #313975. Grayscale: #C1C1C1. Windows color (decimal): -3225974 or 9094862. OLE color: 9094862.
HSL color Cylindrical-coordinate representation of color #CEC68A: hue angle of 52.94º 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 #CEC68A is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 138 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.19 |
| HSL | 52.94º | 0.41% | 0.67% | - |
| HSV(B) | 52.94º | 0.33% | 0.81% | - |
| XYZ | 50.24 | 55.34 | 32.08 | - |
| YUV | 193.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 138 | 0 | 0.04 | 0.33 | 0.19 | 52.94 | 0.41 | 0.67 |
| Hex | CE | C6 | 8A | 0 | 4 | 21 | 13 | 35 | 29 | 43 |
| Octal | 316 | 306 | 212 | 0 | 4 | 41 | 23 | 65 | 51 | 103 |
| Binary | 11001110 | 11000110 | 10001010 | 0 | 100 | 100001 | 10011 | 110101 | 101001 | 1000011 |
Color Harmonies of #CEC68A
Complementary color
Monochromatic Colors of #CEC68A
Black with #CEC68A
Text Example
Text Example
White with #CEC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC68A; }
p { color: rgb(206,198,138); }
H1.HeaderClassName
{
color: #CEC68A;
}
.AnyTagClassName
{
color: #CEC68A;
}
</style>
background-color css
<style>
a { background-color: #CEC68A; }
a { background-color: rgb(206,198,138); }
div.DivClassName
{
background-color: #CEC68A;
}
.BgClassName
{
background-color: #CEC68A;
}
</style>
border-color css
<style>
span { border-color: #CEC68A; }
span { border-color: rgb(206,198,138); }
td.TdClassName
{
border-color: #CEC68A;
}
.TagClassName
{
border-color: #CEC68A;
}
</style>