Shades of Wild Willow #C1C15A
Tints of Wild Willow #C1C15A
RGB
CMYK
RGB Variations
Color information
#C1C15A (or 0xC1C15A) is known color: Wild Willow. HEX triplet: C1, C1 and 5A. RGB value is (193,193,90). Sum of RGB (Red+Green+Blue) = 193+193+90=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C15A is #3E3EA5. Grayscale: #B5B5B5. Windows color (decimal): -4079270 or 5947841. OLE color: 5947841.
HSL color Cylindrical-coordinate representation of color #C1C15A: hue angle of 60º 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 #C1C15A is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 193 | 90 | - |
| CMYK | 0 | 0 | 0.53 | 0.24 |
| HSL | 60º | 0.45% | 0.55% | - |
| HSV(B) | 60º | 0.53% | 0.76% | - |
| XYZ | 42.91 | 50.22 | 17.1 | - |
| YUV | 181.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 193 | 90 | 0 | 0 | 0.53 | 0.24 | 60 | 0.45 | 0.55 |
| Hex | C1 | C1 | 5A | 0 | 0 | 35 | 18 | 3C | 2D | 37 |
| Octal | 301 | 301 | 132 | 0 | 0 | 65 | 30 | 74 | 55 | 67 |
| Binary | 11000001 | 11000001 | 1011010 | 0 | 0 | 110101 | 11000 | 111100 | 101101 | 110111 |
Color Harmonies of #C1C15A
Complementary color
Monochromatic Colors of #C1C15A
Black with #C1C15A
Text Example
Text Example
White with #C1C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C15A; }
p { color: rgb(193,193,90); }
H1.HeaderClassName
{
color: #C1C15A;
}
.AnyTagClassName
{
color: #C1C15A;
}
</style>
background-color css
<style>
a { background-color: #C1C15A; }
a { background-color: rgb(193,193,90); }
div.DivClassName
{
background-color: #C1C15A;
}
.BgClassName
{
background-color: #C1C15A;
}
</style>
border-color css
<style>
span { border-color: #C1C15A; }
span { border-color: rgb(193,193,90); }
td.TdClassName
{
border-color: #C1C15A;
}
.TagClassName
{
border-color: #C1C15A;
}
</style>