Shades of Wild Willow #C7CF63
Tints of Wild Willow #C7CF63
RGB
CMYK
RGB Variations
Color information
#C7CF63 (or 0xC7CF63) is known color: Wild Willow. HEX triplet: C7, CF and 63. RGB value is (199,207,99). Sum of RGB (Red+Green+Blue) = 199+207+99=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CF63 is #38309C. Grayscale: #C0C0C0. Windows color (decimal): -3682461 or 6541255. OLE color: 6541255.
HSL color Cylindrical-coordinate representation of color #C7CF63: hue angle of 64.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7CF63 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 99 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.19 |
| HSL | 64.44º | 0.53% | 0.6% | - |
| HSV(B) | 64.44º | 0.52% | 0.81% | - |
| XYZ | 48.12 | 57.67 | 20.4 | - |
| YUV | 192.3 | 75.35 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 99 | 0.04 | 0 | 0.52 | 0.19 | 64.44 | 0.53 | 0.6 |
| Hex | C7 | CF | 63 | 4 | 0 | 34 | 13 | 40 | 35 | 3C |
| Octal | 307 | 317 | 143 | 4 | 0 | 64 | 23 | 100 | 65 | 74 |
| Binary | 11000111 | 11001111 | 1100011 | 100 | 0 | 110100 | 10011 | 1000000 | 110101 | 111100 |
Color Harmonies of #C7CF63
Complementary color
Monochromatic Colors of #C7CF63
Black with #C7CF63
Text Example
Text Example
White with #C7CF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF63; }
p { color: rgb(199,207,99); }
H1.HeaderClassName
{
color: #C7CF63;
}
.AnyTagClassName
{
color: #C7CF63;
}
</style>
background-color css
<style>
a { background-color: #C7CF63; }
a { background-color: rgb(199,207,99); }
div.DivClassName
{
background-color: #C7CF63;
}
.BgClassName
{
background-color: #C7CF63;
}
</style>
border-color css
<style>
span { border-color: #C7CF63; }
span { border-color: rgb(199,207,99); }
td.TdClassName
{
border-color: #C7CF63;
}
.TagClassName
{
border-color: #C7CF63;
}
</style>