Shades of Wild Willow #C1CD64
Tints of Wild Willow #C1CD64
RGB
CMYK
RGB Variations
Color information
#C1CD64 (or 0xC1CD64) is known color: Wild Willow. HEX triplet: C1, CD and 64. RGB value is (193,205,100). Sum of RGB (Red+Green+Blue) = 193+205+100=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD64 is #3E329B. Grayscale: #BDBDBD. Windows color (decimal): -4076188 or 6606273. OLE color: 6606273.
HSL color Cylindrical-coordinate representation of color #C1CD64: hue angle of 66.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1CD64 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 100 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.20 |
| HSL | 66.86º | 0.51% | 0.6% | - |
| HSV(B) | 66.86º | 0.51% | 0.8% | - |
| XYZ | 46.12 | 55.92 | 20.42 | - |
| YUV | 189.44 | 77.52 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 100 | 0.06 | 0 | 0.51 | 0.20 | 66.86 | 0.51 | 0.6 |
| Hex | C1 | CD | 64 | 6 | 0 | 33 | 14 | 43 | 33 | 3C |
| Octal | 301 | 315 | 144 | 6 | 0 | 63 | 24 | 103 | 63 | 74 |
| Binary | 11000001 | 11001101 | 1100100 | 110 | 0 | 110011 | 10100 | 1000011 | 110011 | 111100 |
Color Harmonies of #C1CD64
Complementary color
Monochromatic Colors of #C1CD64
Black with #C1CD64
Text Example
Text Example
White with #C1CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD64; }
p { color: rgb(193,205,100); }
H1.HeaderClassName
{
color: #C1CD64;
}
.AnyTagClassName
{
color: #C1CD64;
}
</style>
background-color css
<style>
a { background-color: #C1CD64; }
a { background-color: rgb(193,205,100); }
div.DivClassName
{
background-color: #C1CD64;
}
.BgClassName
{
background-color: #C1CD64;
}
</style>
border-color css
<style>
span { border-color: #C1CD64; }
span { border-color: rgb(193,205,100); }
td.TdClassName
{
border-color: #C1CD64;
}
.TagClassName
{
border-color: #C1CD64;
}
</style>