Shades of Wild Willow #C9CF64
Tints of Wild Willow #C9CF64
RGB
CMYK
RGB Variations
Color information
#C9CF64 (or 0xC9CF64) is known color: Wild Willow. HEX triplet: C9, CF and 64. RGB value is (201,207,100). Sum of RGB (Red+Green+Blue) = 201+207+100=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CF64 is #36309B. Grayscale: #C1C1C1. Windows color (decimal): -3551388 or 6606793. OLE color: 6606793.
HSL color Cylindrical-coordinate representation of color #C9CF64: hue angle of 63.36º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9CF64 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 100 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.19 |
| HSL | 63.36º | 0.53% | 0.6% | - |
| HSV(B) | 63.36º | 0.52% | 0.81% | - |
| XYZ | 48.7 | 57.96 | 20.68 | - |
| YUV | 193.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 100 | 0.03 | 0 | 0.52 | 0.19 | 63.36 | 0.53 | 0.6 |
| Hex | C9 | CF | 64 | 3 | 0 | 34 | 13 | 3F | 35 | 3C |
| Octal | 311 | 317 | 144 | 3 | 0 | 64 | 23 | 77 | 65 | 74 |
| Binary | 11001001 | 11001111 | 1100100 | 11 | 0 | 110100 | 10011 | 111111 | 110101 | 111100 |
Color Harmonies of #C9CF64
Complementary color
Monochromatic Colors of #C9CF64
Black with #C9CF64
Text Example
Text Example
White with #C9CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF64; }
p { color: rgb(201,207,100); }
H1.HeaderClassName
{
color: #C9CF64;
}
.AnyTagClassName
{
color: #C9CF64;
}
</style>
background-color css
<style>
a { background-color: #C9CF64; }
a { background-color: rgb(201,207,100); }
div.DivClassName
{
background-color: #C9CF64;
}
.BgClassName
{
background-color: #C9CF64;
}
</style>
border-color css
<style>
span { border-color: #C9CF64; }
span { border-color: rgb(201,207,100); }
td.TdClassName
{
border-color: #C9CF64;
}
.TagClassName
{
border-color: #C9CF64;
}
</style>