Shades of Wild Willow #C8CA59
Tints of Wild Willow #C8CA59
RGB
CMYK
RGB Variations
Color information
#C8CA59 (or 0xC8CA59) is known color: Wild Willow. HEX triplet: C8, CA and 59. RGB value is (200,202,89). Sum of RGB (Red+Green+Blue) = 200+202+89=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 89 (35.16% from 255 or 18.13% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CA59 is #3735A6. Grayscale: #BCBCBC. Windows color (decimal): -3618215 or 5884616. OLE color: 5884616.
HSL color Cylindrical-coordinate representation of color #C8CA59: hue angle of 61.06º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8CA59 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 89 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.21 |
| HSL | 61.06º | 0.52% | 0.57% | - |
| HSV(B) | 61.06º | 0.56% | 0.79% | - |
| XYZ | 46.74 | 55.24 | 17.65 | - |
| YUV | 188.52 | 71.84 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 89 | 0.01 | 0 | 0.56 | 0.21 | 61.06 | 0.52 | 0.57 |
| Hex | C8 | CA | 59 | 1 | 0 | 38 | 15 | 3D | 34 | 39 |
| Octal | 310 | 312 | 131 | 1 | 0 | 70 | 25 | 75 | 64 | 71 |
| Binary | 11001000 | 11001010 | 1011001 | 1 | 0 | 111000 | 10101 | 111101 | 110100 | 111001 |
Color Harmonies of #C8CA59
Complementary color
Monochromatic Colors of #C8CA59
Black with #C8CA59
Text Example
Text Example
White with #C8CA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA59; }
p { color: rgb(200,202,89); }
H1.HeaderClassName
{
color: #C8CA59;
}
.AnyTagClassName
{
color: #C8CA59;
}
</style>
background-color css
<style>
a { background-color: #C8CA59; }
a { background-color: rgb(200,202,89); }
div.DivClassName
{
background-color: #C8CA59;
}
.BgClassName
{
background-color: #C8CA59;
}
</style>
border-color css
<style>
span { border-color: #C8CA59; }
span { border-color: rgb(200,202,89); }
td.TdClassName
{
border-color: #C8CA59;
}
.TagClassName
{
border-color: #C8CA59;
}
</style>