Shades of Rio Grande #C3C520
Tints of Rio Grande #C3C520
RGB
CMYK
RGB Variations
Color information
#C3C520 (or 0xC3C520) is known color: Rio Grande. HEX triplet: C3, C5 and 20. RGB value is (195,197,32). Sum of RGB (Red+Green+Blue) = 195+197+32=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C520 is #3C3ADF. Grayscale: #B2B2B2. Windows color (decimal): -3947232 or 2147779. OLE color: 2147779.
HSL color Cylindrical-coordinate representation of color #C3C520: hue angle of 60.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3C520 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 32 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.23 |
| HSL | 60.73º | 0.72% | 0.45% | - |
| HSV(B) | 60.73º | 0.84% | 0.77% | - |
| XYZ | 42.73 | 51.64 | 9.08 | - |
| YUV | 177.59 | 45.84 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 32 | 0.01 | 0 | 0.84 | 0.23 | 60.73 | 0.72 | 0.45 |
| Hex | C3 | C5 | 20 | 1 | 0 | 54 | 17 | 3D | 48 | 2D |
| Octal | 303 | 305 | 40 | 1 | 0 | 124 | 27 | 75 | 110 | 55 |
| Binary | 11000011 | 11000101 | 100000 | 1 | 0 | 1010100 | 10111 | 111101 | 1001000 | 101101 |
Color Harmonies of #C3C520
Complementary color
Monochromatic Colors of #C3C520
Black with #C3C520
Text Example
Text Example
White with #C3C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C520; }
p { color: rgb(195,197,32); }
H1.HeaderClassName
{
color: #C3C520;
}
.AnyTagClassName
{
color: #C3C520;
}
</style>
background-color css
<style>
a { background-color: #C3C520; }
a { background-color: rgb(195,197,32); }
div.DivClassName
{
background-color: #C3C520;
}
.BgClassName
{
background-color: #C3C520;
}
</style>
border-color css
<style>
span { border-color: #C3C520; }
span { border-color: rgb(195,197,32); }
td.TdClassName
{
border-color: #C3C520;
}
.TagClassName
{
border-color: #C3C520;
}
</style>