Shades of Wild Willow #C2C563
Tints of Wild Willow #C2C563
RGB
CMYK
RGB Variations
Color information
#C2C563 (or 0xC2C563) is known color: Wild Willow. HEX triplet: C2, C5 and 63. RGB value is (194,197,99). Sum of RGB (Red+Green+Blue) = 194+197+99=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C563 is #3D3A9C. Grayscale: #B9B9B9. Windows color (decimal): -4012701 or 6538690. OLE color: 6538690.
HSL color Cylindrical-coordinate representation of color #C2C563: hue angle of 61.84º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2C563 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 99 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.23 |
| HSL | 61.84º | 0.46% | 0.58% | - |
| HSV(B) | 61.84º | 0.5% | 0.77% | - |
| XYZ | 44.47 | 52.3 | 19.56 | - |
| YUV | 184.93 | 79.51 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 99 | 0.02 | 0 | 0.50 | 0.23 | 61.84 | 0.46 | 0.58 |
| Hex | C2 | C5 | 63 | 2 | 0 | 32 | 17 | 3E | 2E | 3A |
| Octal | 302 | 305 | 143 | 2 | 0 | 62 | 27 | 76 | 56 | 72 |
| Binary | 11000010 | 11000101 | 1100011 | 10 | 0 | 110010 | 10111 | 111110 | 101110 | 111010 |
Color Harmonies of #C2C563
Complementary color
Monochromatic Colors of #C2C563
Black with #C2C563
Text Example
Text Example
White with #C2C563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C563; }
p { color: rgb(194,197,99); }
H1.HeaderClassName
{
color: #C2C563;
}
.AnyTagClassName
{
color: #C2C563;
}
</style>
background-color css
<style>
a { background-color: #C2C563; }
a { background-color: rgb(194,197,99); }
div.DivClassName
{
background-color: #C2C563;
}
.BgClassName
{
background-color: #C2C563;
}
</style>
border-color css
<style>
span { border-color: #C2C563; }
span { border-color: rgb(194,197,99); }
td.TdClassName
{
border-color: #C2C563;
}
.TagClassName
{
border-color: #C2C563;
}
</style>