Shades of Rio Grande #C1D211
Tints of Rio Grande #C1D211
RGB
CMYK
RGB Variations
Color information
#C1D211 (or 0xC1D211) is known color: Rio Grande. HEX triplet: C1, D2 and 11. RGB value is (193,210,17). Sum of RGB (Red+Green+Blue) = 193+210+17=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D211 is #3E2DEE. Grayscale: #B7B7B7. Windows color (decimal): -4074991 or 1168065. OLE color: 1168065.
HSL color Cylindrical-coordinate representation of color #C1D211: hue angle of 65.28º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1D211 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 210 | 17 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.18 |
| HSL | 65.28º | 0.85% | 0.45% | - |
| HSV(B) | 65.28º | 0.92% | 0.82% | - |
| XYZ | 45.14 | 57.47 | 9.24 | - |
| YUV | 182.92 | 34.37 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 17 | 0.08 | 0 | 0.92 | 0.18 | 65.28 | 0.85 | 0.45 |
| Hex | C1 | D2 | 11 | 8 | 0 | 5C | 12 | 41 | 55 | 2D |
| Octal | 301 | 322 | 21 | 10 | 0 | 134 | 22 | 101 | 125 | 55 |
| Binary | 11000001 | 11010010 | 10001 | 1000 | 0 | 1011100 | 10010 | 1000001 | 1010101 | 101101 |
Color Harmonies of #C1D211
Complementary color
Monochromatic Colors of #C1D211
Black with #C1D211
Text Example
Text Example
White with #C1D211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D211; }
p { color: rgb(193,210,17); }
H1.HeaderClassName
{
color: #C1D211;
}
.AnyTagClassName
{
color: #C1D211;
}
</style>
background-color css
<style>
a { background-color: #C1D211; }
a { background-color: rgb(193,210,17); }
div.DivClassName
{
background-color: #C1D211;
}
.BgClassName
{
background-color: #C1D211;
}
</style>
border-color css
<style>
span { border-color: #C1D211; }
span { border-color: rgb(193,210,17); }
td.TdClassName
{
border-color: #C1D211;
}
.TagClassName
{
border-color: #C1D211;
}
</style>