Shades of Wild Willow #C3CC60
Tints of Wild Willow #C3CC60
RGB
CMYK
RGB Variations
Color information
#C3CC60 (or 0xC3CC60) is known color: Wild Willow. HEX triplet: C3, CC and 60. RGB value is (195,204,96). Sum of RGB (Red+Green+Blue) = 195+204+96=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CC60 is #3C339F. Grayscale: #BDBDBD. Windows color (decimal): -3945376 or 6343875. OLE color: 6343875.
HSL color Cylindrical-coordinate representation of color #C3CC60: hue angle of 65º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3CC60 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 204 | 96 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.2 |
| HSL | 65º | 0.51% | 0.59% | - |
| HSV(B) | 65º | 0.53% | 0.8% | - |
| XYZ | 46.21 | 55.63 | 19.37 | - |
| YUV | 189 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 96 | 0.04 | 0 | 0.53 | 0.2 | 65 | 0.51 | 0.59 |
| Hex | C3 | CC | 60 | 4 | 0 | 35 | 14 | 41 | 33 | 3B |
| Octal | 303 | 314 | 140 | 4 | 0 | 65 | 24 | 101 | 63 | 73 |
| Binary | 11000011 | 11001100 | 1100000 | 100 | 0 | 110101 | 10100 | 1000001 | 110011 | 111011 |
Color Harmonies of #C3CC60
Complementary color
Monochromatic Colors of #C3CC60
Black with #C3CC60
Text Example
Text Example
White with #C3CC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CC60; }
p { color: rgb(195,204,96); }
H1.HeaderClassName
{
color: #C3CC60;
}
.AnyTagClassName
{
color: #C3CC60;
}
</style>
background-color css
<style>
a { background-color: #C3CC60; }
a { background-color: rgb(195,204,96); }
div.DivClassName
{
background-color: #C3CC60;
}
.BgClassName
{
background-color: #C3CC60;
}
</style>
border-color css
<style>
span { border-color: #C3CC60; }
span { border-color: rgb(195,204,96); }
td.TdClassName
{
border-color: #C3CC60;
}
.TagClassName
{
border-color: #C3CC60;
}
</style>