Shades of Rio Grande #C2C01E
Tints of Rio Grande #C2C01E
RGB
CMYK
RGB Variations
Color information
#C2C01E (or 0xC2C01E) is known color: Rio Grande. HEX triplet: C2, C0 and 1E. RGB value is (194,192,30). Sum of RGB (Red+Green+Blue) = 194+192+30=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C01E is #3D3FE1. Grayscale: #AEAEAE. Windows color (decimal): -4014050 or 2015426. OLE color: 2015426.
HSL color Cylindrical-coordinate representation of color #C2C01E: hue angle of 59.27º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2C01E is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 30 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.24 |
| HSL | 59.27º | 0.73% | 0.44% | - |
| HSV(B) | 59.27º | 0.85% | 0.76% | - |
| XYZ | 41.33 | 49.26 | 8.56 | - |
| YUV | 174.13 | 46.66 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 30 | 0 | 0.01 | 0.85 | 0.24 | 59.27 | 0.73 | 0.44 |
| Hex | C2 | C0 | 1E | 0 | 1 | 55 | 18 | 3B | 49 | 2C |
| Octal | 302 | 300 | 36 | 0 | 1 | 125 | 30 | 73 | 111 | 54 |
| Binary | 11000010 | 11000000 | 11110 | 0 | 1 | 1010101 | 11000 | 111011 | 1001001 | 101100 |
Color Harmonies of #C2C01E
Complementary color
Monochromatic Colors of #C2C01E
Black with #C2C01E
Text Example
Text Example
White with #C2C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C01E; }
p { color: rgb(194,192,30); }
H1.HeaderClassName
{
color: #C2C01E;
}
.AnyTagClassName
{
color: #C2C01E;
}
</style>
background-color css
<style>
a { background-color: #C2C01E; }
a { background-color: rgb(194,192,30); }
div.DivClassName
{
background-color: #C2C01E;
}
.BgClassName
{
background-color: #C2C01E;
}
</style>
border-color css
<style>
span { border-color: #C2C01E; }
span { border-color: rgb(194,192,30); }
td.TdClassName
{
border-color: #C2C01E;
}
.TagClassName
{
border-color: #C2C01E;
}
</style>