Shades of Rio Grande #C7D015
Tints of Rio Grande #C7D015
RGB
CMYK
RGB Variations
Color information
#C7D015 (or 0xC7D015) is known color: Rio Grande. HEX triplet: C7, D0 and 15. RGB value is (199,208,21). Sum of RGB (Red+Green+Blue) = 199+208+21=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D015 is #382FEA. Grayscale: #B8B8B8. Windows color (decimal): -3682283 or 1429703. OLE color: 1429703.
HSL color Cylindrical-coordinate representation of color #C7D015: hue angle of 62.89º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7D015 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 21 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.18 |
| HSL | 62.89º | 0.82% | 0.45% | - |
| HSV(B) | 62.89º | 0.9% | 0.82% | - |
| XYZ | 46.24 | 57.31 | 9.33 | - |
| YUV | 183.99 | 36.02 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 21 | 0.04 | 0 | 0.90 | 0.18 | 62.89 | 0.82 | 0.45 |
| Hex | C7 | D0 | 15 | 4 | 0 | 5A | 12 | 3F | 52 | 2D |
| Octal | 307 | 320 | 25 | 4 | 0 | 132 | 22 | 77 | 122 | 55 |
| Binary | 11000111 | 11010000 | 10101 | 100 | 0 | 1011010 | 10010 | 111111 | 1010010 | 101101 |
Color Harmonies of #C7D015
Complementary color
Monochromatic Colors of #C7D015
Black with #C7D015
Text Example
Text Example
White with #C7D015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D015; }
p { color: rgb(199,208,21); }
H1.HeaderClassName
{
color: #C7D015;
}
.AnyTagClassName
{
color: #C7D015;
}
</style>
background-color css
<style>
a { background-color: #C7D015; }
a { background-color: rgb(199,208,21); }
div.DivClassName
{
background-color: #C7D015;
}
.BgClassName
{
background-color: #C7D015;
}
</style>
border-color css
<style>
span { border-color: #C7D015; }
span { border-color: rgb(199,208,21); }
td.TdClassName
{
border-color: #C7D015;
}
.TagClassName
{
border-color: #C7D015;
}
</style>