Shades of Wild Willow #C7C356
Tints of Wild Willow #C7C356
RGB
CMYK
RGB Variations
Color information
#C7C356 (or 0xC7C356) is known color: Wild Willow. HEX triplet: C7, C3 and 56. RGB value is (199,195,86). Sum of RGB (Red+Green+Blue) = 199+195+86=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 86 (33.98% from 255 or 17.92% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C356 is #383CA9. Grayscale: #B8B8B8. Windows color (decimal): -3685546 or 5686215. OLE color: 5686215.
HSL color Cylindrical-coordinate representation of color #C7C356: hue angle of 57.88º degrees, saturation: 0.5, 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 #C7C356 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 86 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.22 |
| HSL | 57.88º | 0.5% | 0.56% | - |
| HSV(B) | 57.88º | 0.57% | 0.78% | - |
| XYZ | 44.75 | 51.84 | 16.45 | - |
| YUV | 183.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 86 | 0 | 0.02 | 0.57 | 0.22 | 57.88 | 0.5 | 0.56 |
| Hex | C7 | C3 | 56 | 0 | 2 | 39 | 16 | 3A | 32 | 38 |
| Octal | 307 | 303 | 126 | 0 | 2 | 71 | 26 | 72 | 62 | 70 |
| Binary | 11000111 | 11000011 | 1010110 | 0 | 10 | 111001 | 10110 | 111010 | 110010 | 111000 |
Color Harmonies of #C7C356
Complementary color
Monochromatic Colors of #C7C356
Black with #C7C356
Text Example
Text Example
White with #C7C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C356; }
p { color: rgb(199,195,86); }
H1.HeaderClassName
{
color: #C7C356;
}
.AnyTagClassName
{
color: #C7C356;
}
</style>
background-color css
<style>
a { background-color: #C7C356; }
a { background-color: rgb(199,195,86); }
div.DivClassName
{
background-color: #C7C356;
}
.BgClassName
{
background-color: #C7C356;
}
</style>
border-color css
<style>
span { border-color: #C7C356; }
span { border-color: rgb(199,195,86); }
td.TdClassName
{
border-color: #C7C356;
}
.TagClassName
{
border-color: #C7C356;
}
</style>