Shades of Rio Grande #C2C11D
Tints of Rio Grande #C2C11D
RGB
CMYK
RGB Variations
Color information
#C2C11D (or 0xC2C11D) is known color: Rio Grande. HEX triplet: C2, C1 and 1D. RGB value is (194,193,29). Sum of RGB (Red+Green+Blue) = 194+193+29=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C11D is #3D3EE2. Grayscale: #AFAFAF. Windows color (decimal): -4013795 or 1950146. OLE color: 1950146.
HSL color Cylindrical-coordinate representation of color #C2C11D: hue angle of 59.64º 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 #C2C11D is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 193 | 29 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.24 |
| HSL | 59.64º | 0.74% | 0.44% | - |
| HSV(B) | 59.64º | 0.85% | 0.76% | - |
| XYZ | 41.54 | 49.7 | 8.57 | - |
| YUV | 174.6 | 45.83 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 29 | 0 | 0.01 | 0.85 | 0.24 | 59.64 | 0.74 | 0.44 |
| Hex | C2 | C1 | 1D | 0 | 1 | 55 | 18 | 3C | 4A | 2C |
| Octal | 302 | 301 | 35 | 0 | 1 | 125 | 30 | 74 | 112 | 54 |
| Binary | 11000010 | 11000001 | 11101 | 0 | 1 | 1010101 | 11000 | 111100 | 1001010 | 101100 |
Color Harmonies of #C2C11D
Complementary color
Monochromatic Colors of #C2C11D
Black with #C2C11D
Text Example
Text Example
White with #C2C11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C11D; }
p { color: rgb(194,193,29); }
H1.HeaderClassName
{
color: #C2C11D;
}
.AnyTagClassName
{
color: #C2C11D;
}
</style>
background-color css
<style>
a { background-color: #C2C11D; }
a { background-color: rgb(194,193,29); }
div.DivClassName
{
background-color: #C2C11D;
}
.BgClassName
{
background-color: #C2C11D;
}
</style>
border-color css
<style>
span { border-color: #C2C11D; }
span { border-color: rgb(194,193,29); }
td.TdClassName
{
border-color: #C2C11D;
}
.TagClassName
{
border-color: #C2C11D;
}
</style>