Shades of Wild Willow #C3C55D
Tints of Wild Willow #C3C55D
RGB
CMYK
RGB Variations
Color information
#C3C55D (or 0xC3C55D) is known color: Wild Willow. HEX triplet: C3, C5 and 5D. RGB value is (195,197,93). Sum of RGB (Red+Green+Blue) = 195+197+93=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C55D is #3C3AA2. Grayscale: #B8B8B8. Windows color (decimal): -3947171 or 6145475. OLE color: 6145475.
HSL color Cylindrical-coordinate representation of color #C3C55D: hue angle of 61.15º degrees, saturation: 0.47, 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 #C3C55D is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 93 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.23 |
| HSL | 61.15º | 0.47% | 0.57% | - |
| HSV(B) | 61.15º | 0.53% | 0.77% | - |
| XYZ | 44.45 | 52.32 | 18.11 | - |
| YUV | 184.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 93 | 0.01 | 0 | 0.53 | 0.23 | 61.15 | 0.47 | 0.57 |
| Hex | C3 | C5 | 5D | 1 | 0 | 35 | 17 | 3D | 2F | 39 |
| Octal | 303 | 305 | 135 | 1 | 0 | 65 | 27 | 75 | 57 | 71 |
| Binary | 11000011 | 11000101 | 1011101 | 1 | 0 | 110101 | 10111 | 111101 | 101111 | 111001 |
Color Harmonies of #C3C55D
Complementary color
Monochromatic Colors of #C3C55D
Black with #C3C55D
Text Example
Text Example
White with #C3C55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C55D; }
p { color: rgb(195,197,93); }
H1.HeaderClassName
{
color: #C3C55D;
}
.AnyTagClassName
{
color: #C3C55D;
}
</style>
background-color css
<style>
a { background-color: #C3C55D; }
a { background-color: rgb(195,197,93); }
div.DivClassName
{
background-color: #C3C55D;
}
.BgClassName
{
background-color: #C3C55D;
}
</style>
border-color css
<style>
span { border-color: #C3C55D; }
span { border-color: rgb(195,197,93); }
td.TdClassName
{
border-color: #C3C55D;
}
.TagClassName
{
border-color: #C3C55D;
}
</style>