Shades of Wild Willow #C0CF71
Tints of Wild Willow #C0CF71
RGB
CMYK
RGB Variations
Color information
#C0CF71 (or 0xC0CF71) is known color: Wild Willow. HEX triplet: C0, CF and 71. RGB value is (192,207,113). Sum of RGB (Red+Green+Blue) = 192+207+113=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CF71 is #3F308E. Grayscale: #C0C0C0. Windows color (decimal): -4141199 or 7458752. OLE color: 7458752.
HSL color Cylindrical-coordinate representation of color #C0CF71: hue angle of 69.57º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0CF71 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 113 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.19 |
| HSL | 69.57º | 0.49% | 0.63% | - |
| HSV(B) | 69.57º | 0.45% | 0.81% | - |
| XYZ | 47.03 | 57.02 | 24.15 | - |
| YUV | 191.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 113 | 0.07 | 0 | 0.45 | 0.19 | 69.57 | 0.49 | 0.63 |
| Hex | C0 | CF | 71 | 7 | 0 | 2D | 13 | 46 | 31 | 3F |
| Octal | 300 | 317 | 161 | 7 | 0 | 55 | 23 | 106 | 61 | 77 |
| Binary | 11000000 | 11001111 | 1110001 | 111 | 0 | 101101 | 10011 | 1000110 | 110001 | 111111 |
Color Harmonies of #C0CF71
Complementary color
Monochromatic Colors of #C0CF71
Black with #C0CF71
Text Example
Text Example
White with #C0CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF71; }
p { color: rgb(192,207,113); }
H1.HeaderClassName
{
color: #C0CF71;
}
.AnyTagClassName
{
color: #C0CF71;
}
</style>
background-color css
<style>
a { background-color: #C0CF71; }
a { background-color: rgb(192,207,113); }
div.DivClassName
{
background-color: #C0CF71;
}
.BgClassName
{
background-color: #C0CF71;
}
</style>
border-color css
<style>
span { border-color: #C0CF71; }
span { border-color: rgb(192,207,113); }
td.TdClassName
{
border-color: #C0CF71;
}
.TagClassName
{
border-color: #C0CF71;
}
</style>