Shades of Wild Willow #C2C56A
Tints of Wild Willow #C2C56A
RGB
CMYK
RGB Variations
Color information
#C2C56A (or 0xC2C56A) is known color: Wild Willow. HEX triplet: C2, C5 and 6A. RGB value is (194,197,106). Sum of RGB (Red+Green+Blue) = 194+197+106=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C56A is #3D3A95. Grayscale: #BABABA. Windows color (decimal): -4012694 or 6997442. OLE color: 6997442.
HSL color Cylindrical-coordinate representation of color #C2C56A: hue angle of 61.98º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2C56A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 106 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.23 |
| HSL | 61.98º | 0.44% | 0.59% | - |
| HSV(B) | 61.98º | 0.46% | 0.77% | - |
| XYZ | 44.82 | 52.44 | 21.4 | - |
| YUV | 185.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 106 | 0.02 | 0 | 0.46 | 0.23 | 61.98 | 0.44 | 0.59 |
| Hex | C2 | C5 | 6A | 2 | 0 | 2E | 17 | 3E | 2C | 3B |
| Octal | 302 | 305 | 152 | 2 | 0 | 56 | 27 | 76 | 54 | 73 |
| Binary | 11000010 | 11000101 | 1101010 | 10 | 0 | 101110 | 10111 | 111110 | 101100 | 111011 |
Color Harmonies of #C2C56A
Complementary color
Monochromatic Colors of #C2C56A
Black with #C2C56A
Text Example
Text Example
White with #C2C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C56A; }
p { color: rgb(194,197,106); }
H1.HeaderClassName
{
color: #C2C56A;
}
.AnyTagClassName
{
color: #C2C56A;
}
</style>
background-color css
<style>
a { background-color: #C2C56A; }
a { background-color: rgb(194,197,106); }
div.DivClassName
{
background-color: #C2C56A;
}
.BgClassName
{
background-color: #C2C56A;
}
</style>
border-color css
<style>
span { border-color: #C2C56A; }
span { border-color: rgb(194,197,106); }
td.TdClassName
{
border-color: #C2C56A;
}
.TagClassName
{
border-color: #C2C56A;
}
</style>