Shades of Rio Grande #C7D712
Tints of Rio Grande #C7D712
RGB
CMYK
RGB Variations
Color information
#C7D712 (or 0xC7D712) is known color: Rio Grande. HEX triplet: C7, D7 and 12. RGB value is (199,215,18). Sum of RGB (Red+Green+Blue) = 199+215+18=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D712 is #3828ED. Grayscale: #BCBCBC. Windows color (decimal): -3680494 or 1234887. OLE color: 1234887.
HSL color Cylindrical-coordinate representation of color #C7D712: hue angle of 64.87º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7D712 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 18 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.16 |
| HSL | 64.87º | 0.85% | 0.46% | - |
| HSV(B) | 64.87º | 0.92% | 0.84% | - |
| XYZ | 47.96 | 60.79 | 9.78 | - |
| YUV | 187.76 | 32.2 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 18 | 0.07 | 0 | 0.92 | 0.16 | 64.87 | 0.85 | 0.46 |
| Hex | C7 | D7 | 12 | 7 | 0 | 5C | 10 | 41 | 55 | 2E |
| Octal | 307 | 327 | 22 | 7 | 0 | 134 | 20 | 101 | 125 | 56 |
| Binary | 11000111 | 11010111 | 10010 | 111 | 0 | 1011100 | 10000 | 1000001 | 1010101 | 101110 |
Color Harmonies of #C7D712
Complementary color
Monochromatic Colors of #C7D712
Black with #C7D712
Text Example
Text Example
White with #C7D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D712; }
p { color: rgb(199,215,18); }
H1.HeaderClassName
{
color: #C7D712;
}
.AnyTagClassName
{
color: #C7D712;
}
</style>
background-color css
<style>
a { background-color: #C7D712; }
a { background-color: rgb(199,215,18); }
div.DivClassName
{
background-color: #C7D712;
}
.BgClassName
{
background-color: #C7D712;
}
</style>
border-color css
<style>
span { border-color: #C7D712; }
span { border-color: rgb(199,215,18); }
td.TdClassName
{
border-color: #C7D712;
}
.TagClassName
{
border-color: #C7D712;
}
</style>