Shades of Rio Grande #C1D011
Tints of Rio Grande #C1D011
RGB
CMYK
RGB Variations
Color information
#C1D011 (or 0xC1D011) is known color: Rio Grande. HEX triplet: C1, D0 and 11. RGB value is (193,208,17). Sum of RGB (Red+Green+Blue) = 193+208+17=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D011 is #3E2FEE. Grayscale: #B6B6B6. Windows color (decimal): -4075503 or 1167553. OLE color: 1167553.
HSL color Cylindrical-coordinate representation of color #C1D011: hue angle of 64.71º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1D011 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 17 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.18 |
| HSL | 64.71º | 0.85% | 0.44% | - |
| HSV(B) | 64.71º | 0.92% | 0.82% | - |
| XYZ | 44.65 | 56.49 | 9.08 | - |
| YUV | 181.74 | 35.03 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 17 | 0.07 | 0 | 0.92 | 0.18 | 64.71 | 0.85 | 0.44 |
| Hex | C1 | D0 | 11 | 7 | 0 | 5C | 12 | 41 | 55 | 2C |
| Octal | 301 | 320 | 21 | 7 | 0 | 134 | 22 | 101 | 125 | 54 |
| Binary | 11000001 | 11010000 | 10001 | 111 | 0 | 1011100 | 10010 | 1000001 | 1010101 | 101100 |
Color Harmonies of #C1D011
Complementary color
Monochromatic Colors of #C1D011
Black with #C1D011
Text Example
Text Example
White with #C1D011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D011; }
p { color: rgb(193,208,17); }
H1.HeaderClassName
{
color: #C1D011;
}
.AnyTagClassName
{
color: #C1D011;
}
</style>
background-color css
<style>
a { background-color: #C1D011; }
a { background-color: rgb(193,208,17); }
div.DivClassName
{
background-color: #C1D011;
}
.BgClassName
{
background-color: #C1D011;
}
</style>
border-color css
<style>
span { border-color: #C1D011; }
span { border-color: rgb(193,208,17); }
td.TdClassName
{
border-color: #C1D011;
}
.TagClassName
{
border-color: #C1D011;
}
</style>