Shades of Rio Grande #C3C421
Tints of Rio Grande #C3C421
RGB
CMYK
RGB Variations
Color information
#C3C421 (or 0xC3C421) is known color: Rio Grande. HEX triplet: C3, C4 and 21. RGB value is (195,196,33). Sum of RGB (Red+Green+Blue) = 195+196+33=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C421 is #3C3BDE. Grayscale: #B1B1B1. Windows color (decimal): -3947487 or 2213059. OLE color: 2213059.
HSL color Cylindrical-coordinate representation of color #C3C421: hue angle of 60.37º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3C421 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 33 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.23 |
| HSL | 60.37º | 0.71% | 0.45% | - |
| HSV(B) | 60.37º | 0.83% | 0.77% | - |
| XYZ | 42.52 | 51.19 | 9.08 | - |
| YUV | 177.12 | 46.67 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 33 | 0.01 | 0 | 0.83 | 0.23 | 60.37 | 0.71 | 0.45 |
| Hex | C3 | C4 | 21 | 1 | 0 | 53 | 17 | 3C | 47 | 2D |
| Octal | 303 | 304 | 41 | 1 | 0 | 123 | 27 | 74 | 107 | 55 |
| Binary | 11000011 | 11000100 | 100001 | 1 | 0 | 1010011 | 10111 | 111100 | 1000111 | 101101 |
Color Harmonies of #C3C421
Complementary color
Monochromatic Colors of #C3C421
Black with #C3C421
Text Example
Text Example
White with #C3C421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C421; }
p { color: rgb(195,196,33); }
H1.HeaderClassName
{
color: #C3C421;
}
.AnyTagClassName
{
color: #C3C421;
}
</style>
background-color css
<style>
a { background-color: #C3C421; }
a { background-color: rgb(195,196,33); }
div.DivClassName
{
background-color: #C3C421;
}
.BgClassName
{
background-color: #C3C421;
}
</style>
border-color css
<style>
span { border-color: #C3C421; }
span { border-color: rgb(195,196,33); }
td.TdClassName
{
border-color: #C3C421;
}
.TagClassName
{
border-color: #C3C421;
}
</style>