Shades of Wild Willow #C1C05A
Tints of Wild Willow #C1C05A
RGB
CMYK
RGB Variations
Color information
#C1C05A (or 0xC1C05A) is known color: Wild Willow. HEX triplet: C1, C0 and 5A. RGB value is (193,192,90). Sum of RGB (Red+Green+Blue) = 193+192+90=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C05A is #3E3FA5. Grayscale: #B5B5B5. Windows color (decimal): -4079526 or 5947585. OLE color: 5947585.
HSL color Cylindrical-coordinate representation of color #C1C05A: hue angle of 59.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1C05A is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 90 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.24 |
| HSL | 59.42º | 0.45% | 0.55% | - |
| HSV(B) | 59.42º | 0.53% | 0.76% | - |
| XYZ | 42.69 | 49.77 | 17.03 | - |
| YUV | 180.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 90 | 0 | 0.01 | 0.53 | 0.24 | 59.42 | 0.45 | 0.55 |
| Hex | C1 | C0 | 5A | 0 | 1 | 35 | 18 | 3B | 2D | 37 |
| Octal | 301 | 300 | 132 | 0 | 1 | 65 | 30 | 73 | 55 | 67 |
| Binary | 11000001 | 11000000 | 1011010 | 0 | 1 | 110101 | 11000 | 111011 | 101101 | 110111 |
Color Harmonies of #C1C05A
Complementary color
Monochromatic Colors of #C1C05A
Black with #C1C05A
Text Example
Text Example
White with #C1C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C05A; }
p { color: rgb(193,192,90); }
H1.HeaderClassName
{
color: #C1C05A;
}
.AnyTagClassName
{
color: #C1C05A;
}
</style>
background-color css
<style>
a { background-color: #C1C05A; }
a { background-color: rgb(193,192,90); }
div.DivClassName
{
background-color: #C1C05A;
}
.BgClassName
{
background-color: #C1C05A;
}
</style>
border-color css
<style>
span { border-color: #C1C05A; }
span { border-color: rgb(193,192,90); }
td.TdClassName
{
border-color: #C1C05A;
}
.TagClassName
{
border-color: #C1C05A;
}
</style>