Shades of Wild Willow #C9CC65
Tints of Wild Willow #C9CC65
RGB
CMYK
RGB Variations
Color information
#C9CC65 (or 0xC9CC65) is known color: Wild Willow. HEX triplet: C9, CC and 65. RGB value is (201,204,101). Sum of RGB (Red+Green+Blue) = 201+204+101=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CC65 is #36339A. Grayscale: #BFBFBF. Windows color (decimal): -3552155 or 6671561. OLE color: 6671561.
HSL color Cylindrical-coordinate representation of color #C9CC65: hue angle of 61.75º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9CC65 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 101 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.2 |
| HSL | 61.75º | 0.5% | 0.6% | - |
| HSV(B) | 61.75º | 0.5% | 0.8% | - |
| XYZ | 48.03 | 56.54 | 20.69 | - |
| YUV | 191.36 | 77.01 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 101 | 0.01 | 0 | 0.50 | 0.2 | 61.75 | 0.5 | 0.6 |
| Hex | C9 | CC | 65 | 1 | 0 | 32 | 14 | 3E | 32 | 3C |
| Octal | 311 | 314 | 145 | 1 | 0 | 62 | 24 | 76 | 62 | 74 |
| Binary | 11001001 | 11001100 | 1100101 | 1 | 0 | 110010 | 10100 | 111110 | 110010 | 111100 |
Color Harmonies of #C9CC65
Complementary color
Monochromatic Colors of #C9CC65
Black with #C9CC65
Text Example
Text Example
White with #C9CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC65; }
p { color: rgb(201,204,101); }
H1.HeaderClassName
{
color: #C9CC65;
}
.AnyTagClassName
{
color: #C9CC65;
}
</style>
background-color css
<style>
a { background-color: #C9CC65; }
a { background-color: rgb(201,204,101); }
div.DivClassName
{
background-color: #C9CC65;
}
.BgClassName
{
background-color: #C9CC65;
}
</style>
border-color css
<style>
span { border-color: #C9CC65; }
span { border-color: rgb(201,204,101); }
td.TdClassName
{
border-color: #C9CC65;
}
.TagClassName
{
border-color: #C9CC65;
}
</style>