Shades of Winter Hazel #CEC28A
Tints of Winter Hazel #CEC28A
RGB
CMYK
RGB Variations
Color information
#CEC28A (or 0xCEC28A) is known color: Winter Hazel. HEX triplet: CE, C2 and 8A. RGB value is (206,194,138). Sum of RGB (Red+Green+Blue) = 206+194+138=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC28A is #313D75. Grayscale: #BFBFBF. Windows color (decimal): -3226998 or 9093838. OLE color: 9093838.
HSL color Cylindrical-coordinate representation of color #CEC28A: hue angle of 49.41º 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 #CEC28A is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 138 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.19 |
| HSL | 49.41º | 0.41% | 0.67% | - |
| HSV(B) | 49.41º | 0.33% | 0.81% | - |
| XYZ | 49.33 | 53.54 | 31.78 | - |
| YUV | 191.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 138 | 0 | 0.06 | 0.33 | 0.19 | 49.41 | 0.41 | 0.67 |
| Hex | CE | C2 | 8A | 0 | 6 | 21 | 13 | 31 | 29 | 43 |
| Octal | 316 | 302 | 212 | 0 | 6 | 41 | 23 | 61 | 51 | 103 |
| Binary | 11001110 | 11000010 | 10001010 | 0 | 110 | 100001 | 10011 | 110001 | 101001 | 1000011 |
Color Harmonies of #CEC28A
Complementary color
Monochromatic Colors of #CEC28A
Black with #CEC28A
Text Example
Text Example
White with #CEC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC28A; }
p { color: rgb(206,194,138); }
H1.HeaderClassName
{
color: #CEC28A;
}
.AnyTagClassName
{
color: #CEC28A;
}
</style>
background-color css
<style>
a { background-color: #CEC28A; }
a { background-color: rgb(206,194,138); }
div.DivClassName
{
background-color: #CEC28A;
}
.BgClassName
{
background-color: #CEC28A;
}
</style>
border-color css
<style>
span { border-color: #CEC28A; }
span { border-color: rgb(206,194,138); }
td.TdClassName
{
border-color: #CEC28A;
}
.TagClassName
{
border-color: #CEC28A;
}
</style>