Shades of Wild Willow #C3CC71
Tints of Wild Willow #C3CC71
RGB
CMYK
RGB Variations
Color information
#C3CC71 (or 0xC3CC71) is known color: Wild Willow. HEX triplet: C3, CC and 71. RGB value is (195,204,113). Sum of RGB (Red+Green+Blue) = 195+204+113=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CC71 is #3C338E. Grayscale: #BFBFBF. Windows color (decimal): -3945359 or 7457987. OLE color: 7457987.
HSL color Cylindrical-coordinate representation of color #C3CC71: hue angle of 65.93º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3CC71 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 204 | 113 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.2 |
| HSL | 65.93º | 0.47% | 0.62% | - |
| HSV(B) | 65.93º | 0.45% | 0.8% | - |
| XYZ | 47.08 | 55.98 | 23.95 | - |
| YUV | 190.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 113 | 0.04 | 0 | 0.45 | 0.2 | 65.93 | 0.47 | 0.62 |
| Hex | C3 | CC | 71 | 4 | 0 | 2D | 14 | 42 | 2F | 3E |
| Octal | 303 | 314 | 161 | 4 | 0 | 55 | 24 | 102 | 57 | 76 |
| Binary | 11000011 | 11001100 | 1110001 | 100 | 0 | 101101 | 10100 | 1000010 | 101111 | 111110 |
Color Harmonies of #C3CC71
Complementary color
Monochromatic Colors of #C3CC71
Black with #C3CC71
Text Example
Text Example
White with #C3CC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CC71; }
p { color: rgb(195,204,113); }
H1.HeaderClassName
{
color: #C3CC71;
}
.AnyTagClassName
{
color: #C3CC71;
}
</style>
background-color css
<style>
a { background-color: #C3CC71; }
a { background-color: rgb(195,204,113); }
div.DivClassName
{
background-color: #C3CC71;
}
.BgClassName
{
background-color: #C3CC71;
}
</style>
border-color css
<style>
span { border-color: #C3CC71; }
span { border-color: rgb(195,204,113); }
td.TdClassName
{
border-color: #C3CC71;
}
.TagClassName
{
border-color: #C3CC71;
}
</style>