Shades of Wild Willow #C9C564
Tints of Wild Willow #C9C564
RGB
CMYK
RGB Variations
Color information
#C9C564 (or 0xC9C564) is known color: Wild Willow. HEX triplet: C9, C5 and 64. RGB value is (201,197,100). Sum of RGB (Red+Green+Blue) = 201+197+100=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C564 is #363A9B. Grayscale: #BBBBBB. Windows color (decimal): -3553948 or 6604233. OLE color: 6604233.
HSL color Cylindrical-coordinate representation of color #C9C564: hue angle of 57.62º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9C564 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 100 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.21 |
| HSL | 57.62º | 0.48% | 0.59% | - |
| HSV(B) | 57.62º | 0.5% | 0.79% | - |
| XYZ | 46.35 | 53.27 | 19.9 | - |
| YUV | 187.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 100 | 0 | 0.02 | 0.50 | 0.21 | 57.62 | 0.48 | 0.59 |
| Hex | C9 | C5 | 64 | 0 | 2 | 32 | 15 | 3A | 30 | 3B |
| Octal | 311 | 305 | 144 | 0 | 2 | 62 | 25 | 72 | 60 | 73 |
| Binary | 11001001 | 11000101 | 1100100 | 0 | 10 | 110010 | 10101 | 111010 | 110000 | 111011 |
Color Harmonies of #C9C564
Complementary color
Monochromatic Colors of #C9C564
Black with #C9C564
Text Example
Text Example
White with #C9C564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C564; }
p { color: rgb(201,197,100); }
H1.HeaderClassName
{
color: #C9C564;
}
.AnyTagClassName
{
color: #C9C564;
}
</style>
background-color css
<style>
a { background-color: #C9C564; }
a { background-color: rgb(201,197,100); }
div.DivClassName
{
background-color: #C9C564;
}
.BgClassName
{
background-color: #C9C564;
}
</style>
border-color css
<style>
span { border-color: #C9C564; }
span { border-color: rgb(201,197,100); }
td.TdClassName
{
border-color: #C9C564;
}
.TagClassName
{
border-color: #C9C564;
}
</style>