Shades of Wild Willow #C1C05B
Tints of Wild Willow #C1C05B
RGB
CMYK
RGB Variations
Color information
#C1C05B (or 0xC1C05B) is known color: Wild Willow. HEX triplet: C1, C0 and 5B. RGB value is (193,192,91). Sum of RGB (Red+Green+Blue) = 193+192+91=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C05B is #3E3FA4. Grayscale: #B5B5B5. Windows color (decimal): -4079525 or 6013121. OLE color: 6013121.
HSL color Cylindrical-coordinate representation of color #C1C05B: hue angle of 59.41º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1C05B is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 91 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.24 |
| HSL | 59.41º | 0.45% | 0.56% | - |
| HSV(B) | 59.41º | 0.53% | 0.76% | - |
| XYZ | 42.73 | 49.79 | 17.26 | - |
| YUV | 180.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 91 | 0 | 0.01 | 0.53 | 0.24 | 59.41 | 0.45 | 0.56 |
| Hex | C1 | C0 | 5B | 0 | 1 | 35 | 18 | 3B | 2D | 38 |
| Octal | 301 | 300 | 133 | 0 | 1 | 65 | 30 | 73 | 55 | 70 |
| Binary | 11000001 | 11000000 | 1011011 | 0 | 1 | 110101 | 11000 | 111011 | 101101 | 111000 |
Color Harmonies of #C1C05B
Complementary color
Monochromatic Colors of #C1C05B
Black with #C1C05B
Text Example
Text Example
White with #C1C05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C05B; }
p { color: rgb(193,192,91); }
H1.HeaderClassName
{
color: #C1C05B;
}
.AnyTagClassName
{
color: #C1C05B;
}
</style>
background-color css
<style>
a { background-color: #C1C05B; }
a { background-color: rgb(193,192,91); }
div.DivClassName
{
background-color: #C1C05B;
}
.BgClassName
{
background-color: #C1C05B;
}
</style>
border-color css
<style>
span { border-color: #C1C05B; }
span { border-color: rgb(193,192,91); }
td.TdClassName
{
border-color: #C1C05B;
}
.TagClassName
{
border-color: #C1C05B;
}
</style>