Shades of Wild Willow #C3CC68
Tints of Wild Willow #C3CC68
RGB
CMYK
RGB Variations
Color information
#C3CC68 (or 0xC3CC68) is known color: Wild Willow. HEX triplet: C3, CC and 68. RGB value is (195,204,104). Sum of RGB (Red+Green+Blue) = 195+204+104=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CC68 is #3C3397. Grayscale: #BEBEBE. Windows color (decimal): -3945368 or 6868163. OLE color: 6868163.
HSL color Cylindrical-coordinate representation of color #C3CC68: hue angle of 65.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3CC68 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 204 | 104 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.2 |
| HSL | 65.4º | 0.5% | 0.6% | - |
| HSV(B) | 65.4º | 0.49% | 0.8% | - |
| XYZ | 46.6 | 55.79 | 21.41 | - |
| YUV | 189.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 104 | 0.04 | 0 | 0.49 | 0.2 | 65.4 | 0.5 | 0.6 |
| Hex | C3 | CC | 68 | 4 | 0 | 31 | 14 | 41 | 32 | 3C |
| Octal | 303 | 314 | 150 | 4 | 0 | 61 | 24 | 101 | 62 | 74 |
| Binary | 11000011 | 11001100 | 1101000 | 100 | 0 | 110001 | 10100 | 1000001 | 110010 | 111100 |
Color Harmonies of #C3CC68
Complementary color
Monochromatic Colors of #C3CC68
Black with #C3CC68
Text Example
Text Example
White with #C3CC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CC68; }
p { color: rgb(195,204,104); }
H1.HeaderClassName
{
color: #C3CC68;
}
.AnyTagClassName
{
color: #C3CC68;
}
</style>
background-color css
<style>
a { background-color: #C3CC68; }
a { background-color: rgb(195,204,104); }
div.DivClassName
{
background-color: #C3CC68;
}
.BgClassName
{
background-color: #C3CC68;
}
</style>
border-color css
<style>
span { border-color: #C3CC68; }
span { border-color: rgb(195,204,104); }
td.TdClassName
{
border-color: #C3CC68;
}
.TagClassName
{
border-color: #C3CC68;
}
</style>