Shades of Rio Grande #C3C41E
Tints of Rio Grande #C3C41E
RGB
CMYK
RGB Variations
Color information
#C3C41E (or 0xC3C41E) is known color: Rio Grande. HEX triplet: C3, C4 and 1E. RGB value is (195,196,30). Sum of RGB (Red+Green+Blue) = 195+196+30=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C41E is #3C3BE1. Grayscale: #B1B1B1. Windows color (decimal): -3947490 or 2016451. OLE color: 2016451.
HSL color Cylindrical-coordinate representation of color #C3C41E: hue angle of 60.36º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3C41E is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 30 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.23 |
| HSL | 60.36º | 0.73% | 0.44% | - |
| HSV(B) | 60.36º | 0.85% | 0.77% | - |
| XYZ | 42.48 | 51.18 | 8.87 | - |
| YUV | 176.78 | 45.17 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 30 | 0.01 | 0 | 0.85 | 0.23 | 60.36 | 0.73 | 0.44 |
| Hex | C3 | C4 | 1E | 1 | 0 | 55 | 17 | 3C | 49 | 2C |
| Octal | 303 | 304 | 36 | 1 | 0 | 125 | 27 | 74 | 111 | 54 |
| Binary | 11000011 | 11000100 | 11110 | 1 | 0 | 1010101 | 10111 | 111100 | 1001001 | 101100 |
Color Harmonies of #C3C41E
Complementary color
Monochromatic Colors of #C3C41E
Black with #C3C41E
Text Example
Text Example
White with #C3C41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C41E; }
p { color: rgb(195,196,30); }
H1.HeaderClassName
{
color: #C3C41E;
}
.AnyTagClassName
{
color: #C3C41E;
}
</style>
background-color css
<style>
a { background-color: #C3C41E; }
a { background-color: rgb(195,196,30); }
div.DivClassName
{
background-color: #C3C41E;
}
.BgClassName
{
background-color: #C3C41E;
}
</style>
border-color css
<style>
span { border-color: #C3C41E; }
span { border-color: rgb(195,196,30); }
td.TdClassName
{
border-color: #C3C41E;
}
.TagClassName
{
border-color: #C3C41E;
}
</style>