Shades of Rio Grande #C2C719
Tints of Rio Grande #C2C719
RGB
CMYK
RGB Variations
Color information
#C2C719 (or 0xC2C719) is known color: Rio Grande. HEX triplet: C2, C7 and 19. RGB value is (194,199,25). Sum of RGB (Red+Green+Blue) = 194+199+25=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C719 is #3D38E6. Grayscale: #B2B2B2. Windows color (decimal): -4012263 or 1689538. OLE color: 1689538.
HSL color Cylindrical-coordinate representation of color #C2C719: hue angle of 61.72º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2C719 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 199 | 25 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.22 |
| HSL | 61.72º | 0.78% | 0.44% | - |
| HSV(B) | 61.72º | 0.87% | 0.78% | - |
| XYZ | 42.85 | 52.39 | 8.77 | - |
| YUV | 177.67 | 41.84 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 199 | 25 | 0.03 | 0 | 0.87 | 0.22 | 61.72 | 0.78 | 0.44 |
| Hex | C2 | C7 | 19 | 3 | 0 | 57 | 16 | 3E | 4E | 2C |
| Octal | 302 | 307 | 31 | 3 | 0 | 127 | 26 | 76 | 116 | 54 |
| Binary | 11000010 | 11000111 | 11001 | 11 | 0 | 1010111 | 10110 | 111110 | 1001110 | 101100 |
Color Harmonies of #C2C719
Complementary color
Monochromatic Colors of #C2C719
Black with #C2C719
Text Example
Text Example
White with #C2C719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C719; }
p { color: rgb(194,199,25); }
H1.HeaderClassName
{
color: #C2C719;
}
.AnyTagClassName
{
color: #C2C719;
}
</style>
background-color css
<style>
a { background-color: #C2C719; }
a { background-color: rgb(194,199,25); }
div.DivClassName
{
background-color: #C2C719;
}
.BgClassName
{
background-color: #C2C719;
}
</style>
border-color css
<style>
span { border-color: #C2C719; }
span { border-color: rgb(194,199,25); }
td.TdClassName
{
border-color: #C2C719;
}
.TagClassName
{
border-color: #C2C719;
}
</style>