Shades of Wild Willow #C9CB65
Tints of Wild Willow #C9CB65
RGB
CMYK
RGB Variations
Color information
#C9CB65 (or 0xC9CB65) is known color: Wild Willow. HEX triplet: C9, CB and 65. RGB value is (201,203,101). Sum of RGB (Red+Green+Blue) = 201+203+101=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CB65 is #36349A. Grayscale: #BFBFBF. Windows color (decimal): -3552411 or 6671305. OLE color: 6671305.
HSL color Cylindrical-coordinate representation of color #C9CB65: hue angle of 61.18º 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 #C9CB65 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 203 | 101 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.20 |
| HSL | 61.18º | 0.5% | 0.6% | - |
| HSV(B) | 61.18º | 0.5% | 0.8% | - |
| XYZ | 47.79 | 56.07 | 20.62 | - |
| YUV | 190.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 101 | 0.01 | 0 | 0.50 | 0.20 | 61.18 | 0.5 | 0.6 |
| Hex | C9 | CB | 65 | 1 | 0 | 32 | 14 | 3D | 32 | 3C |
| Octal | 311 | 313 | 145 | 1 | 0 | 62 | 24 | 75 | 62 | 74 |
| Binary | 11001001 | 11001011 | 1100101 | 1 | 0 | 110010 | 10100 | 111101 | 110010 | 111100 |
Color Harmonies of #C9CB65
Complementary color
Monochromatic Colors of #C9CB65
Black with #C9CB65
Text Example
Text Example
White with #C9CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CB65; }
p { color: rgb(201,203,101); }
H1.HeaderClassName
{
color: #C9CB65;
}
.AnyTagClassName
{
color: #C9CB65;
}
</style>
background-color css
<style>
a { background-color: #C9CB65; }
a { background-color: rgb(201,203,101); }
div.DivClassName
{
background-color: #C9CB65;
}
.BgClassName
{
background-color: #C9CB65;
}
</style>
border-color css
<style>
span { border-color: #C9CB65; }
span { border-color: rgb(201,203,101); }
td.TdClassName
{
border-color: #C9CB65;
}
.TagClassName
{
border-color: #C9CB65;
}
</style>