Shades of Wild Willow #C3C05F
Tints of Wild Willow #C3C05F
RGB
CMYK
RGB Variations
Color information
#C3C05F (or 0xC3C05F) is known color: Wild Willow. HEX triplet: C3, C0 and 5F. RGB value is (195,192,95). Sum of RGB (Red+Green+Blue) = 195+192+95=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C05F is #3C3FA0. Grayscale: #B6B6B6. Windows color (decimal): -3948449 or 6275267. OLE color: 6275267.
HSL color Cylindrical-coordinate representation of color #C3C05F: hue angle of 58.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3C05F is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 95 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.24 |
| HSL | 58.2º | 0.45% | 0.57% | - |
| HSV(B) | 58.2º | 0.51% | 0.76% | - |
| XYZ | 43.42 | 50.13 | 18.21 | - |
| YUV | 181.84 | 78.99 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 95 | 0 | 0.02 | 0.51 | 0.24 | 58.2 | 0.45 | 0.57 |
| Hex | C3 | C0 | 5F | 0 | 2 | 33 | 18 | 3A | 2D | 39 |
| Octal | 303 | 300 | 137 | 0 | 2 | 63 | 30 | 72 | 55 | 71 |
| Binary | 11000011 | 11000000 | 1011111 | 0 | 10 | 110011 | 11000 | 111010 | 101101 | 111001 |
Color Harmonies of #C3C05F
Complementary color
Monochromatic Colors of #C3C05F
Black with #C3C05F
Text Example
Text Example
White with #C3C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C05F; }
p { color: rgb(195,192,95); }
H1.HeaderClassName
{
color: #C3C05F;
}
.AnyTagClassName
{
color: #C3C05F;
}
</style>
background-color css
<style>
a { background-color: #C3C05F; }
a { background-color: rgb(195,192,95); }
div.DivClassName
{
background-color: #C3C05F;
}
.BgClassName
{
background-color: #C3C05F;
}
</style>
border-color css
<style>
span { border-color: #C3C05F; }
span { border-color: rgb(195,192,95); }
td.TdClassName
{
border-color: #C3C05F;
}
.TagClassName
{
border-color: #C3C05F;
}
</style>