Shades of Rio Grande #C1C916
Tints of Rio Grande #C1C916
RGB
CMYK
RGB Variations
Color information
#C1C916 (or 0xC1C916) is known color: Rio Grande. HEX triplet: C1, C9 and 16. RGB value is (193,201,22). Sum of RGB (Red+Green+Blue) = 193+201+22=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C916 is #3E36E9. Grayscale: #B2B2B2. Windows color (decimal): -4077290 or 1493441. OLE color: 1493441.
HSL color Cylindrical-coordinate representation of color #C1C916: hue angle of 62.68º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1C916 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 201 | 22 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.21 |
| HSL | 62.68º | 0.8% | 0.44% | - |
| HSV(B) | 62.68º | 0.89% | 0.79% | - |
| XYZ | 43.02 | 53.17 | 8.75 | - |
| YUV | 178.2 | 39.85 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 201 | 22 | 0.04 | 0 | 0.89 | 0.21 | 62.68 | 0.8 | 0.44 |
| Hex | C1 | C9 | 16 | 4 | 0 | 59 | 15 | 3F | 50 | 2C |
| Octal | 301 | 311 | 26 | 4 | 0 | 131 | 25 | 77 | 120 | 54 |
| Binary | 11000001 | 11001001 | 10110 | 100 | 0 | 1011001 | 10101 | 111111 | 1010000 | 101100 |
Color Harmonies of #C1C916
Complementary color
Monochromatic Colors of #C1C916
Black with #C1C916
Text Example
Text Example
White with #C1C916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C916; }
p { color: rgb(193,201,22); }
H1.HeaderClassName
{
color: #C1C916;
}
.AnyTagClassName
{
color: #C1C916;
}
</style>
background-color css
<style>
a { background-color: #C1C916; }
a { background-color: rgb(193,201,22); }
div.DivClassName
{
background-color: #C1C916;
}
.BgClassName
{
background-color: #C1C916;
}
</style>
border-color css
<style>
span { border-color: #C1C916; }
span { border-color: rgb(193,201,22); }
td.TdClassName
{
border-color: #C1C916;
}
.TagClassName
{
border-color: #C1C916;
}
</style>