Shades of Wild Willow #C7C352
Tints of Wild Willow #C7C352
RGB
CMYK
RGB Variations
Color information
#C7C352 (or 0xC7C352) is known color: Wild Willow. HEX triplet: C7, C3 and 52. RGB value is (199,195,82). Sum of RGB (Red+Green+Blue) = 199+195+82=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C352 is #383CAD. Grayscale: #B7B7B7. Windows color (decimal): -3685550 or 5424071. OLE color: 5424071.
HSL color Cylindrical-coordinate representation of color #C7C352: hue angle of 57.95º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7C352 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 82 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.22 |
| HSL | 57.95º | 0.51% | 0.55% | - |
| HSV(B) | 57.95º | 0.59% | 0.78% | - |
| XYZ | 44.59 | 51.78 | 15.63 | - |
| YUV | 183.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 82 | 0 | 0.02 | 0.59 | 0.22 | 57.95 | 0.51 | 0.55 |
| Hex | C7 | C3 | 52 | 0 | 2 | 3B | 16 | 3A | 33 | 37 |
| Octal | 307 | 303 | 122 | 0 | 2 | 73 | 26 | 72 | 63 | 67 |
| Binary | 11000111 | 11000011 | 1010010 | 0 | 10 | 111011 | 10110 | 111010 | 110011 | 110111 |
Color Harmonies of #C7C352
Complementary color
Monochromatic Colors of #C7C352
Black with #C7C352
Text Example
Text Example
White with #C7C352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C352; }
p { color: rgb(199,195,82); }
H1.HeaderClassName
{
color: #C7C352;
}
.AnyTagClassName
{
color: #C7C352;
}
</style>
background-color css
<style>
a { background-color: #C7C352; }
a { background-color: rgb(199,195,82); }
div.DivClassName
{
background-color: #C7C352;
}
.BgClassName
{
background-color: #C7C352;
}
</style>
border-color css
<style>
span { border-color: #C7C352; }
span { border-color: rgb(199,195,82); }
td.TdClassName
{
border-color: #C7C352;
}
.TagClassName
{
border-color: #C7C352;
}
</style>