Shades of Wild Willow #C2C05D
Tints of Wild Willow #C2C05D
RGB
CMYK
RGB Variations
Color information
#C2C05D (or 0xC2C05D) is known color: Wild Willow. HEX triplet: C2, C0 and 5D. RGB value is (194,192,93). Sum of RGB (Red+Green+Blue) = 194+192+93=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C05D is #3D3FA2. Grayscale: #B5B5B5. Windows color (decimal): -4013987 or 6144194. OLE color: 6144194.
HSL color Cylindrical-coordinate representation of color #C2C05D: hue angle of 58.81º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2C05D is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 93 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.24 |
| HSL | 58.81º | 0.45% | 0.56% | - |
| HSV(B) | 58.81º | 0.52% | 0.76% | - |
| XYZ | 43.07 | 49.96 | 17.73 | - |
| YUV | 181.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 93 | 0 | 0.01 | 0.52 | 0.24 | 58.81 | 0.45 | 0.56 |
| Hex | C2 | C0 | 5D | 0 | 1 | 34 | 18 | 3B | 2D | 38 |
| Octal | 302 | 300 | 135 | 0 | 1 | 64 | 30 | 73 | 55 | 70 |
| Binary | 11000010 | 11000000 | 1011101 | 0 | 1 | 110100 | 11000 | 111011 | 101101 | 111000 |
Color Harmonies of #C2C05D
Complementary color
Monochromatic Colors of #C2C05D
Black with #C2C05D
Text Example
Text Example
White with #C2C05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C05D; }
p { color: rgb(194,192,93); }
H1.HeaderClassName
{
color: #C2C05D;
}
.AnyTagClassName
{
color: #C2C05D;
}
</style>
background-color css
<style>
a { background-color: #C2C05D; }
a { background-color: rgb(194,192,93); }
div.DivClassName
{
background-color: #C2C05D;
}
.BgClassName
{
background-color: #C2C05D;
}
</style>
border-color css
<style>
span { border-color: #C2C05D; }
span { border-color: rgb(194,192,93); }
td.TdClassName
{
border-color: #C2C05D;
}
.TagClassName
{
border-color: #C2C05D;
}
</style>