Shades of Wild Willow #C2CA53
Tints of Wild Willow #C2CA53
RGB
CMYK
RGB Variations
Color information
#C2CA53 (or 0xC2CA53) is known color: Wild Willow. HEX triplet: C2, CA and 53. RGB value is (194,202,83). Sum of RGB (Red+Green+Blue) = 194+202+83=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA53 is #3D35AC. Grayscale: #BABABA. Windows color (decimal): -4011437 or 5491394. OLE color: 5491394.
HSL color Cylindrical-coordinate representation of color #C2CA53: hue angle of 64.03º 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 #C2CA53 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 83 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.21 |
| HSL | 64.03º | 0.53% | 0.56% | - |
| HSV(B) | 64.03º | 0.59% | 0.79% | - |
| XYZ | 44.93 | 54.33 | 16.3 | - |
| YUV | 186.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 83 | 0.04 | 0 | 0.59 | 0.21 | 64.03 | 0.53 | 0.56 |
| Hex | C2 | CA | 53 | 4 | 0 | 3B | 15 | 40 | 35 | 38 |
| Octal | 302 | 312 | 123 | 4 | 0 | 73 | 25 | 100 | 65 | 70 |
| Binary | 11000010 | 11001010 | 1010011 | 100 | 0 | 111011 | 10101 | 1000000 | 110101 | 111000 |
Color Harmonies of #C2CA53
Complementary color
Monochromatic Colors of #C2CA53
Black with #C2CA53
Text Example
Text Example
White with #C2CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA53; }
p { color: rgb(194,202,83); }
H1.HeaderClassName
{
color: #C2CA53;
}
.AnyTagClassName
{
color: #C2CA53;
}
</style>
background-color css
<style>
a { background-color: #C2CA53; }
a { background-color: rgb(194,202,83); }
div.DivClassName
{
background-color: #C2CA53;
}
.BgClassName
{
background-color: #C2CA53;
}
</style>
border-color css
<style>
span { border-color: #C2CA53; }
span { border-color: rgb(194,202,83); }
td.TdClassName
{
border-color: #C2CA53;
}
.TagClassName
{
border-color: #C2CA53;
}
</style>