Shades of Wild Willow #C7CB4F
Tints of Wild Willow #C7CB4F
RGB
CMYK
RGB Variations
Color information
#C7CB4F (or 0xC7CB4F) is known color: Wild Willow. HEX triplet: C7, CB and 4F. RGB value is (199,203,79). Sum of RGB (Red+Green+Blue) = 199+203+79=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CB4F is #3834B0. Grayscale: #BCBCBC. Windows color (decimal): -3683505 or 5229511. OLE color: 5229511.
HSL color Cylindrical-coordinate representation of color #C7CB4F: hue angle of 61.94º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7CB4F is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 79 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.20 |
| HSL | 61.94º | 0.54% | 0.55% | - |
| HSV(B) | 61.94º | 0.61% | 0.8% | - |
| XYZ | 46.32 | 55.42 | 15.65 | - |
| YUV | 187.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 79 | 0.02 | 0 | 0.61 | 0.20 | 61.94 | 0.54 | 0.55 |
| Hex | C7 | CB | 4F | 2 | 0 | 3D | 14 | 3E | 36 | 37 |
| Octal | 307 | 313 | 117 | 2 | 0 | 75 | 24 | 76 | 66 | 67 |
| Binary | 11000111 | 11001011 | 1001111 | 10 | 0 | 111101 | 10100 | 111110 | 110110 | 110111 |
Color Harmonies of #C7CB4F
Complementary color
Monochromatic Colors of #C7CB4F
Black with #C7CB4F
Text Example
Text Example
White with #C7CB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CB4F; }
p { color: rgb(199,203,79); }
H1.HeaderClassName
{
color: #C7CB4F;
}
.AnyTagClassName
{
color: #C7CB4F;
}
</style>
background-color css
<style>
a { background-color: #C7CB4F; }
a { background-color: rgb(199,203,79); }
div.DivClassName
{
background-color: #C7CB4F;
}
.BgClassName
{
background-color: #C7CB4F;
}
</style>
border-color css
<style>
span { border-color: #C7CB4F; }
span { border-color: rgb(199,203,79); }
td.TdClassName
{
border-color: #C7CB4F;
}
.TagClassName
{
border-color: #C7CB4F;
}
</style>