Shades of Wild Willow #C7C567
Tints of Wild Willow #C7C567
RGB
CMYK
RGB Variations
Color information
#C7C567 (or 0xC7C567) is known color: Wild Willow. HEX triplet: C7, C5 and 67. RGB value is (199,197,103). Sum of RGB (Red+Green+Blue) = 199+197+103=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C567 is #383A98. Grayscale: #BBBBBB. Windows color (decimal): -3685017 or 6800839. OLE color: 6800839.
HSL color Cylindrical-coordinate representation of color #C7C567: hue angle of 58.75º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7C567 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 103 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.22 |
| HSL | 58.75º | 0.46% | 0.59% | - |
| HSV(B) | 58.75º | 0.48% | 0.78% | - |
| XYZ | 45.97 | 53.05 | 20.65 | - |
| YUV | 186.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 103 | 0 | 0.01 | 0.48 | 0.22 | 58.75 | 0.46 | 0.59 |
| Hex | C7 | C5 | 67 | 0 | 1 | 30 | 16 | 3B | 2E | 3B |
| Octal | 307 | 305 | 147 | 0 | 1 | 60 | 26 | 73 | 56 | 73 |
| Binary | 11000111 | 11000101 | 1100111 | 0 | 1 | 110000 | 10110 | 111011 | 101110 | 111011 |
Color Harmonies of #C7C567
Complementary color
Monochromatic Colors of #C7C567
Black with #C7C567
Text Example
Text Example
White with #C7C567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C567; }
p { color: rgb(199,197,103); }
H1.HeaderClassName
{
color: #C7C567;
}
.AnyTagClassName
{
color: #C7C567;
}
</style>
background-color css
<style>
a { background-color: #C7C567; }
a { background-color: rgb(199,197,103); }
div.DivClassName
{
background-color: #C7C567;
}
.BgClassName
{
background-color: #C7C567;
}
</style>
border-color css
<style>
span { border-color: #C7C567; }
span { border-color: rgb(199,197,103); }
td.TdClassName
{
border-color: #C7C567;
}
.TagClassName
{
border-color: #C7C567;
}
</style>