Shades of Wild Willow #C7CB51
Tints of Wild Willow #C7CB51
RGB
CMYK
RGB Variations
Color information
#C7CB51 (or 0xC7CB51) is known color: Wild Willow. HEX triplet: C7, CB and 51. RGB value is (199,203,81). Sum of RGB (Red+Green+Blue) = 199+203+81=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CB51 is #3834AE. Grayscale: #BCBCBC. Windows color (decimal): -3683503 or 5360583. OLE color: 5360583.
HSL color Cylindrical-coordinate representation of color #C7CB51: hue angle of 61.97º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7CB51 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 81 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.20 |
| HSL | 61.97º | 0.54% | 0.56% | - |
| HSV(B) | 61.97º | 0.6% | 0.8% | - |
| XYZ | 46.39 | 55.45 | 16.04 | - |
| YUV | 187.9 | 67.67 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 81 | 0.02 | 0 | 0.60 | 0.20 | 61.97 | 0.54 | 0.56 |
| Hex | C7 | CB | 51 | 2 | 0 | 3C | 14 | 3E | 36 | 38 |
| Octal | 307 | 313 | 121 | 2 | 0 | 74 | 24 | 76 | 66 | 70 |
| Binary | 11000111 | 11001011 | 1010001 | 10 | 0 | 111100 | 10100 | 111110 | 110110 | 111000 |
Color Harmonies of #C7CB51
Complementary color
Monochromatic Colors of #C7CB51
Black with #C7CB51
Text Example
Text Example
White with #C7CB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CB51; }
p { color: rgb(199,203,81); }
H1.HeaderClassName
{
color: #C7CB51;
}
.AnyTagClassName
{
color: #C7CB51;
}
</style>
background-color css
<style>
a { background-color: #C7CB51; }
a { background-color: rgb(199,203,81); }
div.DivClassName
{
background-color: #C7CB51;
}
.BgClassName
{
background-color: #C7CB51;
}
</style>
border-color css
<style>
span { border-color: #C7CB51; }
span { border-color: rgb(199,203,81); }
td.TdClassName
{
border-color: #C7CB51;
}
.TagClassName
{
border-color: #C7CB51;
}
</style>