Shades of Wild Willow #C3C468
Tints of Wild Willow #C3C468
RGB
CMYK
RGB Variations
Color information
#C3C468 (or 0xC3C468) is known color: Wild Willow. HEX triplet: C3, C4 and 68. RGB value is (195,196,104). Sum of RGB (Red+Green+Blue) = 195+196+104=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C468 is #3C3B97. Grayscale: #B9B9B9. Windows color (decimal): -3947416 or 6866115. OLE color: 6866115.
HSL color Cylindrical-coordinate representation of color #C3C468: hue angle of 60.65º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3C468 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 104 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.23 |
| HSL | 60.65º | 0.44% | 0.59% | - |
| HSV(B) | 60.65º | 0.47% | 0.77% | - |
| XYZ | 44.74 | 52.08 | 20.79 | - |
| YUV | 185.21 | 82.17 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 104 | 0.01 | 0 | 0.47 | 0.23 | 60.65 | 0.44 | 0.59 |
| Hex | C3 | C4 | 68 | 1 | 0 | 2F | 17 | 3D | 2C | 3B |
| Octal | 303 | 304 | 150 | 1 | 0 | 57 | 27 | 75 | 54 | 73 |
| Binary | 11000011 | 11000100 | 1101000 | 1 | 0 | 101111 | 10111 | 111101 | 101100 | 111011 |
Color Harmonies of #C3C468
Complementary color
Monochromatic Colors of #C3C468
Black with #C3C468
Text Example
Text Example
White with #C3C468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C468; }
p { color: rgb(195,196,104); }
H1.HeaderClassName
{
color: #C3C468;
}
.AnyTagClassName
{
color: #C3C468;
}
</style>
background-color css
<style>
a { background-color: #C3C468; }
a { background-color: rgb(195,196,104); }
div.DivClassName
{
background-color: #C3C468;
}
.BgClassName
{
background-color: #C3C468;
}
</style>
border-color css
<style>
span { border-color: #C3C468; }
span { border-color: rgb(195,196,104); }
td.TdClassName
{
border-color: #C3C468;
}
.TagClassName
{
border-color: #C3C468;
}
</style>