Shades of Rio Grande #C0D213
Tints of Rio Grande #C0D213
RGB
CMYK
RGB Variations
Color information
#C0D213 (or 0xC0D213) is known color: Rio Grande. HEX triplet: C0, D2 and 13. RGB value is (192,210,19). Sum of RGB (Red+Green+Blue) = 192+210+19=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D213 is #3F2DEC. Grayscale: #B7B7B7. Windows color (decimal): -4140525 or 1299136. OLE color: 1299136.
HSL color Cylindrical-coordinate representation of color #C0D213: hue angle of 65.65º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0D213 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 19 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.18 |
| HSL | 65.65º | 0.83% | 0.45% | - |
| HSV(B) | 65.65º | 0.91% | 0.82% | - |
| XYZ | 44.9 | 57.35 | 9.32 | - |
| YUV | 182.84 | 35.54 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 19 | 0.09 | 0 | 0.91 | 0.18 | 65.65 | 0.83 | 0.45 |
| Hex | C0 | D2 | 13 | 9 | 0 | 5B | 12 | 42 | 53 | 2D |
| Octal | 300 | 322 | 23 | 11 | 0 | 133 | 22 | 102 | 123 | 55 |
| Binary | 11000000 | 11010010 | 10011 | 1001 | 0 | 1011011 | 10010 | 1000010 | 1010011 | 101101 |
Color Harmonies of #C0D213
Complementary color
Monochromatic Colors of #C0D213
Black with #C0D213
Text Example
Text Example
White with #C0D213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D213; }
p { color: rgb(192,210,19); }
H1.HeaderClassName
{
color: #C0D213;
}
.AnyTagClassName
{
color: #C0D213;
}
</style>
background-color css
<style>
a { background-color: #C0D213; }
a { background-color: rgb(192,210,19); }
div.DivClassName
{
background-color: #C0D213;
}
.BgClassName
{
background-color: #C0D213;
}
</style>
border-color css
<style>
span { border-color: #C0D213; }
span { border-color: rgb(192,210,19); }
td.TdClassName
{
border-color: #C0D213;
}
.TagClassName
{
border-color: #C0D213;
}
</style>