Shades of Winter Hazel #CFC980
Tints of Winter Hazel #CFC980
RGB
CMYK
RGB Variations
Color information
#CFC980 (or 0xCFC980) is known color: Winter Hazel. HEX triplet: CF, C9 and 80. RGB value is (207,201,128). Sum of RGB (Red+Green+Blue) = 207+201+128=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC980 is #30367F. Grayscale: #C2C2C2. Windows color (decimal): -3159680 or 8440271. OLE color: 8440271.
HSL color Cylindrical-coordinate representation of color #CFC980: hue angle of 55.44º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFC980 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 128 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.19 |
| HSL | 55.44º | 0.45% | 0.66% | - |
| HSV(B) | 55.44º | 0.38% | 0.81% | - |
| XYZ | 50.52 | 56.6 | 28.68 | - |
| YUV | 194.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 128 | 0 | 0.03 | 0.38 | 0.19 | 55.44 | 0.45 | 0.66 |
| Hex | CF | C9 | 80 | 0 | 3 | 26 | 13 | 37 | 2D | 42 |
| Octal | 317 | 311 | 200 | 0 | 3 | 46 | 23 | 67 | 55 | 102 |
| Binary | 11001111 | 11001001 | 10000000 | 0 | 11 | 100110 | 10011 | 110111 | 101101 | 1000010 |
Color Harmonies of #CFC980
Complementary color
Monochromatic Colors of #CFC980
Black with #CFC980
Text Example
Text Example
White with #CFC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC980; }
p { color: rgb(207,201,128); }
H1.HeaderClassName
{
color: #CFC980;
}
.AnyTagClassName
{
color: #CFC980;
}
</style>
background-color css
<style>
a { background-color: #CFC980; }
a { background-color: rgb(207,201,128); }
div.DivClassName
{
background-color: #CFC980;
}
.BgClassName
{
background-color: #CFC980;
}
</style>
border-color css
<style>
span { border-color: #CFC980; }
span { border-color: rgb(207,201,128); }
td.TdClassName
{
border-color: #CFC980;
}
.TagClassName
{
border-color: #CFC980;
}
</style>