Shades of Wild Willow #C9CD63
Tints of Wild Willow #C9CD63
RGB
CMYK
RGB Variations
Color information
#C9CD63 (or 0xC9CD63) is known color: Wild Willow. HEX triplet: C9, CD and 63. RGB value is (201,205,99). Sum of RGB (Red+Green+Blue) = 201+205+99=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CD63 is #36329C. Grayscale: #C0C0C0. Windows color (decimal): -3551901 or 6540745. OLE color: 6540745.
HSL color Cylindrical-coordinate representation of color #C9CD63: hue angle of 62.26º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9CD63 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 205 | 99 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.20 |
| HSL | 62.26º | 0.51% | 0.6% | - |
| HSV(B) | 62.26º | 0.52% | 0.8% | - |
| XYZ | 48.17 | 56.98 | 20.26 | - |
| YUV | 191.72 | 75.67 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 99 | 0.02 | 0 | 0.52 | 0.20 | 62.26 | 0.51 | 0.6 |
| Hex | C9 | CD | 63 | 2 | 0 | 34 | 14 | 3E | 33 | 3C |
| Octal | 311 | 315 | 143 | 2 | 0 | 64 | 24 | 76 | 63 | 74 |
| Binary | 11001001 | 11001101 | 1100011 | 10 | 0 | 110100 | 10100 | 111110 | 110011 | 111100 |
Color Harmonies of #C9CD63
Complementary color
Monochromatic Colors of #C9CD63
Black with #C9CD63
Text Example
Text Example
White with #C9CD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CD63; }
p { color: rgb(201,205,99); }
H1.HeaderClassName
{
color: #C9CD63;
}
.AnyTagClassName
{
color: #C9CD63;
}
</style>
background-color css
<style>
a { background-color: #C9CD63; }
a { background-color: rgb(201,205,99); }
div.DivClassName
{
background-color: #C9CD63;
}
.BgClassName
{
background-color: #C9CD63;
}
</style>
border-color css
<style>
span { border-color: #C9CD63; }
span { border-color: rgb(201,205,99); }
td.TdClassName
{
border-color: #C9CD63;
}
.TagClassName
{
border-color: #C9CD63;
}
</style>