Shades of Rio Grande #C0C326
Tints of Rio Grande #C0C326
RGB
CMYK
RGB Variations
Color information
#C0C326 (or 0xC0C326) is known color: Rio Grande. HEX triplet: C0, C3 and 26. RGB value is (192,195,38). Sum of RGB (Red+Green+Blue) = 192+195+38=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C326 is #3F3CD9. Grayscale: #B0B0B0. Windows color (decimal): -4144346 or 2540480. OLE color: 2540480.
HSL color Cylindrical-coordinate representation of color #C0C326: hue angle of 61.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0C326 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 38 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.24 |
| HSL | 61.15º | 0.67% | 0.46% | - |
| HSV(B) | 61.15º | 0.81% | 0.76% | - |
| XYZ | 41.6 | 50.38 | 9.36 | - |
| YUV | 176.21 | 50.01 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 38 | 0.02 | 0 | 0.81 | 0.24 | 61.15 | 0.67 | 0.46 |
| Hex | C0 | C3 | 26 | 2 | 0 | 51 | 18 | 3D | 43 | 2E |
| Octal | 300 | 303 | 46 | 2 | 0 | 121 | 30 | 75 | 103 | 56 |
| Binary | 11000000 | 11000011 | 100110 | 10 | 0 | 1010001 | 11000 | 111101 | 1000011 | 101110 |
Color Harmonies of #C0C326
Complementary color
Monochromatic Colors of #C0C326
Black with #C0C326
Text Example
Text Example
White with #C0C326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C326; }
p { color: rgb(192,195,38); }
H1.HeaderClassName
{
color: #C0C326;
}
.AnyTagClassName
{
color: #C0C326;
}
</style>
background-color css
<style>
a { background-color: #C0C326; }
a { background-color: rgb(192,195,38); }
div.DivClassName
{
background-color: #C0C326;
}
.BgClassName
{
background-color: #C0C326;
}
</style>
border-color css
<style>
span { border-color: #C0C326; }
span { border-color: rgb(192,195,38); }
td.TdClassName
{
border-color: #C0C326;
}
.TagClassName
{
border-color: #C0C326;
}
</style>