Shades of Wild Willow #C1C05E
Tints of Wild Willow #C1C05E
RGB
CMYK
RGB Variations
Color information
#C1C05E (or 0xC1C05E) is known color: Wild Willow. HEX triplet: C1, C0 and 5E. RGB value is (193,192,94). Sum of RGB (Red+Green+Blue) = 193+192+94=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C05E is #3E3FA1. Grayscale: #B5B5B5. Windows color (decimal): -4079522 or 6209729. OLE color: 6209729.
HSL color Cylindrical-coordinate representation of color #C1C05E: hue angle of 59.39º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1C05E is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 94 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.24 |
| HSL | 59.39º | 0.44% | 0.56% | - |
| HSV(B) | 59.39º | 0.51% | 0.76% | - |
| XYZ | 42.86 | 49.84 | 17.95 | - |
| YUV | 181.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 94 | 0 | 0.01 | 0.51 | 0.24 | 59.39 | 0.44 | 0.56 |
| Hex | C1 | C0 | 5E | 0 | 1 | 33 | 18 | 3B | 2C | 38 |
| Octal | 301 | 300 | 136 | 0 | 1 | 63 | 30 | 73 | 54 | 70 |
| Binary | 11000001 | 11000000 | 1011110 | 0 | 1 | 110011 | 11000 | 111011 | 101100 | 111000 |
Color Harmonies of #C1C05E
Complementary color
Monochromatic Colors of #C1C05E
Black with #C1C05E
Text Example
Text Example
White with #C1C05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C05E; }
p { color: rgb(193,192,94); }
H1.HeaderClassName
{
color: #C1C05E;
}
.AnyTagClassName
{
color: #C1C05E;
}
</style>
background-color css
<style>
a { background-color: #C1C05E; }
a { background-color: rgb(193,192,94); }
div.DivClassName
{
background-color: #C1C05E;
}
.BgClassName
{
background-color: #C1C05E;
}
</style>
border-color css
<style>
span { border-color: #C1C05E; }
span { border-color: rgb(193,192,94); }
td.TdClassName
{
border-color: #C1C05E;
}
.TagClassName
{
border-color: #C1C05E;
}
</style>