Shades of Rio Grande #C1C12A
Tints of Rio Grande #C1C12A
RGB
CMYK
RGB Variations
Color information
#C1C12A (or 0xC1C12A) is known color: Rio Grande. HEX triplet: C1, C1 and 2A. RGB value is (193,193,42). Sum of RGB (Red+Green+Blue) = 193+193+42=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C12A is #3E3ED5. Grayscale: #B0B0B0. Windows color (decimal): -4079318 or 2802113. OLE color: 2802113.
HSL color Cylindrical-coordinate representation of color #C1C12A: hue angle of 60º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1C12A is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 193 | 42 | - |
| CMYK | 0 | 0 | 0.78 | 0.24 |
| HSL | 60º | 0.64% | 0.46% | - |
| HSV(B) | 60º | 0.78% | 0.76% | - |
| XYZ | 41.48 | 49.64 | 9.59 | - |
| YUV | 175.79 | 52.5 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 193 | 42 | 0 | 0 | 0.78 | 0.24 | 60 | 0.64 | 0.46 |
| Hex | C1 | C1 | 2A | 0 | 0 | 4E | 18 | 3C | 40 | 2E |
| Octal | 301 | 301 | 52 | 0 | 0 | 116 | 30 | 74 | 100 | 56 |
| Binary | 11000001 | 11000001 | 101010 | 0 | 0 | 1001110 | 11000 | 111100 | 1000000 | 101110 |
Color Harmonies of #C1C12A
Complementary color
Monochromatic Colors of #C1C12A
Black with #C1C12A
Text Example
Text Example
White with #C1C12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C12A; }
p { color: rgb(193,193,42); }
H1.HeaderClassName
{
color: #C1C12A;
}
.AnyTagClassName
{
color: #C1C12A;
}
</style>
background-color css
<style>
a { background-color: #C1C12A; }
a { background-color: rgb(193,193,42); }
div.DivClassName
{
background-color: #C1C12A;
}
.BgClassName
{
background-color: #C1C12A;
}
</style>
border-color css
<style>
span { border-color: #C1C12A; }
span { border-color: rgb(193,193,42); }
td.TdClassName
{
border-color: #C1C12A;
}
.TagClassName
{
border-color: #C1C12A;
}
</style>