Shades of Wild Willow #C1C961
Tints of Wild Willow #C1C961
RGB
CMYK
RGB Variations
Color information
#C1C961 (or 0xC1C961) is known color: Wild Willow. HEX triplet: C1, C9 and 61. RGB value is (193,201,97). Sum of RGB (Red+Green+Blue) = 193+201+97=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C961 is #3E369E. Grayscale: #BBBBBB. Windows color (decimal): -4077215 or 6408641. OLE color: 6408641.
HSL color Cylindrical-coordinate representation of color #C1C961: hue angle of 64.62º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1C961 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 201 | 97 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.21 |
| HSL | 64.62º | 0.49% | 0.58% | - |
| HSV(B) | 64.62º | 0.52% | 0.79% | - |
| XYZ | 45.04 | 53.97 | 19.35 | - |
| YUV | 186.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 201 | 97 | 0.04 | 0 | 0.52 | 0.21 | 64.62 | 0.49 | 0.58 |
| Hex | C1 | C9 | 61 | 4 | 0 | 34 | 15 | 41 | 31 | 3A |
| Octal | 301 | 311 | 141 | 4 | 0 | 64 | 25 | 101 | 61 | 72 |
| Binary | 11000001 | 11001001 | 1100001 | 100 | 0 | 110100 | 10101 | 1000001 | 110001 | 111010 |
Color Harmonies of #C1C961
Complementary color
Monochromatic Colors of #C1C961
Black with #C1C961
Text Example
Text Example
White with #C1C961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C961; }
p { color: rgb(193,201,97); }
H1.HeaderClassName
{
color: #C1C961;
}
.AnyTagClassName
{
color: #C1C961;
}
</style>
background-color css
<style>
a { background-color: #C1C961; }
a { background-color: rgb(193,201,97); }
div.DivClassName
{
background-color: #C1C961;
}
.BgClassName
{
background-color: #C1C961;
}
</style>
border-color css
<style>
span { border-color: #C1C961; }
span { border-color: rgb(193,201,97); }
td.TdClassName
{
border-color: #C1C961;
}
.TagClassName
{
border-color: #C1C961;
}
</style>