Shades of Wild Willow #C2CA63
Tints of Wild Willow #C2CA63
RGB
CMYK
RGB Variations
Color information
#C2CA63 (or 0xC2CA63) is known color: Wild Willow. HEX triplet: C2, CA and 63. RGB value is (194,202,99). Sum of RGB (Red+Green+Blue) = 194+202+99=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA63 is #3D359C. Grayscale: #BCBCBC. Windows color (decimal): -4011421 or 6539970. OLE color: 6539970.
HSL color Cylindrical-coordinate representation of color #C2CA63: hue angle of 64.66º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2CA63 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 99 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.21 |
| HSL | 64.66º | 0.49% | 0.59% | - |
| HSV(B) | 64.66º | 0.51% | 0.79% | - |
| XYZ | 45.62 | 54.61 | 19.94 | - |
| YUV | 187.87 | 77.85 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 99 | 0.04 | 0 | 0.51 | 0.21 | 64.66 | 0.49 | 0.59 |
| Hex | C2 | CA | 63 | 4 | 0 | 33 | 15 | 41 | 31 | 3B |
| Octal | 302 | 312 | 143 | 4 | 0 | 63 | 25 | 101 | 61 | 73 |
| Binary | 11000010 | 11001010 | 1100011 | 100 | 0 | 110011 | 10101 | 1000001 | 110001 | 111011 |
Color Harmonies of #C2CA63
Complementary color
Monochromatic Colors of #C2CA63
Black with #C2CA63
Text Example
Text Example
White with #C2CA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA63; }
p { color: rgb(194,202,99); }
H1.HeaderClassName
{
color: #C2CA63;
}
.AnyTagClassName
{
color: #C2CA63;
}
</style>
background-color css
<style>
a { background-color: #C2CA63; }
a { background-color: rgb(194,202,99); }
div.DivClassName
{
background-color: #C2CA63;
}
.BgClassName
{
background-color: #C2CA63;
}
</style>
border-color css
<style>
span { border-color: #C2CA63; }
span { border-color: rgb(194,202,99); }
td.TdClassName
{
border-color: #C2CA63;
}
.TagClassName
{
border-color: #C2CA63;
}
</style>