Shades of Rio Grande #C3C220
Tints of Rio Grande #C3C220
RGB
CMYK
RGB Variations
Color information
#C3C220 (or 0xC3C220) is known color: Rio Grande. HEX triplet: C3, C2 and 20. RGB value is (195,194,32). Sum of RGB (Red+Green+Blue) = 195+194+32=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C220 is #3C3DDF. Grayscale: #B0B0B0. Windows color (decimal): -3948000 or 2147011. OLE color: 2147011.
HSL color Cylindrical-coordinate representation of color #C3C220: hue angle of 59.63º 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 #C3C220 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 32 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.24 |
| HSL | 59.63º | 0.72% | 0.45% | - |
| HSV(B) | 59.63º | 0.84% | 0.76% | - |
| XYZ | 42.06 | 50.29 | 8.86 | - |
| YUV | 175.83 | 46.83 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 32 | 0 | 0.01 | 0.84 | 0.24 | 59.63 | 0.72 | 0.45 |
| Hex | C3 | C2 | 20 | 0 | 1 | 54 | 18 | 3C | 48 | 2D |
| Octal | 303 | 302 | 40 | 0 | 1 | 124 | 30 | 74 | 110 | 55 |
| Binary | 11000011 | 11000010 | 100000 | 0 | 1 | 1010100 | 11000 | 111100 | 1001000 | 101101 |
Color Harmonies of #C3C220
Complementary color
Monochromatic Colors of #C3C220
Black with #C3C220
Text Example
Text Example
White with #C3C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C220; }
p { color: rgb(195,194,32); }
H1.HeaderClassName
{
color: #C3C220;
}
.AnyTagClassName
{
color: #C3C220;
}
</style>
background-color css
<style>
a { background-color: #C3C220; }
a { background-color: rgb(195,194,32); }
div.DivClassName
{
background-color: #C3C220;
}
.BgClassName
{
background-color: #C3C220;
}
</style>
border-color css
<style>
span { border-color: #C3C220; }
span { border-color: rgb(195,194,32); }
td.TdClassName
{
border-color: #C3C220;
}
.TagClassName
{
border-color: #C3C220;
}
</style>