Shades of Rio Grande #C3CA20
Tints of Rio Grande #C3CA20
RGB
CMYK
RGB Variations
Color information
#C3CA20 (or 0xC3CA20) is known color: Rio Grande. HEX triplet: C3, CA and 20. RGB value is (195,202,32). Sum of RGB (Red+Green+Blue) = 195+202+32=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CA20 is #3C35DF. Grayscale: #B5B5B5. Windows color (decimal): -3945952 or 2149059. OLE color: 2149059.
HSL color Cylindrical-coordinate representation of color #C3CA20: hue angle of 62.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3CA20 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 202 | 32 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.21 |
| HSL | 62.47º | 0.73% | 0.46% | - |
| HSV(B) | 62.47º | 0.84% | 0.79% | - |
| XYZ | 43.89 | 53.95 | 9.47 | - |
| YUV | 180.53 | 44.18 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 32 | 0.03 | 0 | 0.84 | 0.21 | 62.47 | 0.73 | 0.46 |
| Hex | C3 | CA | 20 | 3 | 0 | 54 | 15 | 3E | 49 | 2E |
| Octal | 303 | 312 | 40 | 3 | 0 | 124 | 25 | 76 | 111 | 56 |
| Binary | 11000011 | 11001010 | 100000 | 11 | 0 | 1010100 | 10101 | 111110 | 1001001 | 101110 |
Color Harmonies of #C3CA20
Complementary color
Monochromatic Colors of #C3CA20
Black with #C3CA20
Text Example
Text Example
White with #C3CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CA20; }
p { color: rgb(195,202,32); }
H1.HeaderClassName
{
color: #C3CA20;
}
.AnyTagClassName
{
color: #C3CA20;
}
</style>
background-color css
<style>
a { background-color: #C3CA20; }
a { background-color: rgb(195,202,32); }
div.DivClassName
{
background-color: #C3CA20;
}
.BgClassName
{
background-color: #C3CA20;
}
</style>
border-color css
<style>
span { border-color: #C3CA20; }
span { border-color: rgb(195,202,32); }
td.TdClassName
{
border-color: #C3CA20;
}
.TagClassName
{
border-color: #C3CA20;
}
</style>