Shades of Wild Willow #C1C960
Tints of Wild Willow #C1C960
RGB
CMYK
RGB Variations
Color information
#C1C960 (or 0xC1C960) is known color: Wild Willow. HEX triplet: C1, C9 and 60. RGB value is (193,201,96). Sum of RGB (Red+Green+Blue) = 193+201+96=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C960 is #3E369F. Grayscale: #BBBBBB. Windows color (decimal): -4077216 or 6343105. OLE color: 6343105.
HSL color Cylindrical-coordinate representation of color #C1C960: hue angle of 64.57º 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 #C1C960 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 201 | 96 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.21 |
| HSL | 64.57º | 0.49% | 0.58% | - |
| HSV(B) | 64.57º | 0.52% | 0.79% | - |
| XYZ | 44.99 | 53.96 | 19.11 | - |
| YUV | 186.64 | 76.85 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 201 | 96 | 0.04 | 0 | 0.52 | 0.21 | 64.57 | 0.49 | 0.58 |
| Hex | C1 | C9 | 60 | 4 | 0 | 34 | 15 | 41 | 31 | 3A |
| Octal | 301 | 311 | 140 | 4 | 0 | 64 | 25 | 101 | 61 | 72 |
| Binary | 11000001 | 11001001 | 1100000 | 100 | 0 | 110100 | 10101 | 1000001 | 110001 | 111010 |
Color Harmonies of #C1C960
Complementary color
Monochromatic Colors of #C1C960
Black with #C1C960
Text Example
Text Example
White with #C1C960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C960; }
p { color: rgb(193,201,96); }
H1.HeaderClassName
{
color: #C1C960;
}
.AnyTagClassName
{
color: #C1C960;
}
</style>
background-color css
<style>
a { background-color: #C1C960; }
a { background-color: rgb(193,201,96); }
div.DivClassName
{
background-color: #C1C960;
}
.BgClassName
{
background-color: #C1C960;
}
</style>
border-color css
<style>
span { border-color: #C1C960; }
span { border-color: rgb(193,201,96); }
td.TdClassName
{
border-color: #C1C960;
}
.TagClassName
{
border-color: #C1C960;
}
</style>