Shades of Rio Grande #C3C819
Tints of Rio Grande #C3C819
RGB
CMYK
RGB Variations
Color information
#C3C819 (or 0xC3C819) is known color: Rio Grande. HEX triplet: C3, C8 and 19. RGB value is (195,200,25). Sum of RGB (Red+Green+Blue) = 195+200+25=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C819 is #3C37E6. Grayscale: #B3B3B3. Windows color (decimal): -3946471 or 1689795. OLE color: 1689795.
HSL color Cylindrical-coordinate representation of color #C3C819: hue angle of 61.71º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3C819 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 25 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.22 |
| HSL | 61.71º | 0.78% | 0.44% | - |
| HSV(B) | 61.71º | 0.88% | 0.78% | - |
| XYZ | 43.34 | 52.98 | 8.86 | - |
| YUV | 178.56 | 41.34 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 25 | 0.02 | 0 | 0.88 | 0.22 | 61.71 | 0.78 | 0.44 |
| Hex | C3 | C8 | 19 | 2 | 0 | 58 | 16 | 3E | 4E | 2C |
| Octal | 303 | 310 | 31 | 2 | 0 | 130 | 26 | 76 | 116 | 54 |
| Binary | 11000011 | 11001000 | 11001 | 10 | 0 | 1011000 | 10110 | 111110 | 1001110 | 101100 |
Color Harmonies of #C3C819
Complementary color
Monochromatic Colors of #C3C819
Black with #C3C819
Text Example
Text Example
White with #C3C819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C819; }
p { color: rgb(195,200,25); }
H1.HeaderClassName
{
color: #C3C819;
}
.AnyTagClassName
{
color: #C3C819;
}
</style>
background-color css
<style>
a { background-color: #C3C819; }
a { background-color: rgb(195,200,25); }
div.DivClassName
{
background-color: #C3C819;
}
.BgClassName
{
background-color: #C3C819;
}
</style>
border-color css
<style>
span { border-color: #C3C819; }
span { border-color: rgb(195,200,25); }
td.TdClassName
{
border-color: #C3C819;
}
.TagClassName
{
border-color: #C3C819;
}
</style>