Shades of Winter Hazel #CFC373
Tints of Winter Hazel #CFC373
RGB
CMYK
RGB Variations
Color information
#CFC373 (or 0xCFC373) is known color: Winter Hazel. HEX triplet: CF, C3 and 73. RGB value is (207,195,115). Sum of RGB (Red+Green+Blue) = 207+195+115=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC373 is #303C8C. Grayscale: #BDBDBD. Windows color (decimal): -3161229 or 7586767. OLE color: 7586767.
HSL color Cylindrical-coordinate representation of color #CFC373: hue angle of 52.17º 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 #CFC373 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 115 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.19 |
| HSL | 52.17º | 0.49% | 0.63% | - |
| HSV(B) | 52.17º | 0.44% | 0.81% | - |
| XYZ | 48.34 | 53.53 | 24 | - |
| YUV | 189.47 | 85.98 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 115 | 0 | 0.06 | 0.44 | 0.19 | 52.17 | 0.49 | 0.63 |
| Hex | CF | C3 | 73 | 0 | 6 | 2C | 13 | 34 | 31 | 3F |
| Octal | 317 | 303 | 163 | 0 | 6 | 54 | 23 | 64 | 61 | 77 |
| Binary | 11001111 | 11000011 | 1110011 | 0 | 110 | 101100 | 10011 | 110100 | 110001 | 111111 |
Color Harmonies of #CFC373
Complementary color
Monochromatic Colors of #CFC373
Black with #CFC373
Text Example
Text Example
White with #CFC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC373; }
p { color: rgb(207,195,115); }
H1.HeaderClassName
{
color: #CFC373;
}
.AnyTagClassName
{
color: #CFC373;
}
</style>
background-color css
<style>
a { background-color: #CFC373; }
a { background-color: rgb(207,195,115); }
div.DivClassName
{
background-color: #CFC373;
}
.BgClassName
{
background-color: #CFC373;
}
</style>
border-color css
<style>
span { border-color: #CFC373; }
span { border-color: rgb(207,195,115); }
td.TdClassName
{
border-color: #CFC373;
}
.TagClassName
{
border-color: #CFC373;
}
</style>