Shades of Wild Willow #C0CA71
Tints of Wild Willow #C0CA71
RGB
CMYK
RGB Variations
Color information
#C0CA71 (or 0xC0CA71) is known color: Wild Willow. HEX triplet: C0, CA and 71. RGB value is (192,202,113). Sum of RGB (Red+Green+Blue) = 192+202+113=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA71 is #3F358E. Grayscale: #BDBDBD. Windows color (decimal): -4142479 or 7457472. OLE color: 7457472.
HSL color Cylindrical-coordinate representation of color #C0CA71: hue angle of 66.74º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0CA71 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 113 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.21 |
| HSL | 66.74º | 0.46% | 0.62% | - |
| HSV(B) | 66.74º | 0.44% | 0.79% | - |
| XYZ | 45.84 | 54.64 | 23.75 | - |
| YUV | 188.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 113 | 0.05 | 0 | 0.44 | 0.21 | 66.74 | 0.46 | 0.62 |
| Hex | C0 | CA | 71 | 5 | 0 | 2C | 15 | 43 | 2E | 3E |
| Octal | 300 | 312 | 161 | 5 | 0 | 54 | 25 | 103 | 56 | 76 |
| Binary | 11000000 | 11001010 | 1110001 | 101 | 0 | 101100 | 10101 | 1000011 | 101110 | 111110 |
Color Harmonies of #C0CA71
Complementary color
Monochromatic Colors of #C0CA71
Black with #C0CA71
Text Example
Text Example
White with #C0CA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA71; }
p { color: rgb(192,202,113); }
H1.HeaderClassName
{
color: #C0CA71;
}
.AnyTagClassName
{
color: #C0CA71;
}
</style>
background-color css
<style>
a { background-color: #C0CA71; }
a { background-color: rgb(192,202,113); }
div.DivClassName
{
background-color: #C0CA71;
}
.BgClassName
{
background-color: #C0CA71;
}
</style>
border-color css
<style>
span { border-color: #C0CA71; }
span { border-color: rgb(192,202,113); }
td.TdClassName
{
border-color: #C0CA71;
}
.TagClassName
{
border-color: #C0CA71;
}
</style>