Shades of Wild Willow #C8C462
Tints of Wild Willow #C8C462
RGB
CMYK
RGB Variations
Color information
#C8C462 (or 0xC8C462) is known color: Wild Willow. HEX triplet: C8, C4 and 62. RGB value is (200,196,98). Sum of RGB (Red+Green+Blue) = 200+196+98=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C462 is #373B9D. Grayscale: #BABABA. Windows color (decimal): -3619742 or 6472904. OLE color: 6472904.
HSL color Cylindrical-coordinate representation of color #C8C462: hue angle of 57.65º 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 #C8C462 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 98 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.22 |
| HSL | 57.65º | 0.48% | 0.58% | - |
| HSV(B) | 57.65º | 0.51% | 0.78% | - |
| XYZ | 45.76 | 52.64 | 19.3 | - |
| YUV | 186.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 98 | 0 | 0.02 | 0.51 | 0.22 | 57.65 | 0.48 | 0.58 |
| Hex | C8 | C4 | 62 | 0 | 2 | 33 | 16 | 3A | 30 | 3A |
| Octal | 310 | 304 | 142 | 0 | 2 | 63 | 26 | 72 | 60 | 72 |
| Binary | 11001000 | 11000100 | 1100010 | 0 | 10 | 110011 | 10110 | 111010 | 110000 | 111010 |
Color Harmonies of #C8C462
Complementary color
Monochromatic Colors of #C8C462
Black with #C8C462
Text Example
Text Example
White with #C8C462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C462; }
p { color: rgb(200,196,98); }
H1.HeaderClassName
{
color: #C8C462;
}
.AnyTagClassName
{
color: #C8C462;
}
</style>
background-color css
<style>
a { background-color: #C8C462; }
a { background-color: rgb(200,196,98); }
div.DivClassName
{
background-color: #C8C462;
}
.BgClassName
{
background-color: #C8C462;
}
</style>
border-color css
<style>
span { border-color: #C8C462; }
span { border-color: rgb(200,196,98); }
td.TdClassName
{
border-color: #C8C462;
}
.TagClassName
{
border-color: #C8C462;
}
</style>