Shades of Wild Willow #C8C965
Tints of Wild Willow #C8C965
RGB
CMYK
RGB Variations
Color information
#C8C965 (or 0xC8C965) is known color: Wild Willow. HEX triplet: C8, C9 and 65. RGB value is (200,201,101). Sum of RGB (Red+Green+Blue) = 200+201+101=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C965 is #37369A. Grayscale: #BDBDBD. Windows color (decimal): -3618459 or 6670792. OLE color: 6670792.
HSL color Cylindrical-coordinate representation of color #C8C965: hue angle of 60.6º 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 #C8C965 is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 201 | 101 | - |
| CMYK | 0.00 | 0 | 0.50 | 0.21 |
| HSL | 60.6º | 0.48% | 0.59% | - |
| HSV(B) | 60.6º | 0.5% | 0.79% | - |
| XYZ | 47.06 | 54.99 | 20.45 | - |
| YUV | 189.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 201 | 101 | 0.00 | 0 | 0.50 | 0.21 | 60.6 | 0.48 | 0.59 |
| Hex | C8 | C9 | 65 | 0 | 0 | 32 | 15 | 3D | 30 | 3B |
| Octal | 310 | 311 | 145 | 0 | 0 | 62 | 25 | 75 | 60 | 73 |
| Binary | 11001000 | 11001001 | 1100101 | 0 | 0 | 110010 | 10101 | 111101 | 110000 | 111011 |
Color Harmonies of #C8C965
Complementary color
Monochromatic Colors of #C8C965
Black with #C8C965
Text Example
Text Example
White with #C8C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C965; }
p { color: rgb(200,201,101); }
H1.HeaderClassName
{
color: #C8C965;
}
.AnyTagClassName
{
color: #C8C965;
}
</style>
background-color css
<style>
a { background-color: #C8C965; }
a { background-color: rgb(200,201,101); }
div.DivClassName
{
background-color: #C8C965;
}
.BgClassName
{
background-color: #C8C965;
}
</style>
border-color css
<style>
span { border-color: #C8C965; }
span { border-color: rgb(200,201,101); }
td.TdClassName
{
border-color: #C8C965;
}
.TagClassName
{
border-color: #C8C965;
}
</style>