Shades of Wild Willow #C3CC6C
Tints of Wild Willow #C3CC6C
RGB
CMYK
RGB Variations
Color information
#C3CC6C (or 0xC3CC6C) is known color: Wild Willow. HEX triplet: C3, CC and 6C. RGB value is (195,204,108). Sum of RGB (Red+Green+Blue) = 195+204+108=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CC6C is #3C3393. Grayscale: #BEBEBE. Windows color (decimal): -3945364 or 7130307. OLE color: 7130307.
HSL color Cylindrical-coordinate representation of color #C3CC6C: hue angle of 65.62º 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 #C3CC6C is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 204 | 108 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.2 |
| HSL | 65.63º | 0.48% | 0.61% | - |
| HSV(B) | 65.63º | 0.47% | 0.8% | - |
| XYZ | 46.81 | 55.87 | 22.5 | - |
| YUV | 190.37 | 81.52 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 108 | 0.04 | 0 | 0.47 | 0.2 | 65.63 | 0.48 | 0.61 |
| Hex | C3 | CC | 6C | 4 | 0 | 2F | 14 | 42 | 30 | 3D |
| Octal | 303 | 314 | 154 | 4 | 0 | 57 | 24 | 102 | 60 | 75 |
| Binary | 11000011 | 11001100 | 1101100 | 100 | 0 | 101111 | 10100 | 1000010 | 110000 | 111101 |
Color Harmonies of #C3CC6C
Complementary color
Monochromatic Colors of #C3CC6C
Black with #C3CC6C
Text Example
Text Example
White with #C3CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CC6C; }
p { color: rgb(195,204,108); }
H1.HeaderClassName
{
color: #C3CC6C;
}
.AnyTagClassName
{
color: #C3CC6C;
}
</style>
background-color css
<style>
a { background-color: #C3CC6C; }
a { background-color: rgb(195,204,108); }
div.DivClassName
{
background-color: #C3CC6C;
}
.BgClassName
{
background-color: #C3CC6C;
}
</style>
border-color css
<style>
span { border-color: #C3CC6C; }
span { border-color: rgb(195,204,108); }
td.TdClassName
{
border-color: #C3CC6C;
}
.TagClassName
{
border-color: #C3CC6C;
}
</style>