Shades of Wild Willow #C0C565
Tints of Wild Willow #C0C565
RGB
CMYK
RGB Variations
Color information
#C0C565 (or 0xC0C565) is known color: Wild Willow. HEX triplet: C0, C5 and 65. RGB value is (192,197,101). Sum of RGB (Red+Green+Blue) = 192+197+101=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C565 is #3F3A9A. Grayscale: #B8B8B8. Windows color (decimal): -4143771 or 6669760. OLE color: 6669760.
HSL color Cylindrical-coordinate representation of color #C0C565: hue angle of 63.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0C565 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 101 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.23 |
| HSL | 63.13º | 0.45% | 0.58% | - |
| HSV(B) | 63.13º | 0.49% | 0.77% | - |
| XYZ | 44.05 | 52.08 | 20.04 | - |
| YUV | 184.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 101 | 0.03 | 0 | 0.49 | 0.23 | 63.13 | 0.45 | 0.58 |
| Hex | C0 | C5 | 65 | 3 | 0 | 31 | 17 | 3F | 2D | 3A |
| Octal | 300 | 305 | 145 | 3 | 0 | 61 | 27 | 77 | 55 | 72 |
| Binary | 11000000 | 11000101 | 1100101 | 11 | 0 | 110001 | 10111 | 111111 | 101101 | 111010 |
Color Harmonies of #C0C565
Complementary color
Monochromatic Colors of #C0C565
Black with #C0C565
Text Example
Text Example
White with #C0C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C565; }
p { color: rgb(192,197,101); }
H1.HeaderClassName
{
color: #C0C565;
}
.AnyTagClassName
{
color: #C0C565;
}
</style>
background-color css
<style>
a { background-color: #C0C565; }
a { background-color: rgb(192,197,101); }
div.DivClassName
{
background-color: #C0C565;
}
.BgClassName
{
background-color: #C0C565;
}
</style>
border-color css
<style>
span { border-color: #C0C565; }
span { border-color: rgb(192,197,101); }
td.TdClassName
{
border-color: #C0C565;
}
.TagClassName
{
border-color: #C0C565;
}
</style>