Shades of Rio Grande #C0C525
Tints of Rio Grande #C0C525
RGB
CMYK
RGB Variations
Color information
#C0C525 (or 0xC0C525) is known color: Rio Grande. HEX triplet: C0, C5 and 25. RGB value is (192,197,37). Sum of RGB (Red+Green+Blue) = 192+197+37=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C525 is #3F3ADA. Grayscale: #B1B1B1. Windows color (decimal): -4143835 or 2475456. OLE color: 2475456.
HSL color Cylindrical-coordinate representation of color #C0C525: hue angle of 61.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0C525 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 37 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.23 |
| HSL | 61.88º | 0.68% | 0.46% | - |
| HSV(B) | 61.88º | 0.81% | 0.77% | - |
| XYZ | 42.04 | 51.27 | 9.43 | - |
| YUV | 177.27 | 48.84 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 37 | 0.03 | 0 | 0.81 | 0.23 | 61.88 | 0.68 | 0.46 |
| Hex | C0 | C5 | 25 | 3 | 0 | 51 | 17 | 3E | 44 | 2E |
| Octal | 300 | 305 | 45 | 3 | 0 | 121 | 27 | 76 | 104 | 56 |
| Binary | 11000000 | 11000101 | 100101 | 11 | 0 | 1010001 | 10111 | 111110 | 1000100 | 101110 |
Color Harmonies of #C0C525
Complementary color
Monochromatic Colors of #C0C525
Black with #C0C525
Text Example
Text Example
White with #C0C525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C525; }
p { color: rgb(192,197,37); }
H1.HeaderClassName
{
color: #C0C525;
}
.AnyTagClassName
{
color: #C0C525;
}
</style>
background-color css
<style>
a { background-color: #C0C525; }
a { background-color: rgb(192,197,37); }
div.DivClassName
{
background-color: #C0C525;
}
.BgClassName
{
background-color: #C0C525;
}
</style>
border-color css
<style>
span { border-color: #C0C525; }
span { border-color: rgb(192,197,37); }
td.TdClassName
{
border-color: #C0C525;
}
.TagClassName
{
border-color: #C0C525;
}
</style>