Shades of Rio Grande #C2C425
Tints of Rio Grande #C2C425
RGB
CMYK
RGB Variations
Color information
#C2C425 (or 0xC2C425) is known color: Rio Grande. HEX triplet: C2, C4 and 25. RGB value is (194,196,37). Sum of RGB (Red+Green+Blue) = 194+196+37=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 37 (14.84% from 255 or 8.67% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C425 is #3D3BDA. Grayscale: #B1B1B1. Windows color (decimal): -4013019 or 2475202. OLE color: 2475202.
HSL color Cylindrical-coordinate representation of color #C2C425: hue angle of 60.75º 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 #C2C425 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 37 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.23 |
| HSL | 60.75º | 0.68% | 0.46% | - |
| HSV(B) | 60.75º | 0.81% | 0.77% | - |
| XYZ | 42.32 | 51.08 | 9.38 | - |
| YUV | 177.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 37 | 0.01 | 0 | 0.81 | 0.23 | 60.75 | 0.68 | 0.46 |
| Hex | C2 | C4 | 25 | 1 | 0 | 51 | 17 | 3D | 44 | 2E |
| Octal | 302 | 304 | 45 | 1 | 0 | 121 | 27 | 75 | 104 | 56 |
| Binary | 11000010 | 11000100 | 100101 | 1 | 0 | 1010001 | 10111 | 111101 | 1000100 | 101110 |
Color Harmonies of #C2C425
Complementary color
Monochromatic Colors of #C2C425
Black with #C2C425
Text Example
Text Example
White with #C2C425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C425; }
p { color: rgb(194,196,37); }
H1.HeaderClassName
{
color: #C2C425;
}
.AnyTagClassName
{
color: #C2C425;
}
</style>
background-color css
<style>
a { background-color: #C2C425; }
a { background-color: rgb(194,196,37); }
div.DivClassName
{
background-color: #C2C425;
}
.BgClassName
{
background-color: #C2C425;
}
</style>
border-color css
<style>
span { border-color: #C2C425; }
span { border-color: rgb(194,196,37); }
td.TdClassName
{
border-color: #C2C425;
}
.TagClassName
{
border-color: #C2C425;
}
</style>