Shades of Rio Grande #C1C320
Tints of Rio Grande #C1C320
RGB
CMYK
RGB Variations
Color information
#C1C320 (or 0xC1C320) is known color: Rio Grande. HEX triplet: C1, C3 and 20. RGB value is (193,195,32). Sum of RGB (Red+Green+Blue) = 193+195+32=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C320 is #3E3CDF. Grayscale: #B0B0B0. Windows color (decimal): -4078816 or 2147265. OLE color: 2147265.
HSL color Cylindrical-coordinate representation of color #C1C320: hue angle of 60.74º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1C320 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 195 | 32 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.24 |
| HSL | 60.74º | 0.72% | 0.45% | - |
| HSV(B) | 60.74º | 0.84% | 0.76% | - |
| XYZ | 41.77 | 50.47 | 8.91 | - |
| YUV | 175.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 195 | 32 | 0.01 | 0 | 0.84 | 0.24 | 60.74 | 0.72 | 0.45 |
| Hex | C1 | C3 | 20 | 1 | 0 | 54 | 18 | 3D | 48 | 2D |
| Octal | 301 | 303 | 40 | 1 | 0 | 124 | 30 | 75 | 110 | 55 |
| Binary | 11000001 | 11000011 | 100000 | 1 | 0 | 1010100 | 11000 | 111101 | 1001000 | 101101 |
Color Harmonies of #C1C320
Complementary color
Monochromatic Colors of #C1C320
Black with #C1C320
Text Example
Text Example
White with #C1C320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C320; }
p { color: rgb(193,195,32); }
H1.HeaderClassName
{
color: #C1C320;
}
.AnyTagClassName
{
color: #C1C320;
}
</style>
background-color css
<style>
a { background-color: #C1C320; }
a { background-color: rgb(193,195,32); }
div.DivClassName
{
background-color: #C1C320;
}
.BgClassName
{
background-color: #C1C320;
}
</style>
border-color css
<style>
span { border-color: #C1C320; }
span { border-color: rgb(193,195,32); }
td.TdClassName
{
border-color: #C1C320;
}
.TagClassName
{
border-color: #C1C320;
}
</style>