Shades of Wild Willow #C2C56C
Tints of Wild Willow #C2C56C
RGB
CMYK
RGB Variations
Color information
#C2C56C (or 0xC2C56C) is known color: Wild Willow. HEX triplet: C2, C5 and 6C. RGB value is (194,197,108). Sum of RGB (Red+Green+Blue) = 194+197+108=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C56C is #3D3A93. Grayscale: #BABABA. Windows color (decimal): -4012692 or 7128514. OLE color: 7128514.
HSL color Cylindrical-coordinate representation of color #C2C56C: hue angle of 62.02º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2C56C is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 108 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.23 |
| HSL | 62.02º | 0.43% | 0.6% | - |
| HSV(B) | 62.02º | 0.45% | 0.77% | - |
| XYZ | 44.92 | 52.48 | 21.95 | - |
| YUV | 185.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 108 | 0.02 | 0 | 0.45 | 0.23 | 62.02 | 0.43 | 0.6 |
| Hex | C2 | C5 | 6C | 2 | 0 | 2D | 17 | 3E | 2B | 3C |
| Octal | 302 | 305 | 154 | 2 | 0 | 55 | 27 | 76 | 53 | 74 |
| Binary | 11000010 | 11000101 | 1101100 | 10 | 0 | 101101 | 10111 | 111110 | 101011 | 111100 |
Color Harmonies of #C2C56C
Complementary color
Monochromatic Colors of #C2C56C
Black with #C2C56C
Text Example
Text Example
White with #C2C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C56C; }
p { color: rgb(194,197,108); }
H1.HeaderClassName
{
color: #C2C56C;
}
.AnyTagClassName
{
color: #C2C56C;
}
</style>
background-color css
<style>
a { background-color: #C2C56C; }
a { background-color: rgb(194,197,108); }
div.DivClassName
{
background-color: #C2C56C;
}
.BgClassName
{
background-color: #C2C56C;
}
</style>
border-color css
<style>
span { border-color: #C2C56C; }
span { border-color: rgb(194,197,108); }
td.TdClassName
{
border-color: #C2C56C;
}
.TagClassName
{
border-color: #C2C56C;
}
</style>