Shades of Winter Hazel #CEC380
Tints of Winter Hazel #CEC380
RGB
CMYK
RGB Variations
Color information
#CEC380 (or 0xCEC380) is known color: Winter Hazel. HEX triplet: CE, C3 and 80. RGB value is (206,195,128). Sum of RGB (Red+Green+Blue) = 206+195+128=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC380 is #313C7F. Grayscale: #BEBEBE. Windows color (decimal): -3226752 or 8438734. OLE color: 8438734.
HSL color Cylindrical-coordinate representation of color #CEC380: hue angle of 51.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEC380 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 128 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.19 |
| HSL | 51.54º | 0.44% | 0.65% | - |
| HSV(B) | 51.54º | 0.38% | 0.81% | - |
| XYZ | 48.86 | 53.71 | 28.21 | - |
| YUV | 190.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 128 | 0 | 0.05 | 0.38 | 0.19 | 51.54 | 0.44 | 0.65 |
| Hex | CE | C3 | 80 | 0 | 5 | 26 | 13 | 34 | 2C | 41 |
| Octal | 316 | 303 | 200 | 0 | 5 | 46 | 23 | 64 | 54 | 101 |
| Binary | 11001110 | 11000011 | 10000000 | 0 | 101 | 100110 | 10011 | 110100 | 101100 | 1000001 |
Color Harmonies of #CEC380
Complementary color
Monochromatic Colors of #CEC380
Black with #CEC380
Text Example
Text Example
White with #CEC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC380; }
p { color: rgb(206,195,128); }
H1.HeaderClassName
{
color: #CEC380;
}
.AnyTagClassName
{
color: #CEC380;
}
</style>
background-color css
<style>
a { background-color: #CEC380; }
a { background-color: rgb(206,195,128); }
div.DivClassName
{
background-color: #CEC380;
}
.BgClassName
{
background-color: #CEC380;
}
</style>
border-color css
<style>
span { border-color: #CEC380; }
span { border-color: rgb(206,195,128); }
td.TdClassName
{
border-color: #CEC380;
}
.TagClassName
{
border-color: #CEC380;
}
</style>