Shades of Wild Willow #C7CF66
Tints of Wild Willow #C7CF66
RGB
CMYK
RGB Variations
Color information
#C7CF66 (or 0xC7CF66) is known color: Wild Willow. HEX triplet: C7, CF and 66. RGB value is (199,207,102). Sum of RGB (Red+Green+Blue) = 199+207+102=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CF66 is #383099. Grayscale: #C1C1C1. Windows color (decimal): -3682458 or 6737863. OLE color: 6737863.
HSL color Cylindrical-coordinate representation of color #C7CF66: hue angle of 64.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7CF66 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 102 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.19 |
| HSL | 64.57º | 0.52% | 0.61% | - |
| HSV(B) | 64.57º | 0.51% | 0.81% | - |
| XYZ | 48.26 | 57.73 | 21.17 | - |
| YUV | 192.64 | 76.85 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 102 | 0.04 | 0 | 0.51 | 0.19 | 64.57 | 0.52 | 0.61 |
| Hex | C7 | CF | 66 | 4 | 0 | 33 | 13 | 41 | 34 | 3D |
| Octal | 307 | 317 | 146 | 4 | 0 | 63 | 23 | 101 | 64 | 75 |
| Binary | 11000111 | 11001111 | 1100110 | 100 | 0 | 110011 | 10011 | 1000001 | 110100 | 111101 |
Color Harmonies of #C7CF66
Complementary color
Monochromatic Colors of #C7CF66
Black with #C7CF66
Text Example
Text Example
White with #C7CF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF66; }
p { color: rgb(199,207,102); }
H1.HeaderClassName
{
color: #C7CF66;
}
.AnyTagClassName
{
color: #C7CF66;
}
</style>
background-color css
<style>
a { background-color: #C7CF66; }
a { background-color: rgb(199,207,102); }
div.DivClassName
{
background-color: #C7CF66;
}
.BgClassName
{
background-color: #C7CF66;
}
</style>
border-color css
<style>
span { border-color: #C7CF66; }
span { border-color: rgb(199,207,102); }
td.TdClassName
{
border-color: #C7CF66;
}
.TagClassName
{
border-color: #C7CF66;
}
</style>