Shades of Rio Grande #C0C71C
Tints of Rio Grande #C0C71C
RGB
CMYK
RGB Variations
Color information
#C0C71C (or 0xC0C71C) is known color: Rio Grande. HEX triplet: C0, C7 and 1C. RGB value is (192,199,28). Sum of RGB (Red+Green+Blue) = 192+199+28=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C71C is #3F38E3. Grayscale: #B2B2B2. Windows color (decimal): -4143332 or 1886144. OLE color: 1886144.
HSL color Cylindrical-coordinate representation of color #C0C71C: hue angle of 62.46º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0C71C is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 199 | 28 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.22 |
| HSL | 62.46º | 0.75% | 0.45% | - |
| HSV(B) | 62.46º | 0.86% | 0.78% | - |
| XYZ | 42.37 | 52.14 | 8.93 | - |
| YUV | 177.41 | 43.68 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 28 | 0.04 | 0 | 0.86 | 0.22 | 62.46 | 0.75 | 0.45 |
| Hex | C0 | C7 | 1C | 4 | 0 | 56 | 16 | 3E | 4B | 2D |
| Octal | 300 | 307 | 34 | 4 | 0 | 126 | 26 | 76 | 113 | 55 |
| Binary | 11000000 | 11000111 | 11100 | 100 | 0 | 1010110 | 10110 | 111110 | 1001011 | 101101 |
Color Harmonies of #C0C71C
Complementary color
Monochromatic Colors of #C0C71C
Black with #C0C71C
Text Example
Text Example
White with #C0C71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C71C; }
p { color: rgb(192,199,28); }
H1.HeaderClassName
{
color: #C0C71C;
}
.AnyTagClassName
{
color: #C0C71C;
}
</style>
background-color css
<style>
a { background-color: #C0C71C; }
a { background-color: rgb(192,199,28); }
div.DivClassName
{
background-color: #C0C71C;
}
.BgClassName
{
background-color: #C0C71C;
}
</style>
border-color css
<style>
span { border-color: #C0C71C; }
span { border-color: rgb(192,199,28); }
td.TdClassName
{
border-color: #C0C71C;
}
.TagClassName
{
border-color: #C0C71C;
}
</style>