Shades of Wild Willow #C1C059
Tints of Wild Willow #C1C059
RGB
CMYK
RGB Variations
Color information
#C1C059 (or 0xC1C059) is known color: Wild Willow. HEX triplet: C1, C0 and 59. RGB value is (193,192,89). Sum of RGB (Red+Green+Blue) = 193+192+89=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C059 is #3E3FA6. Grayscale: #B4B4B4. Windows color (decimal): -4079527 or 5882049. OLE color: 5882049.
HSL color Cylindrical-coordinate representation of color #C1C059: hue angle of 59.42º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1C059 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 89 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.24 |
| HSL | 59.42º | 0.46% | 0.55% | - |
| HSV(B) | 59.42º | 0.54% | 0.76% | - |
| XYZ | 42.65 | 49.76 | 16.81 | - |
| YUV | 180.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 89 | 0 | 0.01 | 0.54 | 0.24 | 59.42 | 0.46 | 0.55 |
| Hex | C1 | C0 | 59 | 0 | 1 | 36 | 18 | 3B | 2E | 37 |
| Octal | 301 | 300 | 131 | 0 | 1 | 66 | 30 | 73 | 56 | 67 |
| Binary | 11000001 | 11000000 | 1011001 | 0 | 1 | 110110 | 11000 | 111011 | 101110 | 110111 |
Color Harmonies of #C1C059
Complementary color
Monochromatic Colors of #C1C059
Black with #C1C059
Text Example
Text Example
White with #C1C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C059; }
p { color: rgb(193,192,89); }
H1.HeaderClassName
{
color: #C1C059;
}
.AnyTagClassName
{
color: #C1C059;
}
</style>
background-color css
<style>
a { background-color: #C1C059; }
a { background-color: rgb(193,192,89); }
div.DivClassName
{
background-color: #C1C059;
}
.BgClassName
{
background-color: #C1C059;
}
</style>
border-color css
<style>
span { border-color: #C1C059; }
span { border-color: rgb(193,192,89); }
td.TdClassName
{
border-color: #C1C059;
}
.TagClassName
{
border-color: #C1C059;
}
</style>