Shades of Wild Willow #C1CA5F
Tints of Wild Willow #C1CA5F
RGB
CMYK
RGB Variations
Color information
#C1CA5F (or 0xC1CA5F) is known color: Wild Willow. HEX triplet: C1, CA and 5F. RGB value is (193,202,95). Sum of RGB (Red+Green+Blue) = 193+202+95=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CA5F is #3E35A0. Grayscale: #BBBBBB. Windows color (decimal): -4076961 or 6277825. OLE color: 6277825.
HSL color Cylindrical-coordinate representation of color #C1CA5F: hue angle of 65.05º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1CA5F is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 95 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.21 |
| HSL | 65.05º | 0.5% | 0.58% | - |
| HSV(B) | 65.05º | 0.53% | 0.79% | - |
| XYZ | 45.18 | 54.4 | 18.95 | - |
| YUV | 187.11 | 76.02 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 95 | 0.04 | 0 | 0.53 | 0.21 | 65.05 | 0.5 | 0.58 |
| Hex | C1 | CA | 5F | 4 | 0 | 35 | 15 | 41 | 32 | 3A |
| Octal | 301 | 312 | 137 | 4 | 0 | 65 | 25 | 101 | 62 | 72 |
| Binary | 11000001 | 11001010 | 1011111 | 100 | 0 | 110101 | 10101 | 1000001 | 110010 | 111010 |
Color Harmonies of #C1CA5F
Complementary color
Monochromatic Colors of #C1CA5F
Black with #C1CA5F
Text Example
Text Example
White with #C1CA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA5F; }
p { color: rgb(193,202,95); }
H1.HeaderClassName
{
color: #C1CA5F;
}
.AnyTagClassName
{
color: #C1CA5F;
}
</style>
background-color css
<style>
a { background-color: #C1CA5F; }
a { background-color: rgb(193,202,95); }
div.DivClassName
{
background-color: #C1CA5F;
}
.BgClassName
{
background-color: #C1CA5F;
}
</style>
border-color css
<style>
span { border-color: #C1CA5F; }
span { border-color: rgb(193,202,95); }
td.TdClassName
{
border-color: #C1CA5F;
}
.TagClassName
{
border-color: #C1CA5F;
}
</style>