Shades of Rio Grande #C0C718
Tints of Rio Grande #C0C718
RGB
CMYK
RGB Variations
Color information
#C0C718 (or 0xC0C718) is known color: Rio Grande. HEX triplet: C0, C7 and 18. RGB value is (192,199,24). Sum of RGB (Red+Green+Blue) = 192+199+24=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C718 is #3F38E7. Grayscale: #B1B1B1. Windows color (decimal): -4143336 or 1624000. OLE color: 1624000.
HSL color Cylindrical-coordinate representation of color #C0C718: hue angle of 62.4º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0C718 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 199 | 24 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.22 |
| HSL | 62.4º | 0.78% | 0.44% | - |
| HSV(B) | 62.4º | 0.88% | 0.78% | - |
| XYZ | 42.33 | 52.12 | 8.69 | - |
| YUV | 176.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 24 | 0.04 | 0 | 0.88 | 0.22 | 62.4 | 0.78 | 0.44 |
| Hex | C0 | C7 | 18 | 4 | 0 | 58 | 16 | 3E | 4E | 2C |
| Octal | 300 | 307 | 30 | 4 | 0 | 130 | 26 | 76 | 116 | 54 |
| Binary | 11000000 | 11000111 | 11000 | 100 | 0 | 1011000 | 10110 | 111110 | 1001110 | 101100 |
Color Harmonies of #C0C718
Complementary color
Monochromatic Colors of #C0C718
Black with #C0C718
Text Example
Text Example
White with #C0C718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C718; }
p { color: rgb(192,199,24); }
H1.HeaderClassName
{
color: #C0C718;
}
.AnyTagClassName
{
color: #C0C718;
}
</style>
background-color css
<style>
a { background-color: #C0C718; }
a { background-color: rgb(192,199,24); }
div.DivClassName
{
background-color: #C0C718;
}
.BgClassName
{
background-color: #C0C718;
}
</style>
border-color css
<style>
span { border-color: #C0C718; }
span { border-color: rgb(192,199,24); }
td.TdClassName
{
border-color: #C0C718;
}
.TagClassName
{
border-color: #C0C718;
}
</style>