Shades of Rio Grande #C0C128
Tints of Rio Grande #C0C128
RGB
CMYK
RGB Variations
Color information
#C0C128 (or 0xC0C128) is known color: Rio Grande. HEX triplet: C0, C1 and 28. RGB value is (192,193,40). Sum of RGB (Red+Green+Blue) = 192+193+40=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C128 is #3F3ED7. Grayscale: #AFAFAF. Windows color (decimal): -4144856 or 2671040. OLE color: 2671040.
HSL color Cylindrical-coordinate representation of color #C0C128: hue angle of 60.39º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0C128 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 40 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.24 |
| HSL | 60.39º | 0.66% | 0.46% | - |
| HSV(B) | 60.39º | 0.79% | 0.76% | - |
| XYZ | 41.19 | 49.5 | 9.39 | - |
| YUV | 175.26 | 51.67 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 40 | 0.01 | 0 | 0.79 | 0.24 | 60.39 | 0.66 | 0.46 |
| Hex | C0 | C1 | 28 | 1 | 0 | 4F | 18 | 3C | 42 | 2E |
| Octal | 300 | 301 | 50 | 1 | 0 | 117 | 30 | 74 | 102 | 56 |
| Binary | 11000000 | 11000001 | 101000 | 1 | 0 | 1001111 | 11000 | 111100 | 1000010 | 101110 |
Color Harmonies of #C0C128
Complementary color
Monochromatic Colors of #C0C128
Black with #C0C128
Text Example
Text Example
White with #C0C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C128; }
p { color: rgb(192,193,40); }
H1.HeaderClassName
{
color: #C0C128;
}
.AnyTagClassName
{
color: #C0C128;
}
</style>
background-color css
<style>
a { background-color: #C0C128; }
a { background-color: rgb(192,193,40); }
div.DivClassName
{
background-color: #C0C128;
}
.BgClassName
{
background-color: #C0C128;
}
</style>
border-color css
<style>
span { border-color: #C0C128; }
span { border-color: rgb(192,193,40); }
td.TdClassName
{
border-color: #C0C128;
}
.TagClassName
{
border-color: #C0C128;
}
</style>