Shades of Wild Willow #C3C660
Tints of Wild Willow #C3C660
RGB
CMYK
RGB Variations
Color information
#C3C660 (or 0xC3C660) is known color: Wild Willow. HEX triplet: C3, C6 and 60. RGB value is (195,198,96). Sum of RGB (Red+Green+Blue) = 195+198+96=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C660 is #3C399F. Grayscale: #B9B9B9. Windows color (decimal): -3946912 or 6342339. OLE color: 6342339.
HSL color Cylindrical-coordinate representation of color #C3C660: hue angle of 61.76º 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 #C3C660 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 96 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.22 |
| HSL | 61.76º | 0.47% | 0.58% | - |
| HSV(B) | 61.76º | 0.52% | 0.78% | - |
| XYZ | 44.81 | 52.83 | 18.9 | - |
| YUV | 185.48 | 77.51 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 96 | 0.02 | 0 | 0.52 | 0.22 | 61.76 | 0.47 | 0.58 |
| Hex | C3 | C6 | 60 | 2 | 0 | 34 | 16 | 3E | 2F | 3A |
| Octal | 303 | 306 | 140 | 2 | 0 | 64 | 26 | 76 | 57 | 72 |
| Binary | 11000011 | 11000110 | 1100000 | 10 | 0 | 110100 | 10110 | 111110 | 101111 | 111010 |
Color Harmonies of #C3C660
Complementary color
Monochromatic Colors of #C3C660
Black with #C3C660
Text Example
Text Example
White with #C3C660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C660; }
p { color: rgb(195,198,96); }
H1.HeaderClassName
{
color: #C3C660;
}
.AnyTagClassName
{
color: #C3C660;
}
</style>
background-color css
<style>
a { background-color: #C3C660; }
a { background-color: rgb(195,198,96); }
div.DivClassName
{
background-color: #C3C660;
}
.BgClassName
{
background-color: #C3C660;
}
</style>
border-color css
<style>
span { border-color: #C3C660; }
span { border-color: rgb(195,198,96); }
td.TdClassName
{
border-color: #C3C660;
}
.TagClassName
{
border-color: #C3C660;
}
</style>