Shades of Wild Willow #C0C158
Tints of Wild Willow #C0C158
RGB
CMYK
RGB Variations
Color information
#C0C158 (or 0xC0C158) is known color: Wild Willow. HEX triplet: C0, C1 and 58. RGB value is (192,193,88). Sum of RGB (Red+Green+Blue) = 192+193+88=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C158 is #3F3EA7. Grayscale: #B5B5B5. Windows color (decimal): -4144808 or 5816768. OLE color: 5816768.
HSL color Cylindrical-coordinate representation of color #C0C158: hue angle of 60.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0C158 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 88 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.24 |
| HSL | 60.57º | 0.46% | 0.55% | - |
| HSV(B) | 60.57º | 0.54% | 0.76% | - |
| XYZ | 42.57 | 50.05 | 16.65 | - |
| YUV | 180.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 88 | 0.01 | 0 | 0.54 | 0.24 | 60.57 | 0.46 | 0.55 |
| Hex | C0 | C1 | 58 | 1 | 0 | 36 | 18 | 3D | 2E | 37 |
| Octal | 300 | 301 | 130 | 1 | 0 | 66 | 30 | 75 | 56 | 67 |
| Binary | 11000000 | 11000001 | 1011000 | 1 | 0 | 110110 | 11000 | 111101 | 101110 | 110111 |
Color Harmonies of #C0C158
Complementary color
Monochromatic Colors of #C0C158
Black with #C0C158
Text Example
Text Example
White with #C0C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C158; }
p { color: rgb(192,193,88); }
H1.HeaderClassName
{
color: #C0C158;
}
.AnyTagClassName
{
color: #C0C158;
}
</style>
background-color css
<style>
a { background-color: #C0C158; }
a { background-color: rgb(192,193,88); }
div.DivClassName
{
background-color: #C0C158;
}
.BgClassName
{
background-color: #C0C158;
}
</style>
border-color css
<style>
span { border-color: #C0C158; }
span { border-color: rgb(192,193,88); }
td.TdClassName
{
border-color: #C0C158;
}
.TagClassName
{
border-color: #C0C158;
}
</style>