Shades of Winter Hazel #CFC777
Tints of Winter Hazel #CFC777
RGB
CMYK
RGB Variations
Color information
#CFC777 (or 0xCFC777) is known color: Winter Hazel. HEX triplet: CF, C7 and 77. RGB value is (207,199,119). Sum of RGB (Red+Green+Blue) = 207+199+119=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC777 is #303888. Grayscale: #C0C0C0. Windows color (decimal): -3160201 or 7849935. OLE color: 7849935.
HSL color Cylindrical-coordinate representation of color #CFC777: hue angle of 54.55º 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 #CFC777 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 119 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.19 |
| HSL | 54.55º | 0.48% | 0.64% | - |
| HSV(B) | 54.55º | 0.43% | 0.81% | - |
| XYZ | 49.49 | 55.44 | 25.55 | - |
| YUV | 192.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 119 | 0 | 0.04 | 0.43 | 0.19 | 54.55 | 0.48 | 0.64 |
| Hex | CF | C7 | 77 | 0 | 4 | 2B | 13 | 37 | 30 | 40 |
| Octal | 317 | 307 | 167 | 0 | 4 | 53 | 23 | 67 | 60 | 100 |
| Binary | 11001111 | 11000111 | 1110111 | 0 | 100 | 101011 | 10011 | 110111 | 110000 | 1000000 |
Color Harmonies of #CFC777
Complementary color
Monochromatic Colors of #CFC777
Black with #CFC777
Text Example
Text Example
White with #CFC777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC777; }
p { color: rgb(207,199,119); }
H1.HeaderClassName
{
color: #CFC777;
}
.AnyTagClassName
{
color: #CFC777;
}
</style>
background-color css
<style>
a { background-color: #CFC777; }
a { background-color: rgb(207,199,119); }
div.DivClassName
{
background-color: #CFC777;
}
.BgClassName
{
background-color: #CFC777;
}
</style>
border-color css
<style>
span { border-color: #CFC777; }
span { border-color: rgb(207,199,119); }
td.TdClassName
{
border-color: #CFC777;
}
.TagClassName
{
border-color: #CFC777;
}
</style>