Shades of Rio Grande #C8D615
Tints of Rio Grande #C8D615
RGB
CMYK
RGB Variations
Color information
#C8D615 (or 0xC8D615) is known color: Rio Grande. HEX triplet: C8, D6 and 15. RGB value is (200,214,21). Sum of RGB (Red+Green+Blue) = 200+214+21=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D615 is #3729EA. Grayscale: #BCBCBC. Windows color (decimal): -3615211 or 1431240. OLE color: 1431240.
HSL color Cylindrical-coordinate representation of color #C8D615: hue angle of 64.35º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8D615 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 21 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.16 |
| HSL | 64.35º | 0.82% | 0.46% | - |
| HSV(B) | 64.35º | 0.9% | 0.84% | - |
| XYZ | 48 | 60.43 | 9.84 | - |
| YUV | 187.81 | 33.86 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 21 | 0.07 | 0 | 0.90 | 0.16 | 64.35 | 0.82 | 0.46 |
| Hex | C8 | D6 | 15 | 7 | 0 | 5A | 10 | 40 | 52 | 2E |
| Octal | 310 | 326 | 25 | 7 | 0 | 132 | 20 | 100 | 122 | 56 |
| Binary | 11001000 | 11010110 | 10101 | 111 | 0 | 1011010 | 10000 | 1000000 | 1010010 | 101110 |
Color Harmonies of #C8D615
Complementary color
Monochromatic Colors of #C8D615
Black with #C8D615
Text Example
Text Example
White with #C8D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D615; }
p { color: rgb(200,214,21); }
H1.HeaderClassName
{
color: #C8D615;
}
.AnyTagClassName
{
color: #C8D615;
}
</style>
background-color css
<style>
a { background-color: #C8D615; }
a { background-color: rgb(200,214,21); }
div.DivClassName
{
background-color: #C8D615;
}
.BgClassName
{
background-color: #C8D615;
}
</style>
border-color css
<style>
span { border-color: #C8D615; }
span { border-color: rgb(200,214,21); }
td.TdClassName
{
border-color: #C8D615;
}
.TagClassName
{
border-color: #C8D615;
}
</style>