Shades of Wild Willow #C8C356
Tints of Wild Willow #C8C356
RGB
CMYK
RGB Variations
Color information
#C8C356 (or 0xC8C356) is known color: Wild Willow. HEX triplet: C8, C3 and 56. RGB value is (200,195,86). Sum of RGB (Red+Green+Blue) = 200+195+86=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C356 is #373CA9. Grayscale: #B8B8B8. Windows color (decimal): -3620010 or 5686216. OLE color: 5686216.
HSL color Cylindrical-coordinate representation of color #C8C356: hue angle of 57.37º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8C356 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 86 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.22 |
| HSL | 57.37º | 0.51% | 0.56% | - |
| HSV(B) | 57.37º | 0.57% | 0.78% | - |
| XYZ | 45.01 | 51.98 | 16.47 | - |
| YUV | 184.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 86 | 0 | 0.02 | 0.57 | 0.22 | 57.37 | 0.51 | 0.56 |
| Hex | C8 | C3 | 56 | 0 | 2 | 39 | 16 | 39 | 33 | 38 |
| Octal | 310 | 303 | 126 | 0 | 2 | 71 | 26 | 71 | 63 | 70 |
| Binary | 11001000 | 11000011 | 1010110 | 0 | 10 | 111001 | 10110 | 111001 | 110011 | 111000 |
Color Harmonies of #C8C356
Complementary color
Monochromatic Colors of #C8C356
Black with #C8C356
Text Example
Text Example
White with #C8C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C356; }
p { color: rgb(200,195,86); }
H1.HeaderClassName
{
color: #C8C356;
}
.AnyTagClassName
{
color: #C8C356;
}
</style>
background-color css
<style>
a { background-color: #C8C356; }
a { background-color: rgb(200,195,86); }
div.DivClassName
{
background-color: #C8C356;
}
.BgClassName
{
background-color: #C8C356;
}
</style>
border-color css
<style>
span { border-color: #C8C356; }
span { border-color: rgb(200,195,86); }
td.TdClassName
{
border-color: #C8C356;
}
.TagClassName
{
border-color: #C8C356;
}
</style>