Shades of Rio Grande #C1C51D
Tints of Rio Grande #C1C51D
RGB
CMYK
RGB Variations
Color information
#C1C51D (or 0xC1C51D) is known color: Rio Grande. HEX triplet: C1, C5 and 1D. RGB value is (193,197,29). Sum of RGB (Red+Green+Blue) = 193+197+29=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C51D is #3E3AE2. Grayscale: #B1B1B1. Windows color (decimal): -4078307 or 1951169. OLE color: 1951169.
HSL color Cylindrical-coordinate representation of color #C1C51D: hue angle of 61.43º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1C51D is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 29 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.23 |
| HSL | 61.43º | 0.74% | 0.44% | - |
| HSV(B) | 61.43º | 0.85% | 0.77% | - |
| XYZ | 42.18 | 51.36 | 8.85 | - |
| YUV | 176.65 | 44.67 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 29 | 0.02 | 0 | 0.85 | 0.23 | 61.43 | 0.74 | 0.44 |
| Hex | C1 | C5 | 1D | 2 | 0 | 55 | 17 | 3D | 4A | 2C |
| Octal | 301 | 305 | 35 | 2 | 0 | 125 | 27 | 75 | 112 | 54 |
| Binary | 11000001 | 11000101 | 11101 | 10 | 0 | 1010101 | 10111 | 111101 | 1001010 | 101100 |
Color Harmonies of #C1C51D
Complementary color
Monochromatic Colors of #C1C51D
Black with #C1C51D
Text Example
Text Example
White with #C1C51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C51D; }
p { color: rgb(193,197,29); }
H1.HeaderClassName
{
color: #C1C51D;
}
.AnyTagClassName
{
color: #C1C51D;
}
</style>
background-color css
<style>
a { background-color: #C1C51D; }
a { background-color: rgb(193,197,29); }
div.DivClassName
{
background-color: #C1C51D;
}
.BgClassName
{
background-color: #C1C51D;
}
</style>
border-color css
<style>
span { border-color: #C1C51D; }
span { border-color: rgb(193,197,29); }
td.TdClassName
{
border-color: #C1C51D;
}
.TagClassName
{
border-color: #C1C51D;
}
</style>