Shades of Wild Willow #C3C365
Tints of Wild Willow #C3C365
RGB
CMYK
RGB Variations
Color information
#C3C365 (or 0xC3C365) is known color: Wild Willow. HEX triplet: C3, C3 and 65. RGB value is (195,195,101). Sum of RGB (Red+Green+Blue) = 195+195+101=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C365 is #3C3C9A. Grayscale: #B8B8B8. Windows color (decimal): -3947675 or 6669251. OLE color: 6669251.
HSL color Cylindrical-coordinate representation of color #C3C365: hue angle of 60º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3C365 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 195 | 101 | - |
| CMYK | 0 | 0 | 0.48 | 0.24 |
| HSL | 60º | 0.44% | 0.58% | - |
| HSV(B) | 60º | 0.48% | 0.76% | - |
| XYZ | 44.37 | 51.57 | 19.93 | - |
| YUV | 184.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 195 | 101 | 0 | 0 | 0.48 | 0.24 | 60 | 0.44 | 0.58 |
| Hex | C3 | C3 | 65 | 0 | 0 | 30 | 18 | 3C | 2C | 3A |
| Octal | 303 | 303 | 145 | 0 | 0 | 60 | 30 | 74 | 54 | 72 |
| Binary | 11000011 | 11000011 | 1100101 | 0 | 0 | 110000 | 11000 | 111100 | 101100 | 111010 |
Color Harmonies of #C3C365
Complementary color
Monochromatic Colors of #C3C365
Black with #C3C365
Text Example
Text Example
White with #C3C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C365; }
p { color: rgb(195,195,101); }
H1.HeaderClassName
{
color: #C3C365;
}
.AnyTagClassName
{
color: #C3C365;
}
</style>
background-color css
<style>
a { background-color: #C3C365; }
a { background-color: rgb(195,195,101); }
div.DivClassName
{
background-color: #C3C365;
}
.BgClassName
{
background-color: #C3C365;
}
</style>
border-color css
<style>
span { border-color: #C3C365; }
span { border-color: rgb(195,195,101); }
td.TdClassName
{
border-color: #C3C365;
}
.TagClassName
{
border-color: #C3C365;
}
</style>