Shades of Wild Willow #C3C960
Tints of Wild Willow #C3C960
RGB
CMYK
RGB Variations
Color information
#C3C960 (or 0xC3C960) is known color: Wild Willow. HEX triplet: C3, C9 and 60. RGB value is (195,201,96). Sum of RGB (Red+Green+Blue) = 195+201+96=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C960 is #3C369F. Grayscale: #BBBBBB. Windows color (decimal): -3946144 or 6343107. OLE color: 6343107.
HSL color Cylindrical-coordinate representation of color #C3C960: hue angle of 63.43º 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 #C3C960 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 96 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.21 |
| HSL | 63.43º | 0.49% | 0.58% | - |
| HSV(B) | 63.43º | 0.52% | 0.79% | - |
| XYZ | 45.5 | 54.22 | 19.13 | - |
| YUV | 187.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 96 | 0.03 | 0 | 0.52 | 0.21 | 63.43 | 0.49 | 0.58 |
| Hex | C3 | C9 | 60 | 3 | 0 | 34 | 15 | 3F | 31 | 3A |
| Octal | 303 | 311 | 140 | 3 | 0 | 64 | 25 | 77 | 61 | 72 |
| Binary | 11000011 | 11001001 | 1100000 | 11 | 0 | 110100 | 10101 | 111111 | 110001 | 111010 |
Color Harmonies of #C3C960
Complementary color
Monochromatic Colors of #C3C960
Black with #C3C960
Text Example
Text Example
White with #C3C960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C960; }
p { color: rgb(195,201,96); }
H1.HeaderClassName
{
color: #C3C960;
}
.AnyTagClassName
{
color: #C3C960;
}
</style>
background-color css
<style>
a { background-color: #C3C960; }
a { background-color: rgb(195,201,96); }
div.DivClassName
{
background-color: #C3C960;
}
.BgClassName
{
background-color: #C3C960;
}
</style>
border-color css
<style>
span { border-color: #C3C960; }
span { border-color: rgb(195,201,96); }
td.TdClassName
{
border-color: #C3C960;
}
.TagClassName
{
border-color: #C3C960;
}
</style>