Shades of Rio Grande #C3C721
Tints of Rio Grande #C3C721
RGB
CMYK
RGB Variations
Color information
#C3C721 (or 0xC3C721) is known color: Rio Grande. HEX triplet: C3, C7 and 21. RGB value is (195,199,33). Sum of RGB (Red+Green+Blue) = 195+199+33=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C721 is #3C38DE. Grayscale: #B3B3B3. Windows color (decimal): -3946719 or 2213827. OLE color: 2213827.
HSL color Cylindrical-coordinate representation of color #C3C721: hue angle of 61.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3C721 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 199 | 33 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.22 |
| HSL | 61.45º | 0.72% | 0.45% | - |
| HSV(B) | 61.45º | 0.83% | 0.78% | - |
| XYZ | 43.2 | 52.56 | 9.31 | - |
| YUV | 178.88 | 45.67 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 199 | 33 | 0.02 | 0 | 0.83 | 0.22 | 61.45 | 0.72 | 0.45 |
| Hex | C3 | C7 | 21 | 2 | 0 | 53 | 16 | 3D | 48 | 2D |
| Octal | 303 | 307 | 41 | 2 | 0 | 123 | 26 | 75 | 110 | 55 |
| Binary | 11000011 | 11000111 | 100001 | 10 | 0 | 1010011 | 10110 | 111101 | 1001000 | 101101 |
Color Harmonies of #C3C721
Complementary color
Monochromatic Colors of #C3C721
Black with #C3C721
Text Example
Text Example
White with #C3C721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C721; }
p { color: rgb(195,199,33); }
H1.HeaderClassName
{
color: #C3C721;
}
.AnyTagClassName
{
color: #C3C721;
}
</style>
background-color css
<style>
a { background-color: #C3C721; }
a { background-color: rgb(195,199,33); }
div.DivClassName
{
background-color: #C3C721;
}
.BgClassName
{
background-color: #C3C721;
}
</style>
border-color css
<style>
span { border-color: #C3C721; }
span { border-color: rgb(195,199,33); }
td.TdClassName
{
border-color: #C3C721;
}
.TagClassName
{
border-color: #C3C721;
}
</style>