Shades of Rio Grande #C3C51E
Tints of Rio Grande #C3C51E
RGB
CMYK
RGB Variations
Color information
#C3C51E (or 0xC3C51E) is known color: Rio Grande. HEX triplet: C3, C5 and 1E. RGB value is (195,197,30). Sum of RGB (Red+Green+Blue) = 195+197+30=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C51E is #3C3AE1. Grayscale: #B2B2B2. Windows color (decimal): -3947234 or 2016707. OLE color: 2016707.
HSL color Cylindrical-coordinate representation of color #C3C51E: hue angle of 60.72º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3C51E is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 30 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.23 |
| HSL | 60.72º | 0.74% | 0.45% | - |
| HSV(B) | 60.72º | 0.85% | 0.77% | - |
| XYZ | 42.71 | 51.63 | 8.94 | - |
| YUV | 177.36 | 44.84 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 30 | 0.01 | 0 | 0.85 | 0.23 | 60.72 | 0.74 | 0.45 |
| Hex | C3 | C5 | 1E | 1 | 0 | 55 | 17 | 3D | 4A | 2D |
| Octal | 303 | 305 | 36 | 1 | 0 | 125 | 27 | 75 | 112 | 55 |
| Binary | 11000011 | 11000101 | 11110 | 1 | 0 | 1010101 | 10111 | 111101 | 1001010 | 101101 |
Color Harmonies of #C3C51E
Complementary color
Monochromatic Colors of #C3C51E
Black with #C3C51E
Text Example
Text Example
White with #C3C51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C51E; }
p { color: rgb(195,197,30); }
H1.HeaderClassName
{
color: #C3C51E;
}
.AnyTagClassName
{
color: #C3C51E;
}
</style>
background-color css
<style>
a { background-color: #C3C51E; }
a { background-color: rgb(195,197,30); }
div.DivClassName
{
background-color: #C3C51E;
}
.BgClassName
{
background-color: #C3C51E;
}
</style>
border-color css
<style>
span { border-color: #C3C51E; }
span { border-color: rgb(195,197,30); }
td.TdClassName
{
border-color: #C3C51E;
}
.TagClassName
{
border-color: #C3C51E;
}
</style>