Shades of Wild Willow #C5C15C
Tints of Wild Willow #C5C15C
RGB
CMYK
RGB Variations
Color information
#C5C15C (or 0xC5C15C) is known color: Wild Willow. HEX triplet: C5, C1 and 5C. RGB value is (197,193,92). Sum of RGB (Red+Green+Blue) = 197+193+92=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C15C is #3A3EA3. Grayscale: #B7B7B7. Windows color (decimal): -3817124 or 6078917. OLE color: 6078917.
HSL color Cylindrical-coordinate representation of color #C5C15C: hue angle of 57.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5C15C is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 92 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.23 |
| HSL | 57.71º | 0.48% | 0.57% | - |
| HSV(B) | 57.71º | 0.53% | 0.77% | - |
| XYZ | 44.03 | 50.78 | 17.61 | - |
| YUV | 182.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 92 | 0 | 0.02 | 0.53 | 0.23 | 57.71 | 0.48 | 0.57 |
| Hex | C5 | C1 | 5C | 0 | 2 | 35 | 17 | 3A | 30 | 39 |
| Octal | 305 | 301 | 134 | 0 | 2 | 65 | 27 | 72 | 60 | 71 |
| Binary | 11000101 | 11000001 | 1011100 | 0 | 10 | 110101 | 10111 | 111010 | 110000 | 111001 |
Color Harmonies of #C5C15C
Complementary color
Monochromatic Colors of #C5C15C
Black with #C5C15C
Text Example
Text Example
White with #C5C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C15C; }
p { color: rgb(197,193,92); }
H1.HeaderClassName
{
color: #C5C15C;
}
.AnyTagClassName
{
color: #C5C15C;
}
</style>
background-color css
<style>
a { background-color: #C5C15C; }
a { background-color: rgb(197,193,92); }
div.DivClassName
{
background-color: #C5C15C;
}
.BgClassName
{
background-color: #C5C15C;
}
</style>
border-color css
<style>
span { border-color: #C5C15C; }
span { border-color: rgb(197,193,92); }
td.TdClassName
{
border-color: #C5C15C;
}
.TagClassName
{
border-color: #C5C15C;
}
</style>