Shades of Rio Grande #C1D010
Tints of Rio Grande #C1D010
RGB
CMYK
RGB Variations
Color information
#C1D010 (or 0xC1D010) is known color: Rio Grande. HEX triplet: C1, D0 and 10. RGB value is (193,208,16). Sum of RGB (Red+Green+Blue) = 193+208+16=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D010 is #3E2FEF. Grayscale: #B6B6B6. Windows color (decimal): -4075504 or 1102017. OLE color: 1102017.
HSL color Cylindrical-coordinate representation of color #C1D010: hue angle of 64.69º degrees, saturation: 0.86, 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 #C1D010 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 16 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.18 |
| HSL | 64.69º | 0.86% | 0.44% | - |
| HSV(B) | 64.69º | 0.92% | 0.82% | - |
| XYZ | 44.64 | 56.49 | 9.04 | - |
| YUV | 181.63 | 34.53 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 16 | 0.07 | 0 | 0.92 | 0.18 | 64.69 | 0.86 | 0.44 |
| Hex | C1 | D0 | 10 | 7 | 0 | 5C | 12 | 41 | 56 | 2C |
| Octal | 301 | 320 | 20 | 7 | 0 | 134 | 22 | 101 | 126 | 54 |
| Binary | 11000001 | 11010000 | 10000 | 111 | 0 | 1011100 | 10010 | 1000001 | 1010110 | 101100 |
Color Harmonies of #C1D010
Complementary color
Monochromatic Colors of #C1D010
Black with #C1D010
Text Example
Text Example
White with #C1D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D010; }
p { color: rgb(193,208,16); }
H1.HeaderClassName
{
color: #C1D010;
}
.AnyTagClassName
{
color: #C1D010;
}
</style>
background-color css
<style>
a { background-color: #C1D010; }
a { background-color: rgb(193,208,16); }
div.DivClassName
{
background-color: #C1D010;
}
.BgClassName
{
background-color: #C1D010;
}
</style>
border-color css
<style>
span { border-color: #C1D010; }
span { border-color: rgb(193,208,16); }
td.TdClassName
{
border-color: #C1D010;
}
.TagClassName
{
border-color: #C1D010;
}
</style>