Shades of Winter Hazel #CFC471
Tints of Winter Hazel #CFC471
RGB
CMYK
RGB Variations
Color information
#CFC471 (or 0xCFC471) is known color: Winter Hazel. HEX triplet: CF, C4 and 71. RGB value is (207,196,113). Sum of RGB (Red+Green+Blue) = 207+196+113=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC471 is #303B8E. Grayscale: #BEBEBE. Windows color (decimal): -3160975 or 7455951. OLE color: 7455951.
HSL color Cylindrical-coordinate representation of color #CFC471: hue angle of 52.98º 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 #CFC471 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 113 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.19 |
| HSL | 52.98º | 0.49% | 0.63% | - |
| HSV(B) | 52.98º | 0.45% | 0.81% | - |
| XYZ | 48.45 | 53.94 | 23.48 | - |
| YUV | 189.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 113 | 0 | 0.05 | 0.45 | 0.19 | 52.98 | 0.49 | 0.63 |
| Hex | CF | C4 | 71 | 0 | 5 | 2D | 13 | 35 | 31 | 3F |
| Octal | 317 | 304 | 161 | 0 | 5 | 55 | 23 | 65 | 61 | 77 |
| Binary | 11001111 | 11000100 | 1110001 | 0 | 101 | 101101 | 10011 | 110101 | 110001 | 111111 |
Color Harmonies of #CFC471
Complementary color
Monochromatic Colors of #CFC471
Black with #CFC471
Text Example
Text Example
White with #CFC471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC471; }
p { color: rgb(207,196,113); }
H1.HeaderClassName
{
color: #CFC471;
}
.AnyTagClassName
{
color: #CFC471;
}
</style>
background-color css
<style>
a { background-color: #CFC471; }
a { background-color: rgb(207,196,113); }
div.DivClassName
{
background-color: #CFC471;
}
.BgClassName
{
background-color: #CFC471;
}
</style>
border-color css
<style>
span { border-color: #CFC471; }
span { border-color: rgb(207,196,113); }
td.TdClassName
{
border-color: #CFC471;
}
.TagClassName
{
border-color: #CFC471;
}
</style>