Shades of Rio Grande #C1CA20
Tints of Rio Grande #C1CA20
RGB
CMYK
RGB Variations
Color information
#C1CA20 (or 0xC1CA20) is known color: Rio Grande. HEX triplet: C1, CA and 20. RGB value is (193,202,32). Sum of RGB (Red+Green+Blue) = 193+202+32=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CA20 is #3E35DF. Grayscale: #B4B4B4. Windows color (decimal): -4077024 or 2149057. OLE color: 2149057.
HSL color Cylindrical-coordinate representation of color #C1CA20: hue angle of 63.18º 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 #C1CA20 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 32 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.21 |
| HSL | 63.18º | 0.73% | 0.46% | - |
| HSV(B) | 63.18º | 0.84% | 0.79% | - |
| XYZ | 43.37 | 53.68 | 9.44 | - |
| YUV | 179.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 32 | 0.04 | 0 | 0.84 | 0.21 | 63.18 | 0.73 | 0.46 |
| Hex | C1 | CA | 20 | 4 | 0 | 54 | 15 | 3F | 49 | 2E |
| Octal | 301 | 312 | 40 | 4 | 0 | 124 | 25 | 77 | 111 | 56 |
| Binary | 11000001 | 11001010 | 100000 | 100 | 0 | 1010100 | 10101 | 111111 | 1001001 | 101110 |
Color Harmonies of #C1CA20
Complementary color
Monochromatic Colors of #C1CA20
Black with #C1CA20
Text Example
Text Example
White with #C1CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA20; }
p { color: rgb(193,202,32); }
H1.HeaderClassName
{
color: #C1CA20;
}
.AnyTagClassName
{
color: #C1CA20;
}
</style>
background-color css
<style>
a { background-color: #C1CA20; }
a { background-color: rgb(193,202,32); }
div.DivClassName
{
background-color: #C1CA20;
}
.BgClassName
{
background-color: #C1CA20;
}
</style>
border-color css
<style>
span { border-color: #C1CA20; }
span { border-color: rgb(193,202,32); }
td.TdClassName
{
border-color: #C1CA20;
}
.TagClassName
{
border-color: #C1CA20;
}
</style>