Shades of Wild Willow #C3C861
Tints of Wild Willow #C3C861
RGB
CMYK
RGB Variations
Color information
#C3C861 (or 0xC3C861) is known color: Wild Willow. HEX triplet: C3, C8 and 61. RGB value is (195,200,97). Sum of RGB (Red+Green+Blue) = 195+200+97=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C861 is #3C379E. Grayscale: #BBBBBB. Windows color (decimal): -3946399 or 6408387. OLE color: 6408387.
HSL color Cylindrical-coordinate representation of color #C3C861: hue angle of 62.91º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3C861 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 97 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.22 |
| HSL | 62.91º | 0.48% | 0.58% | - |
| HSV(B) | 62.91º | 0.52% | 0.78% | - |
| XYZ | 45.32 | 53.77 | 19.3 | - |
| YUV | 186.76 | 77.34 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 97 | 0.02 | 0 | 0.52 | 0.22 | 62.91 | 0.48 | 0.58 |
| Hex | C3 | C8 | 61 | 2 | 0 | 34 | 16 | 3F | 30 | 3A |
| Octal | 303 | 310 | 141 | 2 | 0 | 64 | 26 | 77 | 60 | 72 |
| Binary | 11000011 | 11001000 | 1100001 | 10 | 0 | 110100 | 10110 | 111111 | 110000 | 111010 |
Color Harmonies of #C3C861
Complementary color
Monochromatic Colors of #C3C861
Black with #C3C861
Text Example
Text Example
White with #C3C861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C861; }
p { color: rgb(195,200,97); }
H1.HeaderClassName
{
color: #C3C861;
}
.AnyTagClassName
{
color: #C3C861;
}
</style>
background-color css
<style>
a { background-color: #C3C861; }
a { background-color: rgb(195,200,97); }
div.DivClassName
{
background-color: #C3C861;
}
.BgClassName
{
background-color: #C3C861;
}
</style>
border-color css
<style>
span { border-color: #C3C861; }
span { border-color: rgb(195,200,97); }
td.TdClassName
{
border-color: #C3C861;
}
.TagClassName
{
border-color: #C3C861;
}
</style>