Shades of Rio Grande #C1C321
Tints of Rio Grande #C1C321
RGB
CMYK
RGB Variations
Color information
#C1C321 (or 0xC1C321) is known color: Rio Grande. HEX triplet: C1, C3 and 21. RGB value is (193,195,33). Sum of RGB (Red+Green+Blue) = 193+195+33=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C321 is #3E3CDE. Grayscale: #B0B0B0. Windows color (decimal): -4078815 or 2212801. OLE color: 2212801.
HSL color Cylindrical-coordinate representation of color #C1C321: hue angle of 60.74º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1C321 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 195 | 33 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.24 |
| HSL | 60.74º | 0.71% | 0.45% | - |
| HSV(B) | 60.74º | 0.83% | 0.76% | - |
| XYZ | 41.78 | 50.48 | 8.98 | - |
| YUV | 175.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 195 | 33 | 0.01 | 0 | 0.83 | 0.24 | 60.74 | 0.71 | 0.45 |
| Hex | C1 | C3 | 21 | 1 | 0 | 53 | 18 | 3D | 47 | 2D |
| Octal | 301 | 303 | 41 | 1 | 0 | 123 | 30 | 75 | 107 | 55 |
| Binary | 11000001 | 11000011 | 100001 | 1 | 0 | 1010011 | 11000 | 111101 | 1000111 | 101101 |
Color Harmonies of #C1C321
Complementary color
Monochromatic Colors of #C1C321
Black with #C1C321
Text Example
Text Example
White with #C1C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C321; }
p { color: rgb(193,195,33); }
H1.HeaderClassName
{
color: #C1C321;
}
.AnyTagClassName
{
color: #C1C321;
}
</style>
background-color css
<style>
a { background-color: #C1C321; }
a { background-color: rgb(193,195,33); }
div.DivClassName
{
background-color: #C1C321;
}
.BgClassName
{
background-color: #C1C321;
}
</style>
border-color css
<style>
span { border-color: #C1C321; }
span { border-color: rgb(193,195,33); }
td.TdClassName
{
border-color: #C1C321;
}
.TagClassName
{
border-color: #C1C321;
}
</style>