Shades of Wild Willow #C7CF61
Tints of Wild Willow #C7CF61
RGB
CMYK
RGB Variations
Color information
#C7CF61 (or 0xC7CF61) is known color: Wild Willow. HEX triplet: C7, CF and 61. RGB value is (199,207,97). Sum of RGB (Red+Green+Blue) = 199+207+97=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CF61 is #38309E. Grayscale: #C0C0C0. Windows color (decimal): -3682463 or 6410183. OLE color: 6410183.
HSL color Cylindrical-coordinate representation of color #C7CF61: hue angle of 64.36º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7CF61 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 97 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.19 |
| HSL | 64.36º | 0.53% | 0.6% | - |
| HSV(B) | 64.36º | 0.53% | 0.81% | - |
| XYZ | 48.02 | 57.63 | 19.9 | - |
| YUV | 192.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 97 | 0.04 | 0 | 0.53 | 0.19 | 64.36 | 0.53 | 0.6 |
| Hex | C7 | CF | 61 | 4 | 0 | 35 | 13 | 40 | 35 | 3C |
| Octal | 307 | 317 | 141 | 4 | 0 | 65 | 23 | 100 | 65 | 74 |
| Binary | 11000111 | 11001111 | 1100001 | 100 | 0 | 110101 | 10011 | 1000000 | 110101 | 111100 |
Color Harmonies of #C7CF61
Complementary color
Monochromatic Colors of #C7CF61
Black with #C7CF61
Text Example
Text Example
White with #C7CF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF61; }
p { color: rgb(199,207,97); }
H1.HeaderClassName
{
color: #C7CF61;
}
.AnyTagClassName
{
color: #C7CF61;
}
</style>
background-color css
<style>
a { background-color: #C7CF61; }
a { background-color: rgb(199,207,97); }
div.DivClassName
{
background-color: #C7CF61;
}
.BgClassName
{
background-color: #C7CF61;
}
</style>
border-color css
<style>
span { border-color: #C7CF61; }
span { border-color: rgb(199,207,97); }
td.TdClassName
{
border-color: #C7CF61;
}
.TagClassName
{
border-color: #C7CF61;
}
</style>