Shades of Wild Willow #C3CC6D
Tints of Wild Willow #C3CC6D
RGB
CMYK
RGB Variations
Color information
#C3CC6D (or 0xC3CC6D) is known color: Wild Willow. HEX triplet: C3, CC and 6D. RGB value is (195,204,109). Sum of RGB (Red+Green+Blue) = 195+204+109=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CC6D is #3C3392. Grayscale: #BEBEBE. Windows color (decimal): -3945363 or 7195843. OLE color: 7195843.
HSL color Cylindrical-coordinate representation of color #C3CC6D: hue angle of 65.68º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3CC6D is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 204 | 109 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.2 |
| HSL | 65.68º | 0.48% | 0.61% | - |
| HSV(B) | 65.68º | 0.47% | 0.8% | - |
| XYZ | 46.86 | 55.89 | 22.79 | - |
| YUV | 190.48 | 82.02 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 109 | 0.04 | 0 | 0.47 | 0.2 | 65.68 | 0.48 | 0.61 |
| Hex | C3 | CC | 6D | 4 | 0 | 2F | 14 | 42 | 30 | 3D |
| Octal | 303 | 314 | 155 | 4 | 0 | 57 | 24 | 102 | 60 | 75 |
| Binary | 11000011 | 11001100 | 1101101 | 100 | 0 | 101111 | 10100 | 1000010 | 110000 | 111101 |
Color Harmonies of #C3CC6D
Complementary color
Monochromatic Colors of #C3CC6D
Black with #C3CC6D
Text Example
Text Example
White with #C3CC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CC6D; }
p { color: rgb(195,204,109); }
H1.HeaderClassName
{
color: #C3CC6D;
}
.AnyTagClassName
{
color: #C3CC6D;
}
</style>
background-color css
<style>
a { background-color: #C3CC6D; }
a { background-color: rgb(195,204,109); }
div.DivClassName
{
background-color: #C3CC6D;
}
.BgClassName
{
background-color: #C3CC6D;
}
</style>
border-color css
<style>
span { border-color: #C3CC6D; }
span { border-color: rgb(195,204,109); }
td.TdClassName
{
border-color: #C3CC6D;
}
.TagClassName
{
border-color: #C3CC6D;
}
</style>