Shades of Wild Willow #C0C257
Tints of Wild Willow #C0C257
RGB
CMYK
RGB Variations
Color information
#C0C257 (or 0xC0C257) is known color: Wild Willow. HEX triplet: C0, C2 and 57. RGB value is (192,194,87). Sum of RGB (Red+Green+Blue) = 192+194+87=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 87 (34.38% from 255 or 18.39% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C257 is #3F3DA8. Grayscale: #B5B5B5. Windows color (decimal): -4144553 or 5751488. OLE color: 5751488.
HSL color Cylindrical-coordinate representation of color #C0C257: hue angle of 61.12º degrees, saturation: 0.47, 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 #C0C257 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 87 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.24 |
| HSL | 61.12º | 0.47% | 0.55% | - |
| HSV(B) | 61.12º | 0.55% | 0.76% | - |
| XYZ | 42.75 | 50.48 | 16.51 | - |
| YUV | 181.2 | 74.84 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 87 | 0.01 | 0 | 0.55 | 0.24 | 61.12 | 0.47 | 0.55 |
| Hex | C0 | C2 | 57 | 1 | 0 | 37 | 18 | 3D | 2F | 37 |
| Octal | 300 | 302 | 127 | 1 | 0 | 67 | 30 | 75 | 57 | 67 |
| Binary | 11000000 | 11000010 | 1010111 | 1 | 0 | 110111 | 11000 | 111101 | 101111 | 110111 |
Color Harmonies of #C0C257
Complementary color
Monochromatic Colors of #C0C257
Black with #C0C257
Text Example
Text Example
White with #C0C257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C257; }
p { color: rgb(192,194,87); }
H1.HeaderClassName
{
color: #C0C257;
}
.AnyTagClassName
{
color: #C0C257;
}
</style>
background-color css
<style>
a { background-color: #C0C257; }
a { background-color: rgb(192,194,87); }
div.DivClassName
{
background-color: #C0C257;
}
.BgClassName
{
background-color: #C0C257;
}
</style>
border-color css
<style>
span { border-color: #C0C257; }
span { border-color: rgb(192,194,87); }
td.TdClassName
{
border-color: #C0C257;
}
.TagClassName
{
border-color: #C0C257;
}
</style>