Shades of Wild Willow #C0C05C
Tints of Wild Willow #C0C05C
RGB
CMYK
RGB Variations
Color information
#C0C05C (or 0xC0C05C) is known color: Wild Willow. HEX triplet: C0, C0 and 5C. RGB value is (192,192,92). Sum of RGB (Red+Green+Blue) = 192+192+92=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C05C is #3F3FA3. Grayscale: #B5B5B5. Windows color (decimal): -4145060 or 6078656. OLE color: 6078656.
HSL color Cylindrical-coordinate representation of color #C0C05C: hue angle of 60º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0C05C is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 192 | 92 | - |
| CMYK | 0 | 0 | 0.52 | 0.25 |
| HSL | 60º | 0.44% | 0.56% | - |
| HSV(B) | 60º | 0.52% | 0.75% | - |
| XYZ | 42.52 | 49.68 | 17.47 | - |
| YUV | 180.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 92 | 0 | 0 | 0.52 | 0.25 | 60 | 0.44 | 0.56 |
| Hex | C0 | C0 | 5C | 0 | 0 | 34 | 19 | 3C | 2C | 38 |
| Octal | 300 | 300 | 134 | 0 | 0 | 64 | 31 | 74 | 54 | 70 |
| Binary | 11000000 | 11000000 | 1011100 | 0 | 0 | 110100 | 11001 | 111100 | 101100 | 111000 |
Color Harmonies of #C0C05C
Complementary color
Monochromatic Colors of #C0C05C
Black with #C0C05C
Text Example
Text Example
White with #C0C05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C05C; }
p { color: rgb(192,192,92); }
H1.HeaderClassName
{
color: #C0C05C;
}
.AnyTagClassName
{
color: #C0C05C;
}
</style>
background-color css
<style>
a { background-color: #C0C05C; }
a { background-color: rgb(192,192,92); }
div.DivClassName
{
background-color: #C0C05C;
}
.BgClassName
{
background-color: #C0C05C;
}
</style>
border-color css
<style>
span { border-color: #C0C05C; }
span { border-color: rgb(192,192,92); }
td.TdClassName
{
border-color: #C0C05C;
}
.TagClassName
{
border-color: #C0C05C;
}
</style>