Shades of Wild Willow #C9CD64
Tints of Wild Willow #C9CD64
RGB
CMYK
RGB Variations
Color information
#C9CD64 (or 0xC9CD64) is known color: Wild Willow. HEX triplet: C9, CD and 64. RGB value is (201,205,100). Sum of RGB (Red+Green+Blue) = 201+205+100=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CD64 is #36329B. Grayscale: #C0C0C0. Windows color (decimal): -3551900 or 6606281. OLE color: 6606281.
HSL color Cylindrical-coordinate representation of color #C9CD64: hue angle of 62.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9CD64 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 205 | 100 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.20 |
| HSL | 62.29º | 0.51% | 0.6% | - |
| HSV(B) | 62.29º | 0.51% | 0.8% | - |
| XYZ | 48.22 | 57 | 20.52 | - |
| YUV | 191.83 | 76.17 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 100 | 0.02 | 0 | 0.51 | 0.20 | 62.29 | 0.51 | 0.6 |
| Hex | C9 | CD | 64 | 2 | 0 | 33 | 14 | 3E | 33 | 3C |
| Octal | 311 | 315 | 144 | 2 | 0 | 63 | 24 | 76 | 63 | 74 |
| Binary | 11001001 | 11001101 | 1100100 | 10 | 0 | 110011 | 10100 | 111110 | 110011 | 111100 |
Color Harmonies of #C9CD64
Complementary color
Monochromatic Colors of #C9CD64
Black with #C9CD64
Text Example
Text Example
White with #C9CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CD64; }
p { color: rgb(201,205,100); }
H1.HeaderClassName
{
color: #C9CD64;
}
.AnyTagClassName
{
color: #C9CD64;
}
</style>
background-color css
<style>
a { background-color: #C9CD64; }
a { background-color: rgb(201,205,100); }
div.DivClassName
{
background-color: #C9CD64;
}
.BgClassName
{
background-color: #C9CD64;
}
</style>
border-color css
<style>
span { border-color: #C9CD64; }
span { border-color: rgb(201,205,100); }
td.TdClassName
{
border-color: #C9CD64;
}
.TagClassName
{
border-color: #C9CD64;
}
</style>