Shades of Rio Grande #C2C01D
Tints of Rio Grande #C2C01D
RGB
CMYK
RGB Variations
Color information
#C2C01D (or 0xC2C01D) is known color: Rio Grande. HEX triplet: C2, C0 and 1D. RGB value is (194,192,29). Sum of RGB (Red+Green+Blue) = 194+192+29=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C01D is #3D3FE2. Grayscale: #AEAEAE. Windows color (decimal): -4014051 or 1949890. OLE color: 1949890.
HSL color Cylindrical-coordinate representation of color #C2C01D: hue angle of 59.27º degrees, saturation: 0.74, 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 #C2C01D is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 29 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.24 |
| HSL | 59.27º | 0.74% | 0.44% | - |
| HSV(B) | 59.27º | 0.85% | 0.76% | - |
| XYZ | 41.32 | 49.26 | 8.49 | - |
| YUV | 174.02 | 46.16 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 29 | 0 | 0.01 | 0.85 | 0.24 | 59.27 | 0.74 | 0.44 |
| Hex | C2 | C0 | 1D | 0 | 1 | 55 | 18 | 3B | 4A | 2C |
| Octal | 302 | 300 | 35 | 0 | 1 | 125 | 30 | 73 | 112 | 54 |
| Binary | 11000010 | 11000000 | 11101 | 0 | 1 | 1010101 | 11000 | 111011 | 1001010 | 101100 |
Color Harmonies of #C2C01D
Complementary color
Monochromatic Colors of #C2C01D
Black with #C2C01D
Text Example
Text Example
White with #C2C01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C01D; }
p { color: rgb(194,192,29); }
H1.HeaderClassName
{
color: #C2C01D;
}
.AnyTagClassName
{
color: #C2C01D;
}
</style>
background-color css
<style>
a { background-color: #C2C01D; }
a { background-color: rgb(194,192,29); }
div.DivClassName
{
background-color: #C2C01D;
}
.BgClassName
{
background-color: #C2C01D;
}
</style>
border-color css
<style>
span { border-color: #C2C01D; }
span { border-color: rgb(194,192,29); }
td.TdClassName
{
border-color: #C2C01D;
}
.TagClassName
{
border-color: #C2C01D;
}
</style>