Shades of Rio Grande #C3C51F
Tints of Rio Grande #C3C51F
RGB
CMYK
RGB Variations
Color information
#C3C51F (or 0xC3C51F) is known color: Rio Grande. HEX triplet: C3, C5 and 1F. RGB value is (195,197,31). Sum of RGB (Red+Green+Blue) = 195+197+31=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C51F is #3C3AE0. Grayscale: #B2B2B2. Windows color (decimal): -3947233 or 2082243. OLE color: 2082243.
HSL color Cylindrical-coordinate representation of color #C3C51F: hue angle of 60.72º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3C51F is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 31 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.23 |
| HSL | 60.72º | 0.73% | 0.45% | - |
| HSV(B) | 60.72º | 0.84% | 0.77% | - |
| XYZ | 42.72 | 51.63 | 9.01 | - |
| YUV | 177.48 | 45.34 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 31 | 0.01 | 0 | 0.84 | 0.23 | 60.72 | 0.73 | 0.45 |
| Hex | C3 | C5 | 1F | 1 | 0 | 54 | 17 | 3D | 49 | 2D |
| Octal | 303 | 305 | 37 | 1 | 0 | 124 | 27 | 75 | 111 | 55 |
| Binary | 11000011 | 11000101 | 11111 | 1 | 0 | 1010100 | 10111 | 111101 | 1001001 | 101101 |
Color Harmonies of #C3C51F
Complementary color
Monochromatic Colors of #C3C51F
Black with #C3C51F
Text Example
Text Example
White with #C3C51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C51F; }
p { color: rgb(195,197,31); }
H1.HeaderClassName
{
color: #C3C51F;
}
.AnyTagClassName
{
color: #C3C51F;
}
</style>
background-color css
<style>
a { background-color: #C3C51F; }
a { background-color: rgb(195,197,31); }
div.DivClassName
{
background-color: #C3C51F;
}
.BgClassName
{
background-color: #C3C51F;
}
</style>
border-color css
<style>
span { border-color: #C3C51F; }
span { border-color: rgb(195,197,31); }
td.TdClassName
{
border-color: #C3C51F;
}
.TagClassName
{
border-color: #C3C51F;
}
</style>