Shades of Winter Hazel #CFC77F
Tints of Winter Hazel #CFC77F
RGB
CMYK
RGB Variations
Color information
#CFC77F (or 0xCFC77F) is known color: Winter Hazel. HEX triplet: CF, C7 and 7F. RGB value is (207,199,127). Sum of RGB (Red+Green+Blue) = 207+199+127=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC77F is #303880. Grayscale: #C1C1C1. Windows color (decimal): -3160193 or 8374223. OLE color: 8374223.
HSL color Cylindrical-coordinate representation of color #CFC77F: hue angle of 54º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFC77F is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 127 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.19 |
| HSL | 54º | 0.45% | 0.65% | - |
| HSV(B) | 54º | 0.39% | 0.81% | - |
| XYZ | 49.99 | 55.64 | 28.18 | - |
| YUV | 193.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 127 | 0 | 0.04 | 0.39 | 0.19 | 54 | 0.45 | 0.65 |
| Hex | CF | C7 | 7F | 0 | 4 | 27 | 13 | 36 | 2D | 41 |
| Octal | 317 | 307 | 177 | 0 | 4 | 47 | 23 | 66 | 55 | 101 |
| Binary | 11001111 | 11000111 | 1111111 | 0 | 100 | 100111 | 10011 | 110110 | 101101 | 1000001 |
Color Harmonies of #CFC77F
Complementary color
Monochromatic Colors of #CFC77F
Black with #CFC77F
Text Example
Text Example
White with #CFC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC77F; }
p { color: rgb(207,199,127); }
H1.HeaderClassName
{
color: #CFC77F;
}
.AnyTagClassName
{
color: #CFC77F;
}
</style>
background-color css
<style>
a { background-color: #CFC77F; }
a { background-color: rgb(207,199,127); }
div.DivClassName
{
background-color: #CFC77F;
}
.BgClassName
{
background-color: #CFC77F;
}
</style>
border-color css
<style>
span { border-color: #CFC77F; }
span { border-color: rgb(207,199,127); }
td.TdClassName
{
border-color: #CFC77F;
}
.TagClassName
{
border-color: #CFC77F;
}
</style>