Shades of Rio Grande #C0C11A
Tints of Rio Grande #C0C11A
RGB
CMYK
RGB Variations
Color information
#C0C11A (or 0xC0C11A) is known color: Rio Grande. HEX triplet: C0, C1 and 1A. RGB value is (192,193,26). Sum of RGB (Red+Green+Blue) = 192+193+26=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C11A is #3F3EE5. Grayscale: #AEAEAE. Windows color (decimal): -4144870 or 1753536. OLE color: 1753536.
HSL color Cylindrical-coordinate representation of color #C0C11A: hue angle of 60.36º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0C11A is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 26 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.24 |
| HSL | 60.36º | 0.76% | 0.43% | - |
| HSV(B) | 60.36º | 0.87% | 0.76% | - |
| XYZ | 40.99 | 49.42 | 8.36 | - |
| YUV | 173.66 | 44.67 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 26 | 0.01 | 0 | 0.87 | 0.24 | 60.36 | 0.76 | 0.43 |
| Hex | C0 | C1 | 1A | 1 | 0 | 57 | 18 | 3C | 4C | 2B |
| Octal | 300 | 301 | 32 | 1 | 0 | 127 | 30 | 74 | 114 | 53 |
| Binary | 11000000 | 11000001 | 11010 | 1 | 0 | 1010111 | 11000 | 111100 | 1001100 | 101011 |
Color Harmonies of #C0C11A
Complementary color
Monochromatic Colors of #C0C11A
Black with #C0C11A
Text Example
Text Example
White with #C0C11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C11A; }
p { color: rgb(192,193,26); }
H1.HeaderClassName
{
color: #C0C11A;
}
.AnyTagClassName
{
color: #C0C11A;
}
</style>
background-color css
<style>
a { background-color: #C0C11A; }
a { background-color: rgb(192,193,26); }
div.DivClassName
{
background-color: #C0C11A;
}
.BgClassName
{
background-color: #C0C11A;
}
</style>
border-color css
<style>
span { border-color: #C0C11A; }
span { border-color: rgb(192,193,26); }
td.TdClassName
{
border-color: #C0C11A;
}
.TagClassName
{
border-color: #C0C11A;
}
</style>