Shades of Wild Willow #C1CA50
Tints of Wild Willow #C1CA50
RGB
CMYK
RGB Variations
Color information
#C1CA50 (or 0xC1CA50) is known color: Wild Willow. HEX triplet: C1, CA and 50. RGB value is (193,202,80). Sum of RGB (Red+Green+Blue) = 193+202+80=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CA50 is #3E35AF. Grayscale: #B9B9B9. Windows color (decimal): -4076976 or 5294785. OLE color: 5294785.
HSL color Cylindrical-coordinate representation of color #C1CA50: hue angle of 64.43º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1CA50 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 80 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.21 |
| HSL | 64.43º | 0.54% | 0.55% | - |
| HSV(B) | 64.43º | 0.6% | 0.79% | - |
| XYZ | 44.56 | 54.16 | 15.69 | - |
| YUV | 185.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 80 | 0.04 | 0 | 0.60 | 0.21 | 64.43 | 0.54 | 0.55 |
| Hex | C1 | CA | 50 | 4 | 0 | 3C | 15 | 40 | 36 | 37 |
| Octal | 301 | 312 | 120 | 4 | 0 | 74 | 25 | 100 | 66 | 67 |
| Binary | 11000001 | 11001010 | 1010000 | 100 | 0 | 111100 | 10101 | 1000000 | 110110 | 110111 |
Color Harmonies of #C1CA50
Complementary color
Monochromatic Colors of #C1CA50
Black with #C1CA50
Text Example
Text Example
White with #C1CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA50; }
p { color: rgb(193,202,80); }
H1.HeaderClassName
{
color: #C1CA50;
}
.AnyTagClassName
{
color: #C1CA50;
}
</style>
background-color css
<style>
a { background-color: #C1CA50; }
a { background-color: rgb(193,202,80); }
div.DivClassName
{
background-color: #C1CA50;
}
.BgClassName
{
background-color: #C1CA50;
}
</style>
border-color css
<style>
span { border-color: #C1CA50; }
span { border-color: rgb(193,202,80); }
td.TdClassName
{
border-color: #C1CA50;
}
.TagClassName
{
border-color: #C1CA50;
}
</style>