Shades of Rio Grande #C3C519
Tints of Rio Grande #C3C519
RGB
CMYK
RGB Variations
Color information
#C3C519 (or 0xC3C519) is known color: Rio Grande. HEX triplet: C3, C5 and 19. RGB value is (195,197,25). Sum of RGB (Red+Green+Blue) = 195+197+25=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C519 is #3C3AE6. Grayscale: #B1B1B1. Windows color (decimal): -3947239 or 1689027. OLE color: 1689027.
HSL color Cylindrical-coordinate representation of color #C3C519: hue angle of 60.7º 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 #C3C519 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 25 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.23 |
| HSL | 60.7º | 0.77% | 0.44% | - |
| HSV(B) | 60.7º | 0.87% | 0.77% | - |
| XYZ | 42.65 | 51.6 | 8.63 | - |
| YUV | 176.79 | 42.34 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 25 | 0.01 | 0 | 0.87 | 0.23 | 60.7 | 0.77 | 0.44 |
| Hex | C3 | C5 | 19 | 1 | 0 | 57 | 17 | 3D | 4D | 2C |
| Octal | 303 | 305 | 31 | 1 | 0 | 127 | 27 | 75 | 115 | 54 |
| Binary | 11000011 | 11000101 | 11001 | 1 | 0 | 1010111 | 10111 | 111101 | 1001101 | 101100 |
Color Harmonies of #C3C519
Complementary color
Monochromatic Colors of #C3C519
Black with #C3C519
Text Example
Text Example
White with #C3C519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C519; }
p { color: rgb(195,197,25); }
H1.HeaderClassName
{
color: #C3C519;
}
.AnyTagClassName
{
color: #C3C519;
}
</style>
background-color css
<style>
a { background-color: #C3C519; }
a { background-color: rgb(195,197,25); }
div.DivClassName
{
background-color: #C3C519;
}
.BgClassName
{
background-color: #C3C519;
}
</style>
border-color css
<style>
span { border-color: #C3C519; }
span { border-color: rgb(195,197,25); }
td.TdClassName
{
border-color: #C3C519;
}
.TagClassName
{
border-color: #C3C519;
}
</style>