Shades of Wild Willow #C8CA50
Tints of Wild Willow #C8CA50
RGB
CMYK
RGB Variations
Color information
#C8CA50 (or 0xC8CA50) is known color: Wild Willow. HEX triplet: C8, CA and 50. RGB value is (200,202,80). Sum of RGB (Red+Green+Blue) = 200+202+80=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CA50 is #3735AF. Grayscale: #BBBBBB. Windows color (decimal): -3618224 or 5294792. OLE color: 5294792.
HSL color Cylindrical-coordinate representation of color #C8CA50: hue angle of 60.98º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8CA50 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 80 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.21 |
| HSL | 60.98º | 0.54% | 0.55% | - |
| HSV(B) | 60.98º | 0.6% | 0.79% | - |
| XYZ | 46.39 | 55.1 | 15.78 | - |
| YUV | 187.49 | 67.34 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 80 | 0.01 | 0 | 0.60 | 0.21 | 60.98 | 0.54 | 0.55 |
| Hex | C8 | CA | 50 | 1 | 0 | 3C | 15 | 3D | 36 | 37 |
| Octal | 310 | 312 | 120 | 1 | 0 | 74 | 25 | 75 | 66 | 67 |
| Binary | 11001000 | 11001010 | 1010000 | 1 | 0 | 111100 | 10101 | 111101 | 110110 | 110111 |
Color Harmonies of #C8CA50
Complementary color
Monochromatic Colors of #C8CA50
Black with #C8CA50
Text Example
Text Example
White with #C8CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA50; }
p { color: rgb(200,202,80); }
H1.HeaderClassName
{
color: #C8CA50;
}
.AnyTagClassName
{
color: #C8CA50;
}
</style>
background-color css
<style>
a { background-color: #C8CA50; }
a { background-color: rgb(200,202,80); }
div.DivClassName
{
background-color: #C8CA50;
}
.BgClassName
{
background-color: #C8CA50;
}
</style>
border-color css
<style>
span { border-color: #C8CA50; }
span { border-color: rgb(200,202,80); }
td.TdClassName
{
border-color: #C8CA50;
}
.TagClassName
{
border-color: #C8CA50;
}
</style>