Shades of Winter Hazel #CFC077
Tints of Winter Hazel #CFC077
RGB
CMYK
RGB Variations
Color information
#CFC077 (or 0xCFC077) is known color: Winter Hazel. HEX triplet: CF, C0 and 77. RGB value is (207,192,119). Sum of RGB (Red+Green+Blue) = 207+192+119=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC077 is #303F88. Grayscale: #BCBCBC. Windows color (decimal): -3161993 or 7848143. OLE color: 7848143.
HSL color Cylindrical-coordinate representation of color #CFC077: hue angle of 49.77º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFC077 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 119 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.19 |
| HSL | 49.77º | 0.48% | 0.64% | - |
| HSV(B) | 49.77º | 0.43% | 0.81% | - |
| XYZ | 47.91 | 52.3 | 25.02 | - |
| YUV | 188.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 119 | 0 | 0.07 | 0.43 | 0.19 | 49.77 | 0.48 | 0.64 |
| Hex | CF | C0 | 77 | 0 | 7 | 2B | 13 | 32 | 30 | 40 |
| Octal | 317 | 300 | 167 | 0 | 7 | 53 | 23 | 62 | 60 | 100 |
| Binary | 11001111 | 11000000 | 1110111 | 0 | 111 | 101011 | 10011 | 110010 | 110000 | 1000000 |
Color Harmonies of #CFC077
Complementary color
Monochromatic Colors of #CFC077
Black with #CFC077
Text Example
Text Example
White with #CFC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC077; }
p { color: rgb(207,192,119); }
H1.HeaderClassName
{
color: #CFC077;
}
.AnyTagClassName
{
color: #CFC077;
}
</style>
background-color css
<style>
a { background-color: #CFC077; }
a { background-color: rgb(207,192,119); }
div.DivClassName
{
background-color: #CFC077;
}
.BgClassName
{
background-color: #CFC077;
}
</style>
border-color css
<style>
span { border-color: #CFC077; }
span { border-color: rgb(207,192,119); }
td.TdClassName
{
border-color: #CFC077;
}
.TagClassName
{
border-color: #CFC077;
}
</style>