Shades of Wild Willow #C1C660
Tints of Wild Willow #C1C660
RGB
CMYK
RGB Variations
Color information
#C1C660 (or 0xC1C660) is known color: Wild Willow. HEX triplet: C1, C6 and 60. RGB value is (193,198,96). Sum of RGB (Red+Green+Blue) = 193+198+96=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C660 is #3E399F. Grayscale: #B9B9B9. Windows color (decimal): -4077984 or 6342337. OLE color: 6342337.
HSL color Cylindrical-coordinate representation of color #C1C660: hue angle of 62.94º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1C660 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 198 | 96 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.22 |
| HSL | 62.94º | 0.47% | 0.58% | - |
| HSV(B) | 62.94º | 0.52% | 0.78% | - |
| XYZ | 44.3 | 52.57 | 18.88 | - |
| YUV | 184.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 198 | 96 | 0.03 | 0 | 0.52 | 0.22 | 62.94 | 0.47 | 0.58 |
| Hex | C1 | C6 | 60 | 3 | 0 | 34 | 16 | 3F | 2F | 3A |
| Octal | 301 | 306 | 140 | 3 | 0 | 64 | 26 | 77 | 57 | 72 |
| Binary | 11000001 | 11000110 | 1100000 | 11 | 0 | 110100 | 10110 | 111111 | 101111 | 111010 |
Color Harmonies of #C1C660
Complementary color
Monochromatic Colors of #C1C660
Black with #C1C660
Text Example
Text Example
White with #C1C660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C660; }
p { color: rgb(193,198,96); }
H1.HeaderClassName
{
color: #C1C660;
}
.AnyTagClassName
{
color: #C1C660;
}
</style>
background-color css
<style>
a { background-color: #C1C660; }
a { background-color: rgb(193,198,96); }
div.DivClassName
{
background-color: #C1C660;
}
.BgClassName
{
background-color: #C1C660;
}
</style>
border-color css
<style>
span { border-color: #C1C660; }
span { border-color: rgb(193,198,96); }
td.TdClassName
{
border-color: #C1C660;
}
.TagClassName
{
border-color: #C1C660;
}
</style>