Shades of Wild Willow #C0C557
Tints of Wild Willow #C0C557
RGB
CMYK
RGB Variations
Color information
#C0C557 (or 0xC0C557) is known color: Wild Willow. HEX triplet: C0, C5 and 57. RGB value is (192,197,87). Sum of RGB (Red+Green+Blue) = 192+197+87=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C557 is #3F3AA8. Grayscale: #B7B7B7. Windows color (decimal): -4143785 or 5752256. OLE color: 5752256.
HSL color Cylindrical-coordinate representation of color #C0C557: hue angle of 62.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0C557 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 87 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.23 |
| HSL | 62.73º | 0.49% | 0.56% | - |
| HSV(B) | 62.73º | 0.56% | 0.77% | - |
| XYZ | 43.42 | 51.83 | 16.73 | - |
| YUV | 182.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 87 | 0.03 | 0 | 0.56 | 0.23 | 62.73 | 0.49 | 0.56 |
| Hex | C0 | C5 | 57 | 3 | 0 | 38 | 17 | 3F | 31 | 38 |
| Octal | 300 | 305 | 127 | 3 | 0 | 70 | 27 | 77 | 61 | 70 |
| Binary | 11000000 | 11000101 | 1010111 | 11 | 0 | 111000 | 10111 | 111111 | 110001 | 111000 |
Color Harmonies of #C0C557
Complementary color
Monochromatic Colors of #C0C557
Black with #C0C557
Text Example
Text Example
White with #C0C557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C557; }
p { color: rgb(192,197,87); }
H1.HeaderClassName
{
color: #C0C557;
}
.AnyTagClassName
{
color: #C0C557;
}
</style>
background-color css
<style>
a { background-color: #C0C557; }
a { background-color: rgb(192,197,87); }
div.DivClassName
{
background-color: #C0C557;
}
.BgClassName
{
background-color: #C0C557;
}
</style>
border-color css
<style>
span { border-color: #C0C557; }
span { border-color: rgb(192,197,87); }
td.TdClassName
{
border-color: #C0C557;
}
.TagClassName
{
border-color: #C0C557;
}
</style>