Shades of Rio Grande #C6D715
Tints of Rio Grande #C6D715
RGB
CMYK
RGB Variations
Color information
#C6D715 (or 0xC6D715) is known color: Rio Grande. HEX triplet: C6, D7 and 15. RGB value is (198,215,21). Sum of RGB (Red+Green+Blue) = 198+215+21=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D715 is #3928EA. Grayscale: #BCBCBC. Windows color (decimal): -3746027 or 1431494. OLE color: 1431494.
HSL color Cylindrical-coordinate representation of color #C6D715: hue angle of 65.26º 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 #C6D715 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 215 | 21 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.16 |
| HSL | 65.26º | 0.82% | 0.46% | - |
| HSV(B) | 65.26º | 0.9% | 0.84% | - |
| XYZ | 47.72 | 60.66 | 9.9 | - |
| YUV | 187.8 | 33.87 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 215 | 21 | 0.08 | 0 | 0.90 | 0.16 | 65.26 | 0.82 | 0.46 |
| Hex | C6 | D7 | 15 | 8 | 0 | 5A | 10 | 41 | 52 | 2E |
| Octal | 306 | 327 | 25 | 10 | 0 | 132 | 20 | 101 | 122 | 56 |
| Binary | 11000110 | 11010111 | 10101 | 1000 | 0 | 1011010 | 10000 | 1000001 | 1010010 | 101110 |
Color Harmonies of #C6D715
Complementary color
Monochromatic Colors of #C6D715
Black with #C6D715
Text Example
Text Example
White with #C6D715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D715; }
p { color: rgb(198,215,21); }
H1.HeaderClassName
{
color: #C6D715;
}
.AnyTagClassName
{
color: #C6D715;
}
</style>
background-color css
<style>
a { background-color: #C6D715; }
a { background-color: rgb(198,215,21); }
div.DivClassName
{
background-color: #C6D715;
}
.BgClassName
{
background-color: #C6D715;
}
</style>
border-color css
<style>
span { border-color: #C6D715; }
span { border-color: rgb(198,215,21); }
td.TdClassName
{
border-color: #C6D715;
}
.TagClassName
{
border-color: #C6D715;
}
</style>