Shades of Rio Grande #C0C221
Tints of Rio Grande #C0C221
RGB
CMYK
RGB Variations
Color information
#C0C221 (or 0xC0C221) is known color: Rio Grande. HEX triplet: C0, C2 and 21. RGB value is (192,194,33). Sum of RGB (Red+Green+Blue) = 192+194+33=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C221 is #3F3DDE. Grayscale: #AFAFAF. Windows color (decimal): -4144607 or 2212544. OLE color: 2212544.
HSL color Cylindrical-coordinate representation of color #C0C221: hue angle of 60.75º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0C221 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 33 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.24 |
| HSL | 60.75º | 0.71% | 0.45% | - |
| HSV(B) | 60.75º | 0.83% | 0.76% | - |
| XYZ | 41.3 | 49.9 | 8.89 | - |
| YUV | 175.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 33 | 0.01 | 0 | 0.83 | 0.24 | 60.75 | 0.71 | 0.45 |
| Hex | C0 | C2 | 21 | 1 | 0 | 53 | 18 | 3D | 47 | 2D |
| Octal | 300 | 302 | 41 | 1 | 0 | 123 | 30 | 75 | 107 | 55 |
| Binary | 11000000 | 11000010 | 100001 | 1 | 0 | 1010011 | 11000 | 111101 | 1000111 | 101101 |
Color Harmonies of #C0C221
Complementary color
Monochromatic Colors of #C0C221
Black with #C0C221
Text Example
Text Example
White with #C0C221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C221; }
p { color: rgb(192,194,33); }
H1.HeaderClassName
{
color: #C0C221;
}
.AnyTagClassName
{
color: #C0C221;
}
</style>
background-color css
<style>
a { background-color: #C0C221; }
a { background-color: rgb(192,194,33); }
div.DivClassName
{
background-color: #C0C221;
}
.BgClassName
{
background-color: #C0C221;
}
</style>
border-color css
<style>
span { border-color: #C0C221; }
span { border-color: rgb(192,194,33); }
td.TdClassName
{
border-color: #C0C221;
}
.TagClassName
{
border-color: #C0C221;
}
</style>