Shades of Wild Willow #C9C665
Tints of Wild Willow #C9C665
RGB
CMYK
RGB Variations
Color information
#C9C665 (or 0xC9C665) is known color: Wild Willow. HEX triplet: C9, C6 and 65. RGB value is (201,198,101). Sum of RGB (Red+Green+Blue) = 201+198+101=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C665 is #36399A. Grayscale: #BCBCBC. Windows color (decimal): -3553691 or 6670025. OLE color: 6670025.
HSL color Cylindrical-coordinate representation of color #C9C665: hue angle of 58.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9C665 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 101 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.21 |
| HSL | 58.2º | 0.48% | 0.59% | - |
| HSV(B) | 58.2º | 0.5% | 0.79% | - |
| XYZ | 46.63 | 53.75 | 20.23 | - |
| YUV | 187.84 | 78.99 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 101 | 0 | 0.01 | 0.50 | 0.21 | 58.2 | 0.48 | 0.59 |
| Hex | C9 | C6 | 65 | 0 | 1 | 32 | 15 | 3A | 30 | 3B |
| Octal | 311 | 306 | 145 | 0 | 1 | 62 | 25 | 72 | 60 | 73 |
| Binary | 11001001 | 11000110 | 1100101 | 0 | 1 | 110010 | 10101 | 111010 | 110000 | 111011 |
Color Harmonies of #C9C665
Complementary color
Monochromatic Colors of #C9C665
Black with #C9C665
Text Example
Text Example
White with #C9C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C665; }
p { color: rgb(201,198,101); }
H1.HeaderClassName
{
color: #C9C665;
}
.AnyTagClassName
{
color: #C9C665;
}
</style>
background-color css
<style>
a { background-color: #C9C665; }
a { background-color: rgb(201,198,101); }
div.DivClassName
{
background-color: #C9C665;
}
.BgClassName
{
background-color: #C9C665;
}
</style>
border-color css
<style>
span { border-color: #C9C665; }
span { border-color: rgb(201,198,101); }
td.TdClassName
{
border-color: #C9C665;
}
.TagClassName
{
border-color: #C9C665;
}
</style>