Shades of Rio Grande #C1C11A
Tints of Rio Grande #C1C11A
RGB
CMYK
RGB Variations
Color information
#C1C11A (or 0xC1C11A) is known color: Rio Grande. HEX triplet: C1, C1 and 1A. RGB value is (193,193,26). Sum of RGB (Red+Green+Blue) = 193+193+26=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C11A is #3E3EE5. Grayscale: #AEAEAE. Windows color (decimal): -4079334 or 1753537. OLE color: 1753537.
HSL color Cylindrical-coordinate representation of color #C1C11A: hue angle of 60º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1C11A is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 193 | 26 | - |
| CMYK | 0 | 0 | 0.87 | 0.24 |
| HSL | 60º | 0.76% | 0.43% | - |
| HSV(B) | 60º | 0.87% | 0.76% | - |
| XYZ | 41.25 | 49.55 | 8.37 | - |
| YUV | 173.96 | 44.5 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 193 | 26 | 0 | 0 | 0.87 | 0.24 | 60 | 0.76 | 0.43 |
| Hex | C1 | C1 | 1A | 0 | 0 | 57 | 18 | 3C | 4C | 2B |
| Octal | 301 | 301 | 32 | 0 | 0 | 127 | 30 | 74 | 114 | 53 |
| Binary | 11000001 | 11000001 | 11010 | 0 | 0 | 1010111 | 11000 | 111100 | 1001100 | 101011 |
Color Harmonies of #C1C11A
Complementary color
Monochromatic Colors of #C1C11A
Black with #C1C11A
Text Example
Text Example
White with #C1C11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C11A; }
p { color: rgb(193,193,26); }
H1.HeaderClassName
{
color: #C1C11A;
}
.AnyTagClassName
{
color: #C1C11A;
}
</style>
background-color css
<style>
a { background-color: #C1C11A; }
a { background-color: rgb(193,193,26); }
div.DivClassName
{
background-color: #C1C11A;
}
.BgClassName
{
background-color: #C1C11A;
}
</style>
border-color css
<style>
span { border-color: #C1C11A; }
span { border-color: rgb(193,193,26); }
td.TdClassName
{
border-color: #C1C11A;
}
.TagClassName
{
border-color: #C1C11A;
}
</style>