Shades of Wild Willow #C8C360
Tints of Wild Willow #C8C360
RGB
CMYK
RGB Variations
Color information
#C8C360 (or 0xC8C360) is known color: Wild Willow. HEX triplet: C8, C3 and 60. RGB value is (200,195,96). Sum of RGB (Red+Green+Blue) = 200+195+96=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C360 is #373C9F. Grayscale: #B9B9B9. Windows color (decimal): -3620000 or 6341576. OLE color: 6341576.
HSL color Cylindrical-coordinate representation of color #C8C360: hue angle of 57.12º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8C360 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 96 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.22 |
| HSL | 57.12º | 0.49% | 0.58% | - |
| HSV(B) | 57.12º | 0.52% | 0.78% | - |
| XYZ | 45.45 | 52.15 | 18.74 | - |
| YUV | 185.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 96 | 0 | 0.02 | 0.52 | 0.22 | 57.12 | 0.49 | 0.58 |
| Hex | C8 | C3 | 60 | 0 | 2 | 34 | 16 | 39 | 31 | 3A |
| Octal | 310 | 303 | 140 | 0 | 2 | 64 | 26 | 71 | 61 | 72 |
| Binary | 11001000 | 11000011 | 1100000 | 0 | 10 | 110100 | 10110 | 111001 | 110001 | 111010 |
Color Harmonies of #C8C360
Complementary color
Monochromatic Colors of #C8C360
Black with #C8C360
Text Example
Text Example
White with #C8C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C360; }
p { color: rgb(200,195,96); }
H1.HeaderClassName
{
color: #C8C360;
}
.AnyTagClassName
{
color: #C8C360;
}
</style>
background-color css
<style>
a { background-color: #C8C360; }
a { background-color: rgb(200,195,96); }
div.DivClassName
{
background-color: #C8C360;
}
.BgClassName
{
background-color: #C8C360;
}
</style>
border-color css
<style>
span { border-color: #C8C360; }
span { border-color: rgb(200,195,96); }
td.TdClassName
{
border-color: #C8C360;
}
.TagClassName
{
border-color: #C8C360;
}
</style>