Shades of Wild Willow #C8C464
Tints of Wild Willow #C8C464
RGB
CMYK
RGB Variations
Color information
#C8C464 (or 0xC8C464) is known color: Wild Willow. HEX triplet: C8, C4 and 64. RGB value is (200,196,100). Sum of RGB (Red+Green+Blue) = 200+196+100=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C464 is #373B9B. Grayscale: #BABABA. Windows color (decimal): -3619740 or 6603976. OLE color: 6603976.
HSL color Cylindrical-coordinate representation of color #C8C464: hue angle of 57.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8C464 is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 100 | - |
| CMYK | 0 | 0.02 | 0.5 | 0.22 |
| HSL | 57.6º | 0.48% | 0.59% | - |
| HSV(B) | 57.6º | 0.5% | 0.78% | - |
| XYZ | 45.86 | 52.68 | 19.81 | - |
| YUV | 186.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 100 | 0 | 0.02 | 0.5 | 0.22 | 57.6 | 0.48 | 0.59 |
| Hex | C8 | C4 | 64 | 0 | 2 | 32 | 16 | 3A | 30 | 3B |
| Octal | 310 | 304 | 144 | 0 | 2 | 62 | 26 | 72 | 60 | 73 |
| Binary | 11001000 | 11000100 | 1100100 | 0 | 10 | 110010 | 10110 | 111010 | 110000 | 111011 |
Color Harmonies of #C8C464
Complementary color
Monochromatic Colors of #C8C464
Black with #C8C464
Text Example
Text Example
White with #C8C464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C464; }
p { color: rgb(200,196,100); }
H1.HeaderClassName
{
color: #C8C464;
}
.AnyTagClassName
{
color: #C8C464;
}
</style>
background-color css
<style>
a { background-color: #C8C464; }
a { background-color: rgb(200,196,100); }
div.DivClassName
{
background-color: #C8C464;
}
.BgClassName
{
background-color: #C8C464;
}
</style>
border-color css
<style>
span { border-color: #C8C464; }
span { border-color: rgb(200,196,100); }
td.TdClassName
{
border-color: #C8C464;
}
.TagClassName
{
border-color: #C8C464;
}
</style>