Shades of Wild Willow #C0C356
Tints of Wild Willow #C0C356
RGB
CMYK
RGB Variations
Color information
#C0C356 (or 0xC0C356) is known color: Wild Willow. HEX triplet: C0, C3 and 56. RGB value is (192,195,86). Sum of RGB (Red+Green+Blue) = 192+195+86=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C356 is #3F3CA9. Grayscale: #B6B6B6. Windows color (decimal): -4144298 or 5686208. OLE color: 5686208.
HSL color Cylindrical-coordinate representation of color #C0C356: hue angle of 61.65º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0C356 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 86 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.24 |
| HSL | 61.65º | 0.48% | 0.55% | - |
| HSV(B) | 61.65º | 0.56% | 0.76% | - |
| XYZ | 42.93 | 50.91 | 16.37 | - |
| YUV | 181.68 | 74.01 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 86 | 0.02 | 0 | 0.56 | 0.24 | 61.65 | 0.48 | 0.55 |
| Hex | C0 | C3 | 56 | 2 | 0 | 38 | 18 | 3E | 30 | 37 |
| Octal | 300 | 303 | 126 | 2 | 0 | 70 | 30 | 76 | 60 | 67 |
| Binary | 11000000 | 11000011 | 1010110 | 10 | 0 | 111000 | 11000 | 111110 | 110000 | 110111 |
Color Harmonies of #C0C356
Complementary color
Monochromatic Colors of #C0C356
Black with #C0C356
Text Example
Text Example
White with #C0C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C356; }
p { color: rgb(192,195,86); }
H1.HeaderClassName
{
color: #C0C356;
}
.AnyTagClassName
{
color: #C0C356;
}
</style>
background-color css
<style>
a { background-color: #C0C356; }
a { background-color: rgb(192,195,86); }
div.DivClassName
{
background-color: #C0C356;
}
.BgClassName
{
background-color: #C0C356;
}
</style>
border-color css
<style>
span { border-color: #C0C356; }
span { border-color: rgb(192,195,86); }
td.TdClassName
{
border-color: #C0C356;
}
.TagClassName
{
border-color: #C0C356;
}
</style>