Shades of Wild Willow #C9C86C
Tints of Wild Willow #C9C86C
RGB
CMYK
RGB Variations
Color information
#C9C86C (or 0xC9C86C) is known color: Wild Willow. HEX triplet: C9, C8 and 6C. RGB value is (201,200,108). Sum of RGB (Red+Green+Blue) = 201+200+108=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C86C is #363793. Grayscale: #BEBEBE. Windows color (decimal): -3553172 or 7129289. OLE color: 7129289.
HSL color Cylindrical-coordinate representation of color #C9C86C: hue angle of 59.35º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9C86C is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 108 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.21 |
| HSL | 59.35º | 0.46% | 0.61% | - |
| HSV(B) | 59.35º | 0.46% | 0.79% | - |
| XYZ | 47.45 | 54.81 | 22.27 | - |
| YUV | 189.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 108 | 0 | 0.00 | 0.46 | 0.21 | 59.35 | 0.46 | 0.61 |
| Hex | C9 | C8 | 6C | 0 | 0 | 2E | 15 | 3B | 2E | 3D |
| Octal | 311 | 310 | 154 | 0 | 0 | 56 | 25 | 73 | 56 | 75 |
| Binary | 11001001 | 11001000 | 1101100 | 0 | 0 | 101110 | 10101 | 111011 | 101110 | 111101 |
Color Harmonies of #C9C86C
Complementary color
Monochromatic Colors of #C9C86C
Black with #C9C86C
Text Example
Text Example
White with #C9C86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C86C; }
p { color: rgb(201,200,108); }
H1.HeaderClassName
{
color: #C9C86C;
}
.AnyTagClassName
{
color: #C9C86C;
}
</style>
background-color css
<style>
a { background-color: #C9C86C; }
a { background-color: rgb(201,200,108); }
div.DivClassName
{
background-color: #C9C86C;
}
.BgClassName
{
background-color: #C9C86C;
}
</style>
border-color css
<style>
span { border-color: #C9C86C; }
span { border-color: rgb(201,200,108); }
td.TdClassName
{
border-color: #C9C86C;
}
.TagClassName
{
border-color: #C9C86C;
}
</style>