Shades of Rio Grande #C3C51B
Tints of Rio Grande #C3C51B
RGB
CMYK
RGB Variations
Color information
#C3C51B (or 0xC3C51B) is known color: Rio Grande. HEX triplet: C3, C5 and 1B. RGB value is (195,197,27). Sum of RGB (Red+Green+Blue) = 195+197+27=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C51B is #3C3AE4. Grayscale: #B1B1B1. Windows color (decimal): -3947237 or 1820099. OLE color: 1820099.
HSL color Cylindrical-coordinate representation of color #C3C51B: hue angle of 60.71º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3C51B is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 27 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.23 |
| HSL | 60.71º | 0.76% | 0.44% | - |
| HSV(B) | 60.71º | 0.86% | 0.77% | - |
| XYZ | 42.67 | 51.61 | 8.75 | - |
| YUV | 177.02 | 43.34 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 27 | 0.01 | 0 | 0.86 | 0.23 | 60.71 | 0.76 | 0.44 |
| Hex | C3 | C5 | 1B | 1 | 0 | 56 | 17 | 3D | 4C | 2C |
| Octal | 303 | 305 | 33 | 1 | 0 | 126 | 27 | 75 | 114 | 54 |
| Binary | 11000011 | 11000101 | 11011 | 1 | 0 | 1010110 | 10111 | 111101 | 1001100 | 101100 |
Color Harmonies of #C3C51B
Complementary color
Monochromatic Colors of #C3C51B
Black with #C3C51B
Text Example
Text Example
White with #C3C51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C51B; }
p { color: rgb(195,197,27); }
H1.HeaderClassName
{
color: #C3C51B;
}
.AnyTagClassName
{
color: #C3C51B;
}
</style>
background-color css
<style>
a { background-color: #C3C51B; }
a { background-color: rgb(195,197,27); }
div.DivClassName
{
background-color: #C3C51B;
}
.BgClassName
{
background-color: #C3C51B;
}
</style>
border-color css
<style>
span { border-color: #C3C51B; }
span { border-color: rgb(195,197,27); }
td.TdClassName
{
border-color: #C3C51B;
}
.TagClassName
{
border-color: #C3C51B;
}
</style>