Shades of Rio Grande #C3C522
Tints of Rio Grande #C3C522
RGB
CMYK
RGB Variations
Color information
#C3C522 (or 0xC3C522) is known color: Rio Grande. HEX triplet: C3, C5 and 22. RGB value is (195,197,34). Sum of RGB (Red+Green+Blue) = 195+197+34=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C522 is #3C3ADD. Grayscale: #B2B2B2. Windows color (decimal): -3947230 or 2278851. OLE color: 2278851.
HSL color Cylindrical-coordinate representation of color #C3C522: hue angle of 60.74º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3C522 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 34 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.23 |
| HSL | 60.74º | 0.71% | 0.45% | - |
| HSV(B) | 60.74º | 0.83% | 0.77% | - |
| XYZ | 42.76 | 51.65 | 9.23 | - |
| YUV | 177.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 34 | 0.01 | 0 | 0.83 | 0.23 | 60.74 | 0.71 | 0.45 |
| Hex | C3 | C5 | 22 | 1 | 0 | 53 | 17 | 3D | 47 | 2D |
| Octal | 303 | 305 | 42 | 1 | 0 | 123 | 27 | 75 | 107 | 55 |
| Binary | 11000011 | 11000101 | 100010 | 1 | 0 | 1010011 | 10111 | 111101 | 1000111 | 101101 |
Color Harmonies of #C3C522
Complementary color
Monochromatic Colors of #C3C522
Black with #C3C522
Text Example
Text Example
White with #C3C522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C522; }
p { color: rgb(195,197,34); }
H1.HeaderClassName
{
color: #C3C522;
}
.AnyTagClassName
{
color: #C3C522;
}
</style>
background-color css
<style>
a { background-color: #C3C522; }
a { background-color: rgb(195,197,34); }
div.DivClassName
{
background-color: #C3C522;
}
.BgClassName
{
background-color: #C3C522;
}
</style>
border-color css
<style>
span { border-color: #C3C522; }
span { border-color: rgb(195,197,34); }
td.TdClassName
{
border-color: #C3C522;
}
.TagClassName
{
border-color: #C3C522;
}
</style>