Shades of Rio Grande #C3C716
Tints of Rio Grande #C3C716
RGB
CMYK
RGB Variations
Color information
#C3C716 (or 0xC3C716) is known color: Rio Grande. HEX triplet: C3, C7 and 16. RGB value is (195,199,22). Sum of RGB (Red+Green+Blue) = 195+199+22=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C716 is #3C38E9. Grayscale: #B2B2B2. Windows color (decimal): -3946730 or 1492931. OLE color: 1492931.
HSL color Cylindrical-coordinate representation of color #C3C716: hue angle of 61.36º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3C716 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 199 | 22 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.22 |
| HSL | 61.36º | 0.8% | 0.43% | - |
| HSV(B) | 61.36º | 0.89% | 0.78% | - |
| XYZ | 43.07 | 52.51 | 8.62 | - |
| YUV | 177.63 | 40.17 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 199 | 22 | 0.02 | 0 | 0.89 | 0.22 | 61.36 | 0.8 | 0.43 |
| Hex | C3 | C7 | 16 | 2 | 0 | 59 | 16 | 3D | 50 | 2B |
| Octal | 303 | 307 | 26 | 2 | 0 | 131 | 26 | 75 | 120 | 53 |
| Binary | 11000011 | 11000111 | 10110 | 10 | 0 | 1011001 | 10110 | 111101 | 1010000 | 101011 |
Color Harmonies of #C3C716
Complementary color
Monochromatic Colors of #C3C716
Black with #C3C716
Text Example
Text Example
White with #C3C716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C716; }
p { color: rgb(195,199,22); }
H1.HeaderClassName
{
color: #C3C716;
}
.AnyTagClassName
{
color: #C3C716;
}
</style>
background-color css
<style>
a { background-color: #C3C716; }
a { background-color: rgb(195,199,22); }
div.DivClassName
{
background-color: #C3C716;
}
.BgClassName
{
background-color: #C3C716;
}
</style>
border-color css
<style>
span { border-color: #C3C716; }
span { border-color: rgb(195,199,22); }
td.TdClassName
{
border-color: #C3C716;
}
.TagClassName
{
border-color: #C3C716;
}
</style>