Shades of Rio Grande #C7D616
Tints of Rio Grande #C7D616
RGB
CMYK
RGB Variations
Color information
#C7D616 (or 0xC7D616) is known color: Rio Grande. HEX triplet: C7, D6 and 16. RGB value is (199,214,22). Sum of RGB (Red+Green+Blue) = 199+214+22=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D616 is #3829E9. Grayscale: #BCBCBC. Windows color (decimal): -3680746 or 1496775. OLE color: 1496775.
HSL color Cylindrical-coordinate representation of color #C7D616: hue angle of 64.69º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7D616 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 22 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.16 |
| HSL | 64.69º | 0.81% | 0.46% | - |
| HSV(B) | 64.69º | 0.9% | 0.84% | - |
| XYZ | 47.74 | 60.29 | 9.88 | - |
| YUV | 187.63 | 34.53 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 22 | 0.07 | 0 | 0.90 | 0.16 | 64.69 | 0.81 | 0.46 |
| Hex | C7 | D6 | 16 | 7 | 0 | 5A | 10 | 41 | 51 | 2E |
| Octal | 307 | 326 | 26 | 7 | 0 | 132 | 20 | 101 | 121 | 56 |
| Binary | 11000111 | 11010110 | 10110 | 111 | 0 | 1011010 | 10000 | 1000001 | 1010001 | 101110 |
Color Harmonies of #C7D616
Complementary color
Monochromatic Colors of #C7D616
Black with #C7D616
Text Example
Text Example
White with #C7D616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D616; }
p { color: rgb(199,214,22); }
H1.HeaderClassName
{
color: #C7D616;
}
.AnyTagClassName
{
color: #C7D616;
}
</style>
background-color css
<style>
a { background-color: #C7D616; }
a { background-color: rgb(199,214,22); }
div.DivClassName
{
background-color: #C7D616;
}
.BgClassName
{
background-color: #C7D616;
}
</style>
border-color css
<style>
span { border-color: #C7D616; }
span { border-color: rgb(199,214,22); }
td.TdClassName
{
border-color: #C7D616;
}
.TagClassName
{
border-color: #C7D616;
}
</style>