Shades of Rio Grande #C8D410
Tints of Rio Grande #C8D410
RGB
CMYK
RGB Variations
Color information
#C8D410 (or 0xC8D410) is known color: Rio Grande. HEX triplet: C8, D4 and 10. RGB value is (200,212,16). Sum of RGB (Red+Green+Blue) = 200+212+16=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D410 is #372BEF. Grayscale: #BABABA. Windows color (decimal): -3615728 or 1103048. OLE color: 1103048.
HSL color Cylindrical-coordinate representation of color #C8D410: hue angle of 63.67º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8D410 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 212 | 16 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.17 |
| HSL | 63.67º | 0.86% | 0.45% | - |
| HSV(B) | 63.67º | 0.92% | 0.83% | - |
| XYZ | 47.46 | 59.4 | 9.46 | - |
| YUV | 186.07 | 32.02 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 212 | 16 | 0.06 | 0 | 0.92 | 0.17 | 63.67 | 0.86 | 0.45 |
| Hex | C8 | D4 | 10 | 6 | 0 | 5C | 11 | 40 | 56 | 2D |
| Octal | 310 | 324 | 20 | 6 | 0 | 134 | 21 | 100 | 126 | 55 |
| Binary | 11001000 | 11010100 | 10000 | 110 | 0 | 1011100 | 10001 | 1000000 | 1010110 | 101101 |
Color Harmonies of #C8D410
Complementary color
Monochromatic Colors of #C8D410
Black with #C8D410
Text Example
Text Example
White with #C8D410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D410; }
p { color: rgb(200,212,16); }
H1.HeaderClassName
{
color: #C8D410;
}
.AnyTagClassName
{
color: #C8D410;
}
</style>
background-color css
<style>
a { background-color: #C8D410; }
a { background-color: rgb(200,212,16); }
div.DivClassName
{
background-color: #C8D410;
}
.BgClassName
{
background-color: #C8D410;
}
</style>
border-color css
<style>
span { border-color: #C8D410; }
span { border-color: rgb(200,212,16); }
td.TdClassName
{
border-color: #C8D410;
}
.TagClassName
{
border-color: #C8D410;
}
</style>