Shades of Rio Grande #C1C819
Tints of Rio Grande #C1C819
RGB
CMYK
RGB Variations
Color information
#C1C819 (or 0xC1C819) is known color: Rio Grande. HEX triplet: C1, C8 and 19. RGB value is (193,200,25). Sum of RGB (Red+Green+Blue) = 193+200+25=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C819 is #3E37E6. Grayscale: #B2B2B2. Windows color (decimal): -4077543 or 1689793. OLE color: 1689793.
HSL color Cylindrical-coordinate representation of color #C1C819: hue angle of 62.4º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1C819 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 200 | 25 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.22 |
| HSL | 62.4º | 0.78% | 0.44% | - |
| HSV(B) | 62.4º | 0.88% | 0.78% | - |
| XYZ | 42.82 | 52.72 | 8.84 | - |
| YUV | 177.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 200 | 25 | 0.04 | 0 | 0.88 | 0.22 | 62.4 | 0.78 | 0.44 |
| Hex | C1 | C8 | 19 | 4 | 0 | 58 | 16 | 3E | 4E | 2C |
| Octal | 301 | 310 | 31 | 4 | 0 | 130 | 26 | 76 | 116 | 54 |
| Binary | 11000001 | 11001000 | 11001 | 100 | 0 | 1011000 | 10110 | 111110 | 1001110 | 101100 |
Color Harmonies of #C1C819
Complementary color
Monochromatic Colors of #C1C819
Black with #C1C819
Text Example
Text Example
White with #C1C819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C819; }
p { color: rgb(193,200,25); }
H1.HeaderClassName
{
color: #C1C819;
}
.AnyTagClassName
{
color: #C1C819;
}
</style>
background-color css
<style>
a { background-color: #C1C819; }
a { background-color: rgb(193,200,25); }
div.DivClassName
{
background-color: #C1C819;
}
.BgClassName
{
background-color: #C1C819;
}
</style>
border-color css
<style>
span { border-color: #C1C819; }
span { border-color: rgb(193,200,25); }
td.TdClassName
{
border-color: #C1C819;
}
.TagClassName
{
border-color: #C1C819;
}
</style>