Shades of Wild Willow #C0C156
Tints of Wild Willow #C0C156
RGB
CMYK
RGB Variations
Color information
#C0C156 (or 0xC0C156) is known color: Wild Willow. HEX triplet: C0, C1 and 56. RGB value is (192,193,86). Sum of RGB (Red+Green+Blue) = 192+193+86=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C156 is #3F3EA9. Grayscale: #B4B4B4. Windows color (decimal): -4144810 or 5685696. OLE color: 5685696.
HSL color Cylindrical-coordinate representation of color #C0C156: hue angle of 60.56º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0C156 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 86 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.24 |
| HSL | 60.56º | 0.46% | 0.55% | - |
| HSV(B) | 60.56º | 0.55% | 0.76% | - |
| XYZ | 42.49 | 50.02 | 16.22 | - |
| YUV | 180.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 86 | 0.01 | 0 | 0.55 | 0.24 | 60.56 | 0.46 | 0.55 |
| Hex | C0 | C1 | 56 | 1 | 0 | 37 | 18 | 3D | 2E | 37 |
| Octal | 300 | 301 | 126 | 1 | 0 | 67 | 30 | 75 | 56 | 67 |
| Binary | 11000000 | 11000001 | 1010110 | 1 | 0 | 110111 | 11000 | 111101 | 101110 | 110111 |
Color Harmonies of #C0C156
Complementary color
Monochromatic Colors of #C0C156
Black with #C0C156
Text Example
Text Example
White with #C0C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C156; }
p { color: rgb(192,193,86); }
H1.HeaderClassName
{
color: #C0C156;
}
.AnyTagClassName
{
color: #C0C156;
}
</style>
background-color css
<style>
a { background-color: #C0C156; }
a { background-color: rgb(192,193,86); }
div.DivClassName
{
background-color: #C0C156;
}
.BgClassName
{
background-color: #C0C156;
}
</style>
border-color css
<style>
span { border-color: #C0C156; }
span { border-color: rgb(192,193,86); }
td.TdClassName
{
border-color: #C0C156;
}
.TagClassName
{
border-color: #C0C156;
}
</style>