Shades of Rio Grande #C0C519
Tints of Rio Grande #C0C519
RGB
CMYK
RGB Variations
Color information
#C0C519 (or 0xC0C519) is known color: Rio Grande. HEX triplet: C0, C5 and 19. RGB value is (192,197,25). Sum of RGB (Red+Green+Blue) = 192+197+25=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C519 is #3F3AE6. Grayscale: #B0B0B0. Windows color (decimal): -4143847 or 1689024. OLE color: 1689024.
HSL color Cylindrical-coordinate representation of color #C0C519: hue angle of 61.74º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0C519 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 25 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.23 |
| HSL | 61.74º | 0.77% | 0.44% | - |
| HSV(B) | 61.74º | 0.87% | 0.77% | - |
| XYZ | 41.88 | 51.21 | 8.6 | - |
| YUV | 175.9 | 42.84 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 25 | 0.03 | 0 | 0.87 | 0.23 | 61.74 | 0.77 | 0.44 |
| Hex | C0 | C5 | 19 | 3 | 0 | 57 | 17 | 3E | 4D | 2C |
| Octal | 300 | 305 | 31 | 3 | 0 | 127 | 27 | 76 | 115 | 54 |
| Binary | 11000000 | 11000101 | 11001 | 11 | 0 | 1010111 | 10111 | 111110 | 1001101 | 101100 |
Color Harmonies of #C0C519
Complementary color
Monochromatic Colors of #C0C519
Black with #C0C519
Text Example
Text Example
White with #C0C519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C519; }
p { color: rgb(192,197,25); }
H1.HeaderClassName
{
color: #C0C519;
}
.AnyTagClassName
{
color: #C0C519;
}
</style>
background-color css
<style>
a { background-color: #C0C519; }
a { background-color: rgb(192,197,25); }
div.DivClassName
{
background-color: #C0C519;
}
.BgClassName
{
background-color: #C0C519;
}
</style>
border-color css
<style>
span { border-color: #C0C519; }
span { border-color: rgb(192,197,25); }
td.TdClassName
{
border-color: #C0C519;
}
.TagClassName
{
border-color: #C0C519;
}
</style>