Shades of Wild Willow #C1C158
Tints of Wild Willow #C1C158
RGB
CMYK
RGB Variations
Color information
#C1C158 (or 0xC1C158) is known color: Wild Willow. HEX triplet: C1, C1 and 58. RGB value is (193,193,88). Sum of RGB (Red+Green+Blue) = 193+193+88=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C158 is #3E3EA7. Grayscale: #B5B5B5. Windows color (decimal): -4079272 or 5816769. OLE color: 5816769.
HSL color Cylindrical-coordinate representation of color #C1C158: hue angle of 60º 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 #C1C158 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 193 | 88 | - |
| CMYK | 0 | 0 | 0.54 | 0.24 |
| HSL | 60º | 0.46% | 0.55% | - |
| HSV(B) | 60º | 0.54% | 0.76% | - |
| XYZ | 42.82 | 50.18 | 16.66 | - |
| YUV | 181.03 | 75.5 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 193 | 88 | 0 | 0 | 0.54 | 0.24 | 60 | 0.46 | 0.55 |
| Hex | C1 | C1 | 58 | 0 | 0 | 36 | 18 | 3C | 2E | 37 |
| Octal | 301 | 301 | 130 | 0 | 0 | 66 | 30 | 74 | 56 | 67 |
| Binary | 11000001 | 11000001 | 1011000 | 0 | 0 | 110110 | 11000 | 111100 | 101110 | 110111 |
Color Harmonies of #C1C158
Complementary color
Monochromatic Colors of #C1C158
Black with #C1C158
Text Example
Text Example
White with #C1C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C158; }
p { color: rgb(193,193,88); }
H1.HeaderClassName
{
color: #C1C158;
}
.AnyTagClassName
{
color: #C1C158;
}
</style>
background-color css
<style>
a { background-color: #C1C158; }
a { background-color: rgb(193,193,88); }
div.DivClassName
{
background-color: #C1C158;
}
.BgClassName
{
background-color: #C1C158;
}
</style>
border-color css
<style>
span { border-color: #C1C158; }
span { border-color: rgb(193,193,88); }
td.TdClassName
{
border-color: #C1C158;
}
.TagClassName
{
border-color: #C1C158;
}
</style>