Shades of Wild Willow #C0C259
Tints of Wild Willow #C0C259
RGB
CMYK
RGB Variations
Color information
#C0C259 (or 0xC0C259) is known color: Wild Willow. HEX triplet: C0, C2 and 59. RGB value is (192,194,89). Sum of RGB (Red+Green+Blue) = 192+194+89=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C259 is #3F3DA6. Grayscale: #B5B5B5. Windows color (decimal): -4144551 or 5882560. OLE color: 5882560.
HSL color Cylindrical-coordinate representation of color #C0C259: hue angle of 61.14º 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 #C0C259 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 89 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.24 |
| HSL | 61.14º | 0.46% | 0.55% | - |
| HSV(B) | 61.14º | 0.54% | 0.76% | - |
| XYZ | 42.83 | 50.51 | 16.94 | - |
| YUV | 181.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 89 | 0.01 | 0 | 0.54 | 0.24 | 61.14 | 0.46 | 0.55 |
| Hex | C0 | C2 | 59 | 1 | 0 | 36 | 18 | 3D | 2E | 37 |
| Octal | 300 | 302 | 131 | 1 | 0 | 66 | 30 | 75 | 56 | 67 |
| Binary | 11000000 | 11000010 | 1011001 | 1 | 0 | 110110 | 11000 | 111101 | 101110 | 110111 |
Color Harmonies of #C0C259
Complementary color
Monochromatic Colors of #C0C259
Black with #C0C259
Text Example
Text Example
White with #C0C259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C259; }
p { color: rgb(192,194,89); }
H1.HeaderClassName
{
color: #C0C259;
}
.AnyTagClassName
{
color: #C0C259;
}
</style>
background-color css
<style>
a { background-color: #C0C259; }
a { background-color: rgb(192,194,89); }
div.DivClassName
{
background-color: #C0C259;
}
.BgClassName
{
background-color: #C0C259;
}
</style>
border-color css
<style>
span { border-color: #C0C259; }
span { border-color: rgb(192,194,89); }
td.TdClassName
{
border-color: #C0C259;
}
.TagClassName
{
border-color: #C0C259;
}
</style>