Shades of Wild Willow #C1CD60
Tints of Wild Willow #C1CD60
RGB
CMYK
RGB Variations
Color information
#C1CD60 (or 0xC1CD60) is known color: Wild Willow. HEX triplet: C1, CD and 60. RGB value is (193,205,96). Sum of RGB (Red+Green+Blue) = 193+205+96=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD60 is #3E329F. Grayscale: #BDBDBD. Windows color (decimal): -4076192 or 6344129. OLE color: 6344129.
HSL color Cylindrical-coordinate representation of color #C1CD60: hue angle of 66.61º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1CD60 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 96 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.20 |
| HSL | 66.61º | 0.52% | 0.59% | - |
| HSV(B) | 66.61º | 0.53% | 0.8% | - |
| XYZ | 45.93 | 55.84 | 19.42 | - |
| YUV | 188.99 | 75.52 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 96 | 0.06 | 0 | 0.53 | 0.20 | 66.61 | 0.52 | 0.59 |
| Hex | C1 | CD | 60 | 6 | 0 | 35 | 14 | 43 | 34 | 3B |
| Octal | 301 | 315 | 140 | 6 | 0 | 65 | 24 | 103 | 64 | 73 |
| Binary | 11000001 | 11001101 | 1100000 | 110 | 0 | 110101 | 10100 | 1000011 | 110100 | 111011 |
Color Harmonies of #C1CD60
Complementary color
Monochromatic Colors of #C1CD60
Black with #C1CD60
Text Example
Text Example
White with #C1CD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD60; }
p { color: rgb(193,205,96); }
H1.HeaderClassName
{
color: #C1CD60;
}
.AnyTagClassName
{
color: #C1CD60;
}
</style>
background-color css
<style>
a { background-color: #C1CD60; }
a { background-color: rgb(193,205,96); }
div.DivClassName
{
background-color: #C1CD60;
}
.BgClassName
{
background-color: #C1CD60;
}
</style>
border-color css
<style>
span { border-color: #C1CD60; }
span { border-color: rgb(193,205,96); }
td.TdClassName
{
border-color: #C1CD60;
}
.TagClassName
{
border-color: #C1CD60;
}
</style>