Shades of Rio Grande #C0C122
Tints of Rio Grande #C0C122
RGB
CMYK
RGB Variations
Color information
#C0C122 (or 0xC0C122) is known color: Rio Grande. HEX triplet: C0, C1 and 22. RGB value is (192,193,34). Sum of RGB (Red+Green+Blue) = 192+193+34=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C122 is #3F3EDD. Grayscale: #AFAFAF. Windows color (decimal): -4144862 or 2277824. OLE color: 2277824.
HSL color Cylindrical-coordinate representation of color #C0C122: hue angle of 60.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0C122 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 34 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.24 |
| HSL | 60.38º | 0.7% | 0.45% | - |
| HSV(B) | 60.38º | 0.82% | 0.76% | - |
| XYZ | 41.1 | 49.46 | 8.89 | - |
| YUV | 174.58 | 48.67 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 34 | 0.01 | 0 | 0.82 | 0.24 | 60.38 | 0.7 | 0.45 |
| Hex | C0 | C1 | 22 | 1 | 0 | 52 | 18 | 3C | 46 | 2D |
| Octal | 300 | 301 | 42 | 1 | 0 | 122 | 30 | 74 | 106 | 55 |
| Binary | 11000000 | 11000001 | 100010 | 1 | 0 | 1010010 | 11000 | 111100 | 1000110 | 101101 |
Color Harmonies of #C0C122
Complementary color
Monochromatic Colors of #C0C122
Black with #C0C122
Text Example
Text Example
White with #C0C122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C122; }
p { color: rgb(192,193,34); }
H1.HeaderClassName
{
color: #C0C122;
}
.AnyTagClassName
{
color: #C0C122;
}
</style>
background-color css
<style>
a { background-color: #C0C122; }
a { background-color: rgb(192,193,34); }
div.DivClassName
{
background-color: #C0C122;
}
.BgClassName
{
background-color: #C0C122;
}
</style>
border-color css
<style>
span { border-color: #C0C122; }
span { border-color: rgb(192,193,34); }
td.TdClassName
{
border-color: #C0C122;
}
.TagClassName
{
border-color: #C0C122;
}
</style>