Shades of Rio Grande #C0C228
Tints of Rio Grande #C0C228
RGB
CMYK
RGB Variations
Color information
#C0C228 (or 0xC0C228) is known color: Rio Grande. HEX triplet: C0, C2 and 28. RGB value is (192,194,40). Sum of RGB (Red+Green+Blue) = 192+194+40=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C228 is #3F3DD7. Grayscale: #B0B0B0. Windows color (decimal): -4144600 or 2671296. OLE color: 2671296.
HSL color Cylindrical-coordinate representation of color #C0C228: hue angle of 60.78º 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 #C0C228 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 40 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.24 |
| HSL | 60.78º | 0.66% | 0.46% | - |
| HSV(B) | 60.78º | 0.79% | 0.76% | - |
| XYZ | 41.41 | 49.94 | 9.46 | - |
| YUV | 175.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 40 | 0.01 | 0 | 0.79 | 0.24 | 60.78 | 0.66 | 0.46 |
| Hex | C0 | C2 | 28 | 1 | 0 | 4F | 18 | 3D | 42 | 2E |
| Octal | 300 | 302 | 50 | 1 | 0 | 117 | 30 | 75 | 102 | 56 |
| Binary | 11000000 | 11000010 | 101000 | 1 | 0 | 1001111 | 11000 | 111101 | 1000010 | 101110 |
Color Harmonies of #C0C228
Complementary color
Monochromatic Colors of #C0C228
Black with #C0C228
Text Example
Text Example
White with #C0C228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C228; }
p { color: rgb(192,194,40); }
H1.HeaderClassName
{
color: #C0C228;
}
.AnyTagClassName
{
color: #C0C228;
}
</style>
background-color css
<style>
a { background-color: #C0C228; }
a { background-color: rgb(192,194,40); }
div.DivClassName
{
background-color: #C0C228;
}
.BgClassName
{
background-color: #C0C228;
}
</style>
border-color css
<style>
span { border-color: #C0C228; }
span { border-color: rgb(192,194,40); }
td.TdClassName
{
border-color: #C0C228;
}
.TagClassName
{
border-color: #C0C228;
}
</style>