Shades of Wild Willow #C3C868
Tints of Wild Willow #C3C868
RGB
CMYK
RGB Variations
Color information
#C3C868 (or 0xC3C868) is known color: Wild Willow. HEX triplet: C3, C8 and 68. RGB value is (195,200,104). Sum of RGB (Red+Green+Blue) = 195+200+104=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C868 is #3C3797. Grayscale: #BBBBBB. Windows color (decimal): -3946392 or 6867139. OLE color: 6867139.
HSL color Cylindrical-coordinate representation of color #C3C868: hue angle of 63.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3C868 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 104 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.22 |
| HSL | 63.13º | 0.47% | 0.6% | - |
| HSV(B) | 63.13º | 0.48% | 0.78% | - |
| XYZ | 45.66 | 53.91 | 21.1 | - |
| YUV | 187.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 104 | 0.02 | 0 | 0.48 | 0.22 | 63.13 | 0.47 | 0.6 |
| Hex | C3 | C8 | 68 | 2 | 0 | 30 | 16 | 3F | 2F | 3C |
| Octal | 303 | 310 | 150 | 2 | 0 | 60 | 26 | 77 | 57 | 74 |
| Binary | 11000011 | 11001000 | 1101000 | 10 | 0 | 110000 | 10110 | 111111 | 101111 | 111100 |
Color Harmonies of #C3C868
Complementary color
Monochromatic Colors of #C3C868
Black with #C3C868
Text Example
Text Example
White with #C3C868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C868; }
p { color: rgb(195,200,104); }
H1.HeaderClassName
{
color: #C3C868;
}
.AnyTagClassName
{
color: #C3C868;
}
</style>
background-color css
<style>
a { background-color: #C3C868; }
a { background-color: rgb(195,200,104); }
div.DivClassName
{
background-color: #C3C868;
}
.BgClassName
{
background-color: #C3C868;
}
</style>
border-color css
<style>
span { border-color: #C3C868; }
span { border-color: rgb(195,200,104); }
td.TdClassName
{
border-color: #C3C868;
}
.TagClassName
{
border-color: #C3C868;
}
</style>