Shades of Wild Willow #C3CC52
Tints of Wild Willow #C3CC52
RGB
CMYK
RGB Variations
Color information
#C3CC52 (or 0xC3CC52) is known color: Wild Willow. HEX triplet: C3, CC and 52. RGB value is (195,204,82). Sum of RGB (Red+Green+Blue) = 195+204+82=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CC52 is #3C33AD. Grayscale: #BBBBBB. Windows color (decimal): -3945390 or 5426371. OLE color: 5426371.
HSL color Cylindrical-coordinate representation of color #C3CC52: hue angle of 64.43º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3CC52 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 204 | 82 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.2 |
| HSL | 64.43º | 0.54% | 0.56% | - |
| HSV(B) | 64.43º | 0.6% | 0.8% | - |
| XYZ | 45.62 | 55.4 | 16.27 | - |
| YUV | 187.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 82 | 0.04 | 0 | 0.60 | 0.2 | 64.43 | 0.54 | 0.56 |
| Hex | C3 | CC | 52 | 4 | 0 | 3C | 14 | 40 | 36 | 38 |
| Octal | 303 | 314 | 122 | 4 | 0 | 74 | 24 | 100 | 66 | 70 |
| Binary | 11000011 | 11001100 | 1010010 | 100 | 0 | 111100 | 10100 | 1000000 | 110110 | 111000 |
Color Harmonies of #C3CC52
Complementary color
Monochromatic Colors of #C3CC52
Black with #C3CC52
Text Example
Text Example
White with #C3CC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CC52; }
p { color: rgb(195,204,82); }
H1.HeaderClassName
{
color: #C3CC52;
}
.AnyTagClassName
{
color: #C3CC52;
}
</style>
background-color css
<style>
a { background-color: #C3CC52; }
a { background-color: rgb(195,204,82); }
div.DivClassName
{
background-color: #C3CC52;
}
.BgClassName
{
background-color: #C3CC52;
}
</style>
border-color css
<style>
span { border-color: #C3CC52; }
span { border-color: rgb(195,204,82); }
td.TdClassName
{
border-color: #C3CC52;
}
.TagClassName
{
border-color: #C3CC52;
}
</style>