Shades of Rio Grande #C0C226
Tints of Rio Grande #C0C226
RGB
CMYK
RGB Variations
Color information
#C0C226 (or 0xC0C226) is known color: Rio Grande. HEX triplet: C0, C2 and 26. RGB value is (192,194,38). Sum of RGB (Red+Green+Blue) = 192+194+38=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C226 is #3F3DD9. Grayscale: #B0B0B0. Windows color (decimal): -4144602 or 2540224. OLE color: 2540224.
HSL color Cylindrical-coordinate representation of color #C0C226: hue angle of 60.77º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0C226 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 38 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.24 |
| HSL | 60.77º | 0.67% | 0.45% | - |
| HSV(B) | 60.77º | 0.8% | 0.76% | - |
| XYZ | 41.38 | 49.93 | 9.29 | - |
| YUV | 175.62 | 50.34 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 38 | 0.01 | 0 | 0.80 | 0.24 | 60.77 | 0.67 | 0.45 |
| Hex | C0 | C2 | 26 | 1 | 0 | 50 | 18 | 3D | 43 | 2D |
| Octal | 300 | 302 | 46 | 1 | 0 | 120 | 30 | 75 | 103 | 55 |
| Binary | 11000000 | 11000010 | 100110 | 1 | 0 | 1010000 | 11000 | 111101 | 1000011 | 101101 |
Color Harmonies of #C0C226
Complementary color
Monochromatic Colors of #C0C226
Black with #C0C226
Text Example
Text Example
White with #C0C226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C226; }
p { color: rgb(192,194,38); }
H1.HeaderClassName
{
color: #C0C226;
}
.AnyTagClassName
{
color: #C0C226;
}
</style>
background-color css
<style>
a { background-color: #C0C226; }
a { background-color: rgb(192,194,38); }
div.DivClassName
{
background-color: #C0C226;
}
.BgClassName
{
background-color: #C0C226;
}
</style>
border-color css
<style>
span { border-color: #C0C226; }
span { border-color: rgb(192,194,38); }
td.TdClassName
{
border-color: #C0C226;
}
.TagClassName
{
border-color: #C0C226;
}
</style>