Shades of Wild Willow #C8C362
Tints of Wild Willow #C8C362
RGB
CMYK
RGB Variations
Color information
#C8C362 (or 0xC8C362) is known color: Wild Willow. HEX triplet: C8, C3 and 62. RGB value is (200,195,98). Sum of RGB (Red+Green+Blue) = 200+195+98=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C362 is #373C9D. Grayscale: #B9B9B9. Windows color (decimal): -3619998 or 6472648. OLE color: 6472648.
HSL color Cylindrical-coordinate representation of color #C8C362: hue angle of 57.06º 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 #C8C362 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 98 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.22 |
| HSL | 57.06º | 0.48% | 0.58% | - |
| HSV(B) | 57.06º | 0.51% | 0.78% | - |
| XYZ | 45.54 | 52.19 | 19.23 | - |
| YUV | 185.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 98 | 0 | 0.02 | 0.51 | 0.22 | 57.06 | 0.48 | 0.58 |
| Hex | C8 | C3 | 62 | 0 | 2 | 33 | 16 | 39 | 30 | 3A |
| Octal | 310 | 303 | 142 | 0 | 2 | 63 | 26 | 71 | 60 | 72 |
| Binary | 11001000 | 11000011 | 1100010 | 0 | 10 | 110011 | 10110 | 111001 | 110000 | 111010 |
Color Harmonies of #C8C362
Complementary color
Monochromatic Colors of #C8C362
Black with #C8C362
Text Example
Text Example
White with #C8C362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C362; }
p { color: rgb(200,195,98); }
H1.HeaderClassName
{
color: #C8C362;
}
.AnyTagClassName
{
color: #C8C362;
}
</style>
background-color css
<style>
a { background-color: #C8C362; }
a { background-color: rgb(200,195,98); }
div.DivClassName
{
background-color: #C8C362;
}
.BgClassName
{
background-color: #C8C362;
}
</style>
border-color css
<style>
span { border-color: #C8C362; }
span { border-color: rgb(200,195,98); }
td.TdClassName
{
border-color: #C8C362;
}
.TagClassName
{
border-color: #C8C362;
}
</style>