Shades of Rio Grande #C8D60F
Tints of Rio Grande #C8D60F
RGB
CMYK
RGB Variations
Color information
#C8D60F (or 0xC8D60F) is known color: Rio Grande. HEX triplet: C8, D6 and 0F. RGB value is (200,214,15). Sum of RGB (Red+Green+Blue) = 200+214+15=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D60F is #3729F0. Grayscale: #BBBBBB. Windows color (decimal): -3615217 or 1038024. OLE color: 1038024.
HSL color Cylindrical-coordinate representation of color #C8D60F: hue angle of 64.22º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8D60F is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 15 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.16 |
| HSL | 64.22º | 0.87% | 0.45% | - |
| HSV(B) | 64.22º | 0.93% | 0.84% | - |
| XYZ | 47.95 | 60.41 | 9.58 | - |
| YUV | 187.13 | 30.86 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 15 | 0.07 | 0 | 0.93 | 0.16 | 64.22 | 0.87 | 0.45 |
| Hex | C8 | D6 | F | 7 | 0 | 5D | 10 | 40 | 57 | 2D |
| Octal | 310 | 326 | 17 | 7 | 0 | 135 | 20 | 100 | 127 | 55 |
| Binary | 11001000 | 11010110 | 1111 | 111 | 0 | 1011101 | 10000 | 1000000 | 1010111 | 101101 |
Color Harmonies of #C8D60F
Complementary color
Monochromatic Colors of #C8D60F
Black with #C8D60F
Text Example
Text Example
White with #C8D60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D60F; }
p { color: rgb(200,214,15); }
H1.HeaderClassName
{
color: #C8D60F;
}
.AnyTagClassName
{
color: #C8D60F;
}
</style>
background-color css
<style>
a { background-color: #C8D60F; }
a { background-color: rgb(200,214,15); }
div.DivClassName
{
background-color: #C8D60F;
}
.BgClassName
{
background-color: #C8D60F;
}
</style>
border-color css
<style>
span { border-color: #C8D60F; }
span { border-color: rgb(200,214,15); }
td.TdClassName
{
border-color: #C8D60F;
}
.TagClassName
{
border-color: #C8D60F;
}
</style>