Shades of Wild Willow #C2CA52
Tints of Wild Willow #C2CA52
RGB
CMYK
RGB Variations
Color information
#C2CA52 (or 0xC2CA52) is known color: Wild Willow. HEX triplet: C2, CA and 52. RGB value is (194,202,82). Sum of RGB (Red+Green+Blue) = 194+202+82=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA52 is #3D35AD. Grayscale: #BABABA. Windows color (decimal): -4011438 or 5425858. OLE color: 5425858.
HSL color Cylindrical-coordinate representation of color #C2CA52: hue angle of 64º 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 #C2CA52 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 82 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.21 |
| HSL | 64º | 0.53% | 0.56% | - |
| HSV(B) | 64º | 0.59% | 0.79% | - |
| XYZ | 44.89 | 54.32 | 16.1 | - |
| YUV | 185.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 82 | 0.04 | 0 | 0.59 | 0.21 | 64 | 0.53 | 0.56 |
| Hex | C2 | CA | 52 | 4 | 0 | 3B | 15 | 40 | 35 | 38 |
| Octal | 302 | 312 | 122 | 4 | 0 | 73 | 25 | 100 | 65 | 70 |
| Binary | 11000010 | 11001010 | 1010010 | 100 | 0 | 111011 | 10101 | 1000000 | 110101 | 111000 |
Color Harmonies of #C2CA52
Complementary color
Monochromatic Colors of #C2CA52
Black with #C2CA52
Text Example
Text Example
White with #C2CA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA52; }
p { color: rgb(194,202,82); }
H1.HeaderClassName
{
color: #C2CA52;
}
.AnyTagClassName
{
color: #C2CA52;
}
</style>
background-color css
<style>
a { background-color: #C2CA52; }
a { background-color: rgb(194,202,82); }
div.DivClassName
{
background-color: #C2CA52;
}
.BgClassName
{
background-color: #C2CA52;
}
</style>
border-color css
<style>
span { border-color: #C2CA52; }
span { border-color: rgb(194,202,82); }
td.TdClassName
{
border-color: #C2CA52;
}
.TagClassName
{
border-color: #C2CA52;
}
</style>