Shades of Wild Willow #C1CA70
Tints of Wild Willow #C1CA70
RGB
CMYK
RGB Variations
Color information
#C1CA70 (or 0xC1CA70) is known color: Wild Willow. HEX triplet: C1, CA and 70. RGB value is (193,202,112). Sum of RGB (Red+Green+Blue) = 193+202+112=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CA70 is #3E358F. Grayscale: #BDBDBD. Windows color (decimal): -4076944 or 7391937. OLE color: 7391937.
HSL color Cylindrical-coordinate representation of color #C1CA70: hue angle of 66º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1CA70 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 112 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.21 |
| HSL | 66º | 0.46% | 0.62% | - |
| HSV(B) | 66º | 0.45% | 0.79% | - |
| XYZ | 46.04 | 54.75 | 23.47 | - |
| YUV | 189.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 112 | 0.04 | 0 | 0.45 | 0.21 | 66 | 0.46 | 0.62 |
| Hex | C1 | CA | 70 | 4 | 0 | 2D | 15 | 42 | 2E | 3E |
| Octal | 301 | 312 | 160 | 4 | 0 | 55 | 25 | 102 | 56 | 76 |
| Binary | 11000001 | 11001010 | 1110000 | 100 | 0 | 101101 | 10101 | 1000010 | 101110 | 111110 |
Color Harmonies of #C1CA70
Complementary color
Monochromatic Colors of #C1CA70
Black with #C1CA70
Text Example
Text Example
White with #C1CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA70; }
p { color: rgb(193,202,112); }
H1.HeaderClassName
{
color: #C1CA70;
}
.AnyTagClassName
{
color: #C1CA70;
}
</style>
background-color css
<style>
a { background-color: #C1CA70; }
a { background-color: rgb(193,202,112); }
div.DivClassName
{
background-color: #C1CA70;
}
.BgClassName
{
background-color: #C1CA70;
}
</style>
border-color css
<style>
span { border-color: #C1CA70; }
span { border-color: rgb(193,202,112); }
td.TdClassName
{
border-color: #C1CA70;
}
.TagClassName
{
border-color: #C1CA70;
}
</style>