Shades of Rio Grande #C7D710
Tints of Rio Grande #C7D710
RGB
CMYK
RGB Variations
Color information
#C7D710 (or 0xC7D710) is known color: Rio Grande. HEX triplet: C7, D7 and 10. RGB value is (199,215,16). Sum of RGB (Red+Green+Blue) = 199+215+16=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D710 is #3828EF. Grayscale: #BCBCBC. Windows color (decimal): -3680496 or 1103815. OLE color: 1103815.
HSL color Cylindrical-coordinate representation of color #C7D710: hue angle of 64.82º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7D710 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 16 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.16 |
| HSL | 64.82º | 0.86% | 0.45% | - |
| HSV(B) | 64.82º | 0.93% | 0.84% | - |
| XYZ | 47.95 | 60.78 | 9.69 | - |
| YUV | 187.53 | 31.2 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 16 | 0.07 | 0 | 0.93 | 0.16 | 64.82 | 0.86 | 0.45 |
| Hex | C7 | D7 | 10 | 7 | 0 | 5D | 10 | 41 | 56 | 2D |
| Octal | 307 | 327 | 20 | 7 | 0 | 135 | 20 | 101 | 126 | 55 |
| Binary | 11000111 | 11010111 | 10000 | 111 | 0 | 1011101 | 10000 | 1000001 | 1010110 | 101101 |
Color Harmonies of #C7D710
Complementary color
Monochromatic Colors of #C7D710
Black with #C7D710
Text Example
Text Example
White with #C7D710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D710; }
p { color: rgb(199,215,16); }
H1.HeaderClassName
{
color: #C7D710;
}
.AnyTagClassName
{
color: #C7D710;
}
</style>
background-color css
<style>
a { background-color: #C7D710; }
a { background-color: rgb(199,215,16); }
div.DivClassName
{
background-color: #C7D710;
}
.BgClassName
{
background-color: #C7D710;
}
</style>
border-color css
<style>
span { border-color: #C7D710; }
span { border-color: rgb(199,215,16); }
td.TdClassName
{
border-color: #C7D710;
}
.TagClassName
{
border-color: #C7D710;
}
</style>