Shades of Wild Willow #C5CF6B
Tints of Wild Willow #C5CF6B
RGB
CMYK
RGB Variations
Color information
#C5CF6B (or 0xC5CF6B) is known color: Wild Willow. HEX triplet: C5, CF and 6B. RGB value is (197,207,107). Sum of RGB (Red+Green+Blue) = 197+207+107=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF6B is #3A3094. Grayscale: #C1C1C1. Windows color (decimal): -3813525 or 7065541. OLE color: 7065541.
HSL color Cylindrical-coordinate representation of color #C5CF6B: hue angle of 66º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5CF6B is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 107 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.19 |
| HSL | 66º | 0.51% | 0.62% | - |
| HSV(B) | 66º | 0.48% | 0.81% | - |
| XYZ | 47.99 | 57.56 | 22.49 | - |
| YUV | 192.61 | 79.69 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 107 | 0.05 | 0 | 0.48 | 0.19 | 66 | 0.51 | 0.62 |
| Hex | C5 | CF | 6B | 5 | 0 | 30 | 13 | 42 | 33 | 3E |
| Octal | 305 | 317 | 153 | 5 | 0 | 60 | 23 | 102 | 63 | 76 |
| Binary | 11000101 | 11001111 | 1101011 | 101 | 0 | 110000 | 10011 | 1000010 | 110011 | 111110 |
Color Harmonies of #C5CF6B
Complementary color
Monochromatic Colors of #C5CF6B
Black with #C5CF6B
Text Example
Text Example
White with #C5CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF6B; }
p { color: rgb(197,207,107); }
H1.HeaderClassName
{
color: #C5CF6B;
}
.AnyTagClassName
{
color: #C5CF6B;
}
</style>
background-color css
<style>
a { background-color: #C5CF6B; }
a { background-color: rgb(197,207,107); }
div.DivClassName
{
background-color: #C5CF6B;
}
.BgClassName
{
background-color: #C5CF6B;
}
</style>
border-color css
<style>
span { border-color: #C5CF6B; }
span { border-color: rgb(197,207,107); }
td.TdClassName
{
border-color: #C5CF6B;
}
.TagClassName
{
border-color: #C5CF6B;
}
</style>