Shades of Wild Willow #C0CA52
Tints of Wild Willow #C0CA52
RGB
CMYK
RGB Variations
Color information
#C0CA52 (or 0xC0CA52) is known color: Wild Willow. HEX triplet: C0, CA and 52. RGB value is (192,202,82). Sum of RGB (Red+Green+Blue) = 192+202+82=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA52 is #3F35AD. Grayscale: #B9B9B9. Windows color (decimal): -4142510 or 5425856. OLE color: 5425856.
HSL color Cylindrical-coordinate representation of color #C0CA52: hue angle of 65º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0CA52 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 82 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.21 |
| HSL | 65º | 0.53% | 0.56% | - |
| HSV(B) | 65º | 0.59% | 0.79% | - |
| XYZ | 44.38 | 54.06 | 16.08 | - |
| YUV | 185.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 82 | 0.05 | 0 | 0.59 | 0.21 | 65 | 0.53 | 0.56 |
| Hex | C0 | CA | 52 | 5 | 0 | 3B | 15 | 41 | 35 | 38 |
| Octal | 300 | 312 | 122 | 5 | 0 | 73 | 25 | 101 | 65 | 70 |
| Binary | 11000000 | 11001010 | 1010010 | 101 | 0 | 111011 | 10101 | 1000001 | 110101 | 111000 |
Color Harmonies of #C0CA52
Complementary color
Monochromatic Colors of #C0CA52
Black with #C0CA52
Text Example
Text Example
White with #C0CA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA52; }
p { color: rgb(192,202,82); }
H1.HeaderClassName
{
color: #C0CA52;
}
.AnyTagClassName
{
color: #C0CA52;
}
</style>
background-color css
<style>
a { background-color: #C0CA52; }
a { background-color: rgb(192,202,82); }
div.DivClassName
{
background-color: #C0CA52;
}
.BgClassName
{
background-color: #C0CA52;
}
</style>
border-color css
<style>
span { border-color: #C0CA52; }
span { border-color: rgb(192,202,82); }
td.TdClassName
{
border-color: #C0CA52;
}
.TagClassName
{
border-color: #C0CA52;
}
</style>