Shades of Wild Willow #C3C059
Tints of Wild Willow #C3C059
RGB
CMYK
RGB Variations
Color information
#C3C059 (or 0xC3C059) is known color: Wild Willow. HEX triplet: C3, C0 and 59. RGB value is (195,192,89). Sum of RGB (Red+Green+Blue) = 195+192+89=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C059 is #3C3FA6. Grayscale: #B5B5B5. Windows color (decimal): -3948455 or 5882051. OLE color: 5882051.
HSL color Cylindrical-coordinate representation of color #C3C059: hue angle of 58.3º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3C059 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 89 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.24 |
| HSL | 58.3º | 0.47% | 0.56% | - |
| HSV(B) | 58.3º | 0.54% | 0.76% | - |
| XYZ | 43.16 | 50.02 | 16.83 | - |
| YUV | 181.16 | 75.99 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 89 | 0 | 0.02 | 0.54 | 0.24 | 58.3 | 0.47 | 0.56 |
| Hex | C3 | C0 | 59 | 0 | 2 | 36 | 18 | 3A | 2F | 38 |
| Octal | 303 | 300 | 131 | 0 | 2 | 66 | 30 | 72 | 57 | 70 |
| Binary | 11000011 | 11000000 | 1011001 | 0 | 10 | 110110 | 11000 | 111010 | 101111 | 111000 |
Color Harmonies of #C3C059
Complementary color
Monochromatic Colors of #C3C059
Black with #C3C059
Text Example
Text Example
White with #C3C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C059; }
p { color: rgb(195,192,89); }
H1.HeaderClassName
{
color: #C3C059;
}
.AnyTagClassName
{
color: #C3C059;
}
</style>
background-color css
<style>
a { background-color: #C3C059; }
a { background-color: rgb(195,192,89); }
div.DivClassName
{
background-color: #C3C059;
}
.BgClassName
{
background-color: #C3C059;
}
</style>
border-color css
<style>
span { border-color: #C3C059; }
span { border-color: rgb(195,192,89); }
td.TdClassName
{
border-color: #C3C059;
}
.TagClassName
{
border-color: #C3C059;
}
</style>