Shades of Rio Grande #C1C915
Tints of Rio Grande #C1C915
RGB
CMYK
RGB Variations
Color information
#C1C915 (or 0xC1C915) is known color: Rio Grande. HEX triplet: C1, C9 and 15. RGB value is (193,201,21). Sum of RGB (Red+Green+Blue) = 193+201+21=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C915 is #3E36EA. Grayscale: #B2B2B2. Windows color (decimal): -4077291 or 1427905. OLE color: 1427905.
HSL color Cylindrical-coordinate representation of color #C1C915: hue angle of 62.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1C915 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 201 | 21 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.21 |
| HSL | 62.67º | 0.81% | 0.44% | - |
| HSV(B) | 62.67º | 0.9% | 0.79% | - |
| XYZ | 43.01 | 53.16 | 8.7 | - |
| YUV | 178.09 | 39.35 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 201 | 21 | 0.04 | 0 | 0.90 | 0.21 | 62.67 | 0.81 | 0.44 |
| Hex | C1 | C9 | 15 | 4 | 0 | 5A | 15 | 3F | 51 | 2C |
| Octal | 301 | 311 | 25 | 4 | 0 | 132 | 25 | 77 | 121 | 54 |
| Binary | 11000001 | 11001001 | 10101 | 100 | 0 | 1011010 | 10101 | 111111 | 1010001 | 101100 |
Color Harmonies of #C1C915
Complementary color
Monochromatic Colors of #C1C915
Black with #C1C915
Text Example
Text Example
White with #C1C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C915; }
p { color: rgb(193,201,21); }
H1.HeaderClassName
{
color: #C1C915;
}
.AnyTagClassName
{
color: #C1C915;
}
</style>
background-color css
<style>
a { background-color: #C1C915; }
a { background-color: rgb(193,201,21); }
div.DivClassName
{
background-color: #C1C915;
}
.BgClassName
{
background-color: #C1C915;
}
</style>
border-color css
<style>
span { border-color: #C1C915; }
span { border-color: rgb(193,201,21); }
td.TdClassName
{
border-color: #C1C915;
}
.TagClassName
{
border-color: #C1C915;
}
</style>