Shades of Winter Hazel #CFC871
Tints of Winter Hazel #CFC871
RGB
CMYK
RGB Variations
Color information
#CFC871 (or 0xCFC871) is known color: Winter Hazel. HEX triplet: CF, C8 and 71. RGB value is (207,200,113). Sum of RGB (Red+Green+Blue) = 207+200+113=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC871 is #30378E. Grayscale: #C0C0C0. Windows color (decimal): -3159951 or 7456975. OLE color: 7456975.
HSL color Cylindrical-coordinate representation of color #CFC871: hue angle of 55.53º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFC871 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 113 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.19 |
| HSL | 55.53º | 0.49% | 0.63% | - |
| HSV(B) | 55.53º | 0.45% | 0.81% | - |
| XYZ | 49.37 | 55.77 | 23.78 | - |
| YUV | 192.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 113 | 0 | 0.03 | 0.45 | 0.19 | 55.53 | 0.49 | 0.63 |
| Hex | CF | C8 | 71 | 0 | 3 | 2D | 13 | 38 | 31 | 3F |
| Octal | 317 | 310 | 161 | 0 | 3 | 55 | 23 | 70 | 61 | 77 |
| Binary | 11001111 | 11001000 | 1110001 | 0 | 11 | 101101 | 10011 | 111000 | 110001 | 111111 |
Color Harmonies of #CFC871
Complementary color
Monochromatic Colors of #CFC871
Black with #CFC871
Text Example
Text Example
White with #CFC871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC871; }
p { color: rgb(207,200,113); }
H1.HeaderClassName
{
color: #CFC871;
}
.AnyTagClassName
{
color: #CFC871;
}
</style>
background-color css
<style>
a { background-color: #CFC871; }
a { background-color: rgb(207,200,113); }
div.DivClassName
{
background-color: #CFC871;
}
.BgClassName
{
background-color: #CFC871;
}
</style>
border-color css
<style>
span { border-color: #CFC871; }
span { border-color: rgb(207,200,113); }
td.TdClassName
{
border-color: #CFC871;
}
.TagClassName
{
border-color: #CFC871;
}
</style>