Shades of Wild Willow #C2C15A
Tints of Wild Willow #C2C15A
RGB
CMYK
RGB Variations
Color information
#C2C15A (or 0xC2C15A) is known color: Wild Willow. HEX triplet: C2, C1 and 5A. RGB value is (194,193,90). Sum of RGB (Red+Green+Blue) = 194+193+90=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C15A is #3D3EA5. Grayscale: #B5B5B5. Windows color (decimal): -4013734 or 5947842. OLE color: 5947842.
HSL color Cylindrical-coordinate representation of color #C2C15A: hue angle of 59.42º degrees, saturation: 0.46, 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 #C2C15A is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 193 | 90 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.24 |
| HSL | 59.42º | 0.46% | 0.56% | - |
| HSV(B) | 59.42º | 0.54% | 0.76% | - |
| XYZ | 43.16 | 50.35 | 17.12 | - |
| YUV | 181.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 90 | 0 | 0.01 | 0.54 | 0.24 | 59.42 | 0.46 | 0.56 |
| Hex | C2 | C1 | 5A | 0 | 1 | 36 | 18 | 3B | 2E | 38 |
| Octal | 302 | 301 | 132 | 0 | 1 | 66 | 30 | 73 | 56 | 70 |
| Binary | 11000010 | 11000001 | 1011010 | 0 | 1 | 110110 | 11000 | 111011 | 101110 | 111000 |
Color Harmonies of #C2C15A
Complementary color
Monochromatic Colors of #C2C15A
Black with #C2C15A
Text Example
Text Example
White with #C2C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C15A; }
p { color: rgb(194,193,90); }
H1.HeaderClassName
{
color: #C2C15A;
}
.AnyTagClassName
{
color: #C2C15A;
}
</style>
background-color css
<style>
a { background-color: #C2C15A; }
a { background-color: rgb(194,193,90); }
div.DivClassName
{
background-color: #C2C15A;
}
.BgClassName
{
background-color: #C2C15A;
}
</style>
border-color css
<style>
span { border-color: #C2C15A; }
span { border-color: rgb(194,193,90); }
td.TdClassName
{
border-color: #C2C15A;
}
.TagClassName
{
border-color: #C2C15A;
}
</style>