Shades of Wild Willow #C1D164
Tints of Wild Willow #C1D164
RGB
CMYK
RGB Variations
Color information
#C1D164 (or 0xC1D164) is known color: Wild Willow. HEX triplet: C1, D1 and 64. RGB value is (193,209,100). Sum of RGB (Red+Green+Blue) = 193+209+100=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D164 is #3E2E9B. Grayscale: #C0C0C0. Windows color (decimal): -4075164 or 6607297. OLE color: 6607297.
HSL color Cylindrical-coordinate representation of color #C1D164: hue angle of 68.81º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1D164 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 209 | 100 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.18 |
| HSL | 68.81º | 0.54% | 0.61% | - |
| HSV(B) | 68.81º | 0.52% | 0.82% | - |
| XYZ | 47.09 | 57.86 | 20.74 | - |
| YUV | 191.79 | 76.2 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 209 | 100 | 0.08 | 0 | 0.52 | 0.18 | 68.81 | 0.54 | 0.61 |
| Hex | C1 | D1 | 64 | 8 | 0 | 34 | 12 | 45 | 36 | 3D |
| Octal | 301 | 321 | 144 | 10 | 0 | 64 | 22 | 105 | 66 | 75 |
| Binary | 11000001 | 11010001 | 1100100 | 1000 | 0 | 110100 | 10010 | 1000101 | 110110 | 111101 |
Color Harmonies of #C1D164
Complementary color
Monochromatic Colors of #C1D164
Black with #C1D164
Text Example
Text Example
White with #C1D164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D164; }
p { color: rgb(193,209,100); }
H1.HeaderClassName
{
color: #C1D164;
}
.AnyTagClassName
{
color: #C1D164;
}
</style>
background-color css
<style>
a { background-color: #C1D164; }
a { background-color: rgb(193,209,100); }
div.DivClassName
{
background-color: #C1D164;
}
.BgClassName
{
background-color: #C1D164;
}
</style>
border-color css
<style>
span { border-color: #C1D164; }
span { border-color: rgb(193,209,100); }
td.TdClassName
{
border-color: #C1D164;
}
.TagClassName
{
border-color: #C1D164;
}
</style>