Shades of Rio Grande #C8D915
Tints of Rio Grande #C8D915
RGB
CMYK
RGB Variations
Color information
#C8D915 (or 0xC8D915) is known color: Rio Grande. HEX triplet: C8, D9 and 15. RGB value is (200,217,21). Sum of RGB (Red+Green+Blue) = 200+217+21=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D915 is #3726EA. Grayscale: #BEBEBE. Windows color (decimal): -3614443 or 1432008. OLE color: 1432008.
HSL color Cylindrical-coordinate representation of color #C8D915: hue angle of 65.2º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8D915 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 21 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.15 |
| HSL | 65.2º | 0.82% | 0.47% | - |
| HSV(B) | 65.2º | 0.9% | 0.85% | - |
| XYZ | 48.77 | 61.96 | 10.1 | - |
| YUV | 189.57 | 32.87 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 21 | 0.08 | 0 | 0.90 | 0.15 | 65.2 | 0.82 | 0.47 |
| Hex | C8 | D9 | 15 | 8 | 0 | 5A | F | 41 | 52 | 2F |
| Octal | 310 | 331 | 25 | 10 | 0 | 132 | 17 | 101 | 122 | 57 |
| Binary | 11001000 | 11011001 | 10101 | 1000 | 0 | 1011010 | 1111 | 1000001 | 1010010 | 101111 |
Color Harmonies of #C8D915
Complementary color
Monochromatic Colors of #C8D915
Black with #C8D915
Text Example
Text Example
White with #C8D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D915; }
p { color: rgb(200,217,21); }
H1.HeaderClassName
{
color: #C8D915;
}
.AnyTagClassName
{
color: #C8D915;
}
</style>
background-color css
<style>
a { background-color: #C8D915; }
a { background-color: rgb(200,217,21); }
div.DivClassName
{
background-color: #C8D915;
}
.BgClassName
{
background-color: #C8D915;
}
</style>
border-color css
<style>
span { border-color: #C8D915; }
span { border-color: rgb(200,217,21); }
td.TdClassName
{
border-color: #C8D915;
}
.TagClassName
{
border-color: #C8D915;
}
</style>