Shades of Wild Willow #C9CF65
Tints of Wild Willow #C9CF65
RGB
CMYK
RGB Variations
Color information
#C9CF65 (or 0xC9CF65) is known color: Wild Willow. HEX triplet: C9, CF and 65. RGB value is (201,207,101). Sum of RGB (Red+Green+Blue) = 201+207+101=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CF65 is #36309A. Grayscale: #C1C1C1. Windows color (decimal): -3551387 or 6672329. OLE color: 6672329.
HSL color Cylindrical-coordinate representation of color #C9CF65: hue angle of 63.4º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9CF65 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 101 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.19 |
| HSL | 63.4º | 0.52% | 0.6% | - |
| HSV(B) | 63.4º | 0.51% | 0.81% | - |
| XYZ | 48.75 | 57.98 | 20.93 | - |
| YUV | 193.12 | 76.01 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 101 | 0.03 | 0 | 0.51 | 0.19 | 63.4 | 0.52 | 0.6 |
| Hex | C9 | CF | 65 | 3 | 0 | 33 | 13 | 3F | 34 | 3C |
| Octal | 311 | 317 | 145 | 3 | 0 | 63 | 23 | 77 | 64 | 74 |
| Binary | 11001001 | 11001111 | 1100101 | 11 | 0 | 110011 | 10011 | 111111 | 110100 | 111100 |
Color Harmonies of #C9CF65
Complementary color
Monochromatic Colors of #C9CF65
Black with #C9CF65
Text Example
Text Example
White with #C9CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF65; }
p { color: rgb(201,207,101); }
H1.HeaderClassName
{
color: #C9CF65;
}
.AnyTagClassName
{
color: #C9CF65;
}
</style>
background-color css
<style>
a { background-color: #C9CF65; }
a { background-color: rgb(201,207,101); }
div.DivClassName
{
background-color: #C9CF65;
}
.BgClassName
{
background-color: #C9CF65;
}
</style>
border-color css
<style>
span { border-color: #C9CF65; }
span { border-color: rgb(201,207,101); }
td.TdClassName
{
border-color: #C9CF65;
}
.TagClassName
{
border-color: #C9CF65;
}
</style>