Shades of Wild Willow #C3C664
Tints of Wild Willow #C3C664
RGB
CMYK
RGB Variations
Color information
#C3C664 (or 0xC3C664) is known color: Wild Willow. HEX triplet: C3, C6 and 64. RGB value is (195,198,100). Sum of RGB (Red+Green+Blue) = 195+198+100=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C664 is #3C399B. Grayscale: #BABABA. Windows color (decimal): -3946908 or 6604483. OLE color: 6604483.
HSL color Cylindrical-coordinate representation of color #C3C664: hue angle of 61.84º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3C664 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 100 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.22 |
| HSL | 61.84º | 0.46% | 0.58% | - |
| HSV(B) | 61.84º | 0.49% | 0.78% | - |
| XYZ | 45 | 52.91 | 19.9 | - |
| YUV | 185.93 | 79.51 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 100 | 0.02 | 0 | 0.49 | 0.22 | 61.84 | 0.46 | 0.58 |
| Hex | C3 | C6 | 64 | 2 | 0 | 31 | 16 | 3E | 2E | 3A |
| Octal | 303 | 306 | 144 | 2 | 0 | 61 | 26 | 76 | 56 | 72 |
| Binary | 11000011 | 11000110 | 1100100 | 10 | 0 | 110001 | 10110 | 111110 | 101110 | 111010 |
Color Harmonies of #C3C664
Complementary color
Monochromatic Colors of #C3C664
Black with #C3C664
Text Example
Text Example
White with #C3C664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C664; }
p { color: rgb(195,198,100); }
H1.HeaderClassName
{
color: #C3C664;
}
.AnyTagClassName
{
color: #C3C664;
}
</style>
background-color css
<style>
a { background-color: #C3C664; }
a { background-color: rgb(195,198,100); }
div.DivClassName
{
background-color: #C3C664;
}
.BgClassName
{
background-color: #C3C664;
}
</style>
border-color css
<style>
span { border-color: #C3C664; }
span { border-color: rgb(195,198,100); }
td.TdClassName
{
border-color: #C3C664;
}
.TagClassName
{
border-color: #C3C664;
}
</style>