Shades of Wild Willow #C1C95D
Tints of Wild Willow #C1C95D
RGB
CMYK
RGB Variations
Color information
#C1C95D (or 0xC1C95D) is known color: Wild Willow. HEX triplet: C1, C9 and 5D. RGB value is (193,201,93). Sum of RGB (Red+Green+Blue) = 193+201+93=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C95D is #3E36A2. Grayscale: #BABABA. Windows color (decimal): -4077219 or 6146497. OLE color: 6146497.
HSL color Cylindrical-coordinate representation of color #C1C95D: hue angle of 64.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1C95D is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 201 | 93 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.21 |
| HSL | 64.44º | 0.5% | 0.58% | - |
| HSV(B) | 64.44º | 0.54% | 0.79% | - |
| XYZ | 44.85 | 53.9 | 18.4 | - |
| YUV | 186.3 | 75.35 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 201 | 93 | 0.04 | 0 | 0.54 | 0.21 | 64.44 | 0.5 | 0.58 |
| Hex | C1 | C9 | 5D | 4 | 0 | 36 | 15 | 40 | 32 | 3A |
| Octal | 301 | 311 | 135 | 4 | 0 | 66 | 25 | 100 | 62 | 72 |
| Binary | 11000001 | 11001001 | 1011101 | 100 | 0 | 110110 | 10101 | 1000000 | 110010 | 111010 |
Color Harmonies of #C1C95D
Complementary color
Monochromatic Colors of #C1C95D
Black with #C1C95D
Text Example
Text Example
White with #C1C95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C95D; }
p { color: rgb(193,201,93); }
H1.HeaderClassName
{
color: #C1C95D;
}
.AnyTagClassName
{
color: #C1C95D;
}
</style>
background-color css
<style>
a { background-color: #C1C95D; }
a { background-color: rgb(193,201,93); }
div.DivClassName
{
background-color: #C1C95D;
}
.BgClassName
{
background-color: #C1C95D;
}
</style>
border-color css
<style>
span { border-color: #C1C95D; }
span { border-color: rgb(193,201,93); }
td.TdClassName
{
border-color: #C1C95D;
}
.TagClassName
{
border-color: #C1C95D;
}
</style>