Shades of Wild Willow #C8C660
Tints of Wild Willow #C8C660
RGB
CMYK
RGB Variations
Color information
#C8C660 (or 0xC8C660) is known color: Wild Willow. HEX triplet: C8, C6 and 60. RGB value is (200,198,96). Sum of RGB (Red+Green+Blue) = 200+198+96=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C660 is #37399F. Grayscale: #BBBBBB. Windows color (decimal): -3619232 or 6342344. OLE color: 6342344.
HSL color Cylindrical-coordinate representation of color #C8C660: hue angle of 58.85º 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 #C8C660 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 96 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.22 |
| HSL | 58.85º | 0.49% | 0.58% | - |
| HSV(B) | 58.85º | 0.52% | 0.78% | - |
| XYZ | 46.12 | 53.51 | 18.96 | - |
| YUV | 186.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 96 | 0 | 0.01 | 0.52 | 0.22 | 58.85 | 0.49 | 0.58 |
| Hex | C8 | C6 | 60 | 0 | 1 | 34 | 16 | 3B | 31 | 3A |
| Octal | 310 | 306 | 140 | 0 | 1 | 64 | 26 | 73 | 61 | 72 |
| Binary | 11001000 | 11000110 | 1100000 | 0 | 1 | 110100 | 10110 | 111011 | 110001 | 111010 |
Color Harmonies of #C8C660
Complementary color
Monochromatic Colors of #C8C660
Black with #C8C660
Text Example
Text Example
White with #C8C660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C660; }
p { color: rgb(200,198,96); }
H1.HeaderClassName
{
color: #C8C660;
}
.AnyTagClassName
{
color: #C8C660;
}
</style>
background-color css
<style>
a { background-color: #C8C660; }
a { background-color: rgb(200,198,96); }
div.DivClassName
{
background-color: #C8C660;
}
.BgClassName
{
background-color: #C8C660;
}
</style>
border-color css
<style>
span { border-color: #C8C660; }
span { border-color: rgb(200,198,96); }
td.TdClassName
{
border-color: #C8C660;
}
.TagClassName
{
border-color: #C8C660;
}
</style>