Shades of Wild Willow #C9CF62
Tints of Wild Willow #C9CF62
RGB
CMYK
RGB Variations
Color information
#C9CF62 (or 0xC9CF62) is known color: Wild Willow. HEX triplet: C9, CF and 62. RGB value is (201,207,98). Sum of RGB (Red+Green+Blue) = 201+207+98=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CF62 is #36309D. Grayscale: #C1C1C1. Windows color (decimal): -3551390 or 6475721. OLE color: 6475721.
HSL color Cylindrical-coordinate representation of color #C9CF62: hue angle of 63.3º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9CF62 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 98 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.19 |
| HSL | 63.3º | 0.53% | 0.6% | - |
| HSV(B) | 63.3º | 0.53% | 0.81% | - |
| XYZ | 48.6 | 57.93 | 20.17 | - |
| YUV | 192.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 98 | 0.03 | 0 | 0.53 | 0.19 | 63.3 | 0.53 | 0.6 |
| Hex | C9 | CF | 62 | 3 | 0 | 35 | 13 | 3F | 35 | 3C |
| Octal | 311 | 317 | 142 | 3 | 0 | 65 | 23 | 77 | 65 | 74 |
| Binary | 11001001 | 11001111 | 1100010 | 11 | 0 | 110101 | 10011 | 111111 | 110101 | 111100 |
Color Harmonies of #C9CF62
Complementary color
Monochromatic Colors of #C9CF62
Black with #C9CF62
Text Example
Text Example
White with #C9CF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF62; }
p { color: rgb(201,207,98); }
H1.HeaderClassName
{
color: #C9CF62;
}
.AnyTagClassName
{
color: #C9CF62;
}
</style>
background-color css
<style>
a { background-color: #C9CF62; }
a { background-color: rgb(201,207,98); }
div.DivClassName
{
background-color: #C9CF62;
}
.BgClassName
{
background-color: #C9CF62;
}
</style>
border-color css
<style>
span { border-color: #C9CF62; }
span { border-color: rgb(201,207,98); }
td.TdClassName
{
border-color: #C9CF62;
}
.TagClassName
{
border-color: #C9CF62;
}
</style>