Shades of Wild Willow #C8CA60
Tints of Wild Willow #C8CA60
RGB
CMYK
RGB Variations
Color information
#C8CA60 (or 0xC8CA60) is known color: Wild Willow. HEX triplet: C8, CA and 60. RGB value is (200,202,96). Sum of RGB (Red+Green+Blue) = 200+202+96=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CA60 is #37359F. Grayscale: #BDBDBD. Windows color (decimal): -3618208 or 6343368. OLE color: 6343368.
HSL color Cylindrical-coordinate representation of color #C8CA60: hue angle of 61.13º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8CA60 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 96 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.21 |
| HSL | 61.13º | 0.5% | 0.58% | - |
| HSV(B) | 61.13º | 0.52% | 0.79% | - |
| XYZ | 47.05 | 55.36 | 19.27 | - |
| YUV | 189.32 | 75.34 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 96 | 0.01 | 0 | 0.52 | 0.21 | 61.13 | 0.5 | 0.58 |
| Hex | C8 | CA | 60 | 1 | 0 | 34 | 15 | 3D | 32 | 3A |
| Octal | 310 | 312 | 140 | 1 | 0 | 64 | 25 | 75 | 62 | 72 |
| Binary | 11001000 | 11001010 | 1100000 | 1 | 0 | 110100 | 10101 | 111101 | 110010 | 111010 |
Color Harmonies of #C8CA60
Complementary color
Monochromatic Colors of #C8CA60
Black with #C8CA60
Text Example
Text Example
White with #C8CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA60; }
p { color: rgb(200,202,96); }
H1.HeaderClassName
{
color: #C8CA60;
}
.AnyTagClassName
{
color: #C8CA60;
}
</style>
background-color css
<style>
a { background-color: #C8CA60; }
a { background-color: rgb(200,202,96); }
div.DivClassName
{
background-color: #C8CA60;
}
.BgClassName
{
background-color: #C8CA60;
}
</style>
border-color css
<style>
span { border-color: #C8CA60; }
span { border-color: rgb(200,202,96); }
td.TdClassName
{
border-color: #C8CA60;
}
.TagClassName
{
border-color: #C8CA60;
}
</style>