Shades of Wild Willow #C3C158
Tints of Wild Willow #C3C158
RGB
CMYK
RGB Variations
Color information
#C3C158 (or 0xC3C158) is known color: Wild Willow. HEX triplet: C3, C1 and 58. RGB value is (195,193,88). Sum of RGB (Red+Green+Blue) = 195+193+88=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C158 is #3C3EA7. Grayscale: #B6B6B6. Windows color (decimal): -3948200 or 5816771. OLE color: 5816771.
HSL color Cylindrical-coordinate representation of color #C3C158: hue angle of 58.88º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3C158 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 88 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.24 |
| HSL | 58.88º | 0.47% | 0.55% | - |
| HSV(B) | 58.88º | 0.55% | 0.76% | - |
| XYZ | 43.34 | 50.45 | 16.69 | - |
| YUV | 181.63 | 75.16 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 88 | 0 | 0.01 | 0.55 | 0.24 | 58.88 | 0.47 | 0.55 |
| Hex | C3 | C1 | 58 | 0 | 1 | 37 | 18 | 3B | 2F | 37 |
| Octal | 303 | 301 | 130 | 0 | 1 | 67 | 30 | 73 | 57 | 67 |
| Binary | 11000011 | 11000001 | 1011000 | 0 | 1 | 110111 | 11000 | 111011 | 101111 | 110111 |
Color Harmonies of #C3C158
Complementary color
Monochromatic Colors of #C3C158
Black with #C3C158
Text Example
Text Example
White with #C3C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C158; }
p { color: rgb(195,193,88); }
H1.HeaderClassName
{
color: #C3C158;
}
.AnyTagClassName
{
color: #C3C158;
}
</style>
background-color css
<style>
a { background-color: #C3C158; }
a { background-color: rgb(195,193,88); }
div.DivClassName
{
background-color: #C3C158;
}
.BgClassName
{
background-color: #C3C158;
}
</style>
border-color css
<style>
span { border-color: #C3C158; }
span { border-color: rgb(195,193,88); }
td.TdClassName
{
border-color: #C3C158;
}
.TagClassName
{
border-color: #C3C158;
}
</style>