Shades of Winter Hazel #CFC473
Tints of Winter Hazel #CFC473
RGB
CMYK
RGB Variations
Color information
#CFC473 (or 0xCFC473) is known color: Winter Hazel. HEX triplet: CF, C4 and 73. RGB value is (207,196,115). Sum of RGB (Red+Green+Blue) = 207+196+115=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC473 is #303B8C. Grayscale: #BEBEBE. Windows color (decimal): -3160973 or 7587023. OLE color: 7587023.
HSL color Cylindrical-coordinate representation of color #CFC473: hue angle of 52.83º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFC473 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 115 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.19 |
| HSL | 52.83º | 0.49% | 0.63% | - |
| HSV(B) | 52.83º | 0.44% | 0.81% | - |
| XYZ | 48.57 | 53.98 | 24.08 | - |
| YUV | 190.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 115 | 0 | 0.05 | 0.44 | 0.19 | 52.83 | 0.49 | 0.63 |
| Hex | CF | C4 | 73 | 0 | 5 | 2C | 13 | 35 | 31 | 3F |
| Octal | 317 | 304 | 163 | 0 | 5 | 54 | 23 | 65 | 61 | 77 |
| Binary | 11001111 | 11000100 | 1110011 | 0 | 101 | 101100 | 10011 | 110101 | 110001 | 111111 |
Color Harmonies of #CFC473
Complementary color
Monochromatic Colors of #CFC473
Black with #CFC473
Text Example
Text Example
White with #CFC473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC473; }
p { color: rgb(207,196,115); }
H1.HeaderClassName
{
color: #CFC473;
}
.AnyTagClassName
{
color: #CFC473;
}
</style>
background-color css
<style>
a { background-color: #CFC473; }
a { background-color: rgb(207,196,115); }
div.DivClassName
{
background-color: #CFC473;
}
.BgClassName
{
background-color: #CFC473;
}
</style>
border-color css
<style>
span { border-color: #CFC473; }
span { border-color: rgb(207,196,115); }
td.TdClassName
{
border-color: #CFC473;
}
.TagClassName
{
border-color: #CFC473;
}
</style>