Shades of Wild Willow #C1C561
Tints of Wild Willow #C1C561
RGB
CMYK
RGB Variations
Color information
#C1C561 (or 0xC1C561) is known color: Wild Willow. HEX triplet: C1, C5 and 61. RGB value is (193,197,97). Sum of RGB (Red+Green+Blue) = 193+197+97=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C561 is #3E3A9E. Grayscale: #B8B8B8. Windows color (decimal): -4078239 or 6407617. OLE color: 6407617.
HSL color Cylindrical-coordinate representation of color #C1C561: hue angle of 62.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1C561 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 97 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.23 |
| HSL | 62.4º | 0.46% | 0.58% | - |
| HSV(B) | 62.4º | 0.51% | 0.77% | - |
| XYZ | 44.12 | 52.13 | 19.05 | - |
| YUV | 184.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 97 | 0.02 | 0 | 0.51 | 0.23 | 62.4 | 0.46 | 0.58 |
| Hex | C1 | C5 | 61 | 2 | 0 | 33 | 17 | 3E | 2E | 3A |
| Octal | 301 | 305 | 141 | 2 | 0 | 63 | 27 | 76 | 56 | 72 |
| Binary | 11000001 | 11000101 | 1100001 | 10 | 0 | 110011 | 10111 | 111110 | 101110 | 111010 |
Color Harmonies of #C1C561
Complementary color
Monochromatic Colors of #C1C561
Black with #C1C561
Text Example
Text Example
White with #C1C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C561; }
p { color: rgb(193,197,97); }
H1.HeaderClassName
{
color: #C1C561;
}
.AnyTagClassName
{
color: #C1C561;
}
</style>
background-color css
<style>
a { background-color: #C1C561; }
a { background-color: rgb(193,197,97); }
div.DivClassName
{
background-color: #C1C561;
}
.BgClassName
{
background-color: #C1C561;
}
</style>
border-color css
<style>
span { border-color: #C1C561; }
span { border-color: rgb(193,197,97); }
td.TdClassName
{
border-color: #C1C561;
}
.TagClassName
{
border-color: #C1C561;
}
</style>