Shades of Wild Willow #C9CF5F
Tints of Wild Willow #C9CF5F
RGB
CMYK
RGB Variations
Color information
#C9CF5F (or 0xC9CF5F) is known color: Wild Willow. HEX triplet: C9, CF and 5F. RGB value is (201,207,95). Sum of RGB (Red+Green+Blue) = 201+207+95=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CF5F is #3630A0. Grayscale: #C0C0C0. Windows color (decimal): -3551393 or 6279113. OLE color: 6279113.
HSL color Cylindrical-coordinate representation of color #C9CF5F: hue angle of 63.21º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9CF5F is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 95 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.19 |
| HSL | 63.21º | 0.54% | 0.59% | - |
| HSV(B) | 63.21º | 0.54% | 0.81% | - |
| XYZ | 48.47 | 57.87 | 19.44 | - |
| YUV | 192.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 95 | 0.03 | 0 | 0.54 | 0.19 | 63.21 | 0.54 | 0.59 |
| Hex | C9 | CF | 5F | 3 | 0 | 36 | 13 | 3F | 36 | 3B |
| Octal | 311 | 317 | 137 | 3 | 0 | 66 | 23 | 77 | 66 | 73 |
| Binary | 11001001 | 11001111 | 1011111 | 11 | 0 | 110110 | 10011 | 111111 | 110110 | 111011 |
Color Harmonies of #C9CF5F
Complementary color
Monochromatic Colors of #C9CF5F
Black with #C9CF5F
Text Example
Text Example
White with #C9CF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF5F; }
p { color: rgb(201,207,95); }
H1.HeaderClassName
{
color: #C9CF5F;
}
.AnyTagClassName
{
color: #C9CF5F;
}
</style>
background-color css
<style>
a { background-color: #C9CF5F; }
a { background-color: rgb(201,207,95); }
div.DivClassName
{
background-color: #C9CF5F;
}
.BgClassName
{
background-color: #C9CF5F;
}
</style>
border-color css
<style>
span { border-color: #C9CF5F; }
span { border-color: rgb(201,207,95); }
td.TdClassName
{
border-color: #C9CF5F;
}
.TagClassName
{
border-color: #C9CF5F;
}
</style>