Shades of Wild Willow #C2C259
Tints of Wild Willow #C2C259
RGB
CMYK
RGB Variations
Color information
#C2C259 (or 0xC2C259) is known color: Wild Willow. HEX triplet: C2, C2 and 59. RGB value is (194,194,89). Sum of RGB (Red+Green+Blue) = 194+194+89=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C259 is #3D3DA6. Grayscale: #B6B6B6. Windows color (decimal): -4013479 or 5882562. OLE color: 5882562.
HSL color Cylindrical-coordinate representation of color #C2C259: 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 #C2C259 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 194 | 89 | - |
| CMYK | 0 | 0 | 0.54 | 0.24 |
| HSL | 60º | 0.46% | 0.55% | - |
| HSV(B) | 60º | 0.54% | 0.76% | - |
| XYZ | 43.34 | 50.77 | 16.97 | - |
| YUV | 182.03 | 75.5 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 194 | 89 | 0 | 0 | 0.54 | 0.24 | 60 | 0.46 | 0.55 |
| Hex | C2 | C2 | 59 | 0 | 0 | 36 | 18 | 3C | 2E | 37 |
| Octal | 302 | 302 | 131 | 0 | 0 | 66 | 30 | 74 | 56 | 67 |
| Binary | 11000010 | 11000010 | 1011001 | 0 | 0 | 110110 | 11000 | 111100 | 101110 | 110111 |
Color Harmonies of #C2C259
Complementary color
Monochromatic Colors of #C2C259
Black with #C2C259
Text Example
Text Example
White with #C2C259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C259; }
p { color: rgb(194,194,89); }
H1.HeaderClassName
{
color: #C2C259;
}
.AnyTagClassName
{
color: #C2C259;
}
</style>
background-color css
<style>
a { background-color: #C2C259; }
a { background-color: rgb(194,194,89); }
div.DivClassName
{
background-color: #C2C259;
}
.BgClassName
{
background-color: #C2C259;
}
</style>
border-color css
<style>
span { border-color: #C2C259; }
span { border-color: rgb(194,194,89); }
td.TdClassName
{
border-color: #C2C259;
}
.TagClassName
{
border-color: #C2C259;
}
</style>