Shades of Wild Willow #C3C66C
Tints of Wild Willow #C3C66C
RGB
CMYK
RGB Variations
Color information
#C3C66C (or 0xC3C66C) is known color: Wild Willow. HEX triplet: C3, C6 and 6C. RGB value is (195,198,108). Sum of RGB (Red+Green+Blue) = 195+198+108=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C66C is #3C3993. Grayscale: #BBBBBB. Windows color (decimal): -3946900 or 7128771. OLE color: 7128771.
HSL color Cylindrical-coordinate representation of color #C3C66C: hue angle of 62º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3C66C is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 108 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.22 |
| HSL | 62º | 0.44% | 0.6% | - |
| HSV(B) | 62º | 0.45% | 0.78% | - |
| XYZ | 45.41 | 53.07 | 22.04 | - |
| YUV | 186.84 | 83.51 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 108 | 0.02 | 0 | 0.45 | 0.22 | 62 | 0.44 | 0.6 |
| Hex | C3 | C6 | 6C | 2 | 0 | 2D | 16 | 3E | 2C | 3C |
| Octal | 303 | 306 | 154 | 2 | 0 | 55 | 26 | 76 | 54 | 74 |
| Binary | 11000011 | 11000110 | 1101100 | 10 | 0 | 101101 | 10110 | 111110 | 101100 | 111100 |
Color Harmonies of #C3C66C
Complementary color
Monochromatic Colors of #C3C66C
Black with #C3C66C
Text Example
Text Example
White with #C3C66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C66C; }
p { color: rgb(195,198,108); }
H1.HeaderClassName
{
color: #C3C66C;
}
.AnyTagClassName
{
color: #C3C66C;
}
</style>
background-color css
<style>
a { background-color: #C3C66C; }
a { background-color: rgb(195,198,108); }
div.DivClassName
{
background-color: #C3C66C;
}
.BgClassName
{
background-color: #C3C66C;
}
</style>
border-color css
<style>
span { border-color: #C3C66C; }
span { border-color: rgb(195,198,108); }
td.TdClassName
{
border-color: #C3C66C;
}
.TagClassName
{
border-color: #C3C66C;
}
</style>