Shades of Winter Hazel #CFC870
Tints of Winter Hazel #CFC870
RGB
CMYK
RGB Variations
Color information
#CFC870 (or 0xCFC870) is known color: Winter Hazel. HEX triplet: CF, C8 and 70. RGB value is (207,200,112). Sum of RGB (Red+Green+Blue) = 207+200+112=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC870 is #30378F. Grayscale: #C0C0C0. Windows color (decimal): -3159952 or 7391439. OLE color: 7391439.
HSL color Cylindrical-coordinate representation of color #CFC870: hue angle of 55.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFC870 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 112 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.19 |
| HSL | 55.58º | 0.5% | 0.63% | - |
| HSV(B) | 55.58º | 0.46% | 0.81% | - |
| XYZ | 49.31 | 55.74 | 23.49 | - |
| YUV | 192.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 112 | 0 | 0.03 | 0.46 | 0.19 | 55.58 | 0.5 | 0.63 |
| Hex | CF | C8 | 70 | 0 | 3 | 2E | 13 | 38 | 32 | 3F |
| Octal | 317 | 310 | 160 | 0 | 3 | 56 | 23 | 70 | 62 | 77 |
| Binary | 11001111 | 11001000 | 1110000 | 0 | 11 | 101110 | 10011 | 111000 | 110010 | 111111 |
Color Harmonies of #CFC870
Complementary color
Monochromatic Colors of #CFC870
Black with #CFC870
Text Example
Text Example
White with #CFC870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC870; }
p { color: rgb(207,200,112); }
H1.HeaderClassName
{
color: #CFC870;
}
.AnyTagClassName
{
color: #CFC870;
}
</style>
background-color css
<style>
a { background-color: #CFC870; }
a { background-color: rgb(207,200,112); }
div.DivClassName
{
background-color: #CFC870;
}
.BgClassName
{
background-color: #CFC870;
}
</style>
border-color css
<style>
span { border-color: #CFC870; }
span { border-color: rgb(207,200,112); }
td.TdClassName
{
border-color: #CFC870;
}
.TagClassName
{
border-color: #CFC870;
}
</style>