Shades of Rio Grande #C0D710
Tints of Rio Grande #C0D710
RGB
CMYK
RGB Variations
Color information
#C0D710 (or 0xC0D710) is known color: Rio Grande. HEX triplet: C0, D7 and 10. RGB value is (192,215,16). Sum of RGB (Red+Green+Blue) = 192+215+16=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D710 is #3F28EF. Grayscale: #BABABA. Windows color (decimal): -4139248 or 1103808. OLE color: 1103808.
HSL color Cylindrical-coordinate representation of color #C0D710: hue angle of 66.93º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0D710 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 16 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.16 |
| HSL | 66.93º | 0.86% | 0.45% | - |
| HSV(B) | 66.93º | 0.93% | 0.84% | - |
| XYZ | 46.13 | 59.84 | 9.61 | - |
| YUV | 185.44 | 32.38 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 16 | 0.11 | 0 | 0.93 | 0.16 | 66.93 | 0.86 | 0.45 |
| Hex | C0 | D7 | 10 | B | 0 | 5D | 10 | 43 | 56 | 2D |
| Octal | 300 | 327 | 20 | 13 | 0 | 135 | 20 | 103 | 126 | 55 |
| Binary | 11000000 | 11010111 | 10000 | 1011 | 0 | 1011101 | 10000 | 1000011 | 1010110 | 101101 |
Color Harmonies of #C0D710
Complementary color
Monochromatic Colors of #C0D710
Black with #C0D710
Text Example
Text Example
White with #C0D710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D710; }
p { color: rgb(192,215,16); }
H1.HeaderClassName
{
color: #C0D710;
}
.AnyTagClassName
{
color: #C0D710;
}
</style>
background-color css
<style>
a { background-color: #C0D710; }
a { background-color: rgb(192,215,16); }
div.DivClassName
{
background-color: #C0D710;
}
.BgClassName
{
background-color: #C0D710;
}
</style>
border-color css
<style>
span { border-color: #C0D710; }
span { border-color: rgb(192,215,16); }
td.TdClassName
{
border-color: #C0D710;
}
.TagClassName
{
border-color: #C0D710;
}
</style>