Shades of Wild Willow #C8C461
Tints of Wild Willow #C8C461
RGB
CMYK
RGB Variations
Color information
#C8C461 (or 0xC8C461) is known color: Wild Willow. HEX triplet: C8, C4 and 61. RGB value is (200,196,97). Sum of RGB (Red+Green+Blue) = 200+196+97=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C461 is #373B9E. Grayscale: #BABABA. Windows color (decimal): -3619743 or 6407368. OLE color: 6407368.
HSL color Cylindrical-coordinate representation of color #C8C461: hue angle of 57.67º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8C461 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 97 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.22 |
| HSL | 57.67º | 0.48% | 0.58% | - |
| HSV(B) | 57.67º | 0.52% | 0.78% | - |
| XYZ | 45.72 | 52.62 | 19.06 | - |
| YUV | 185.91 | 77.83 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 97 | 0 | 0.02 | 0.52 | 0.22 | 57.67 | 0.48 | 0.58 |
| Hex | C8 | C4 | 61 | 0 | 2 | 34 | 16 | 3A | 30 | 3A |
| Octal | 310 | 304 | 141 | 0 | 2 | 64 | 26 | 72 | 60 | 72 |
| Binary | 11001000 | 11000100 | 1100001 | 0 | 10 | 110100 | 10110 | 111010 | 110000 | 111010 |
Color Harmonies of #C8C461
Complementary color
Monochromatic Colors of #C8C461
Black with #C8C461
Text Example
Text Example
White with #C8C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C461; }
p { color: rgb(200,196,97); }
H1.HeaderClassName
{
color: #C8C461;
}
.AnyTagClassName
{
color: #C8C461;
}
</style>
background-color css
<style>
a { background-color: #C8C461; }
a { background-color: rgb(200,196,97); }
div.DivClassName
{
background-color: #C8C461;
}
.BgClassName
{
background-color: #C8C461;
}
</style>
border-color css
<style>
span { border-color: #C8C461; }
span { border-color: rgb(200,196,97); }
td.TdClassName
{
border-color: #C8C461;
}
.TagClassName
{
border-color: #C8C461;
}
</style>