Shades of Wild Willow #C7C359
Tints of Wild Willow #C7C359
RGB
CMYK
RGB Variations
Color information
#C7C359 (or 0xC7C359) is known color: Wild Willow. HEX triplet: C7, C3 and 59. RGB value is (199,195,89). Sum of RGB (Red+Green+Blue) = 199+195+89=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C359 is #383CA6. Grayscale: #B8B8B8. Windows color (decimal): -3685543 or 5882823. OLE color: 5882823.
HSL color Cylindrical-coordinate representation of color #C7C359: hue angle of 57.82º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7C359 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 89 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.22 |
| HSL | 57.82º | 0.5% | 0.56% | - |
| HSV(B) | 57.82º | 0.55% | 0.78% | - |
| XYZ | 44.87 | 51.89 | 17.1 | - |
| YUV | 184.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 89 | 0 | 0.02 | 0.55 | 0.22 | 57.82 | 0.5 | 0.56 |
| Hex | C7 | C3 | 59 | 0 | 2 | 37 | 16 | 3A | 32 | 38 |
| Octal | 307 | 303 | 131 | 0 | 2 | 67 | 26 | 72 | 62 | 70 |
| Binary | 11000111 | 11000011 | 1011001 | 0 | 10 | 110111 | 10110 | 111010 | 110010 | 111000 |
Color Harmonies of #C7C359
Complementary color
Monochromatic Colors of #C7C359
Black with #C7C359
Text Example
Text Example
White with #C7C359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C359; }
p { color: rgb(199,195,89); }
H1.HeaderClassName
{
color: #C7C359;
}
.AnyTagClassName
{
color: #C7C359;
}
</style>
background-color css
<style>
a { background-color: #C7C359; }
a { background-color: rgb(199,195,89); }
div.DivClassName
{
background-color: #C7C359;
}
.BgClassName
{
background-color: #C7C359;
}
</style>
border-color css
<style>
span { border-color: #C7C359; }
span { border-color: rgb(199,195,89); }
td.TdClassName
{
border-color: #C7C359;
}
.TagClassName
{
border-color: #C7C359;
}
</style>