Shades of Wild Willow #C3C55C
Tints of Wild Willow #C3C55C
RGB
CMYK
RGB Variations
Color information
#C3C55C (or 0xC3C55C) is known color: Wild Willow. HEX triplet: C3, C5 and 5C. RGB value is (195,197,92). Sum of RGB (Red+Green+Blue) = 195+197+92=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C55C is #3C3AA3. Grayscale: #B8B8B8. Windows color (decimal): -3947172 or 6079939. OLE color: 6079939.
HSL color Cylindrical-coordinate representation of color #C3C55C: hue angle of 61.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3C55C is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 92 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.23 |
| HSL | 61.14º | 0.48% | 0.57% | - |
| HSV(B) | 61.14º | 0.53% | 0.77% | - |
| XYZ | 44.4 | 52.31 | 17.88 | - |
| YUV | 184.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 92 | 0.01 | 0 | 0.53 | 0.23 | 61.14 | 0.48 | 0.57 |
| Hex | C3 | C5 | 5C | 1 | 0 | 35 | 17 | 3D | 30 | 39 |
| Octal | 303 | 305 | 134 | 1 | 0 | 65 | 27 | 75 | 60 | 71 |
| Binary | 11000011 | 11000101 | 1011100 | 1 | 0 | 110101 | 10111 | 111101 | 110000 | 111001 |
Color Harmonies of #C3C55C
Complementary color
Monochromatic Colors of #C3C55C
Black with #C3C55C
Text Example
Text Example
White with #C3C55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C55C; }
p { color: rgb(195,197,92); }
H1.HeaderClassName
{
color: #C3C55C;
}
.AnyTagClassName
{
color: #C3C55C;
}
</style>
background-color css
<style>
a { background-color: #C3C55C; }
a { background-color: rgb(195,197,92); }
div.DivClassName
{
background-color: #C3C55C;
}
.BgClassName
{
background-color: #C3C55C;
}
</style>
border-color css
<style>
span { border-color: #C3C55C; }
span { border-color: rgb(195,197,92); }
td.TdClassName
{
border-color: #C3C55C;
}
.TagClassName
{
border-color: #C3C55C;
}
</style>