Shades of Rio Grande #C3C718
Tints of Rio Grande #C3C718
RGB
CMYK
RGB Variations
Color information
#C3C718 (or 0xC3C718) is known color: Rio Grande. HEX triplet: C3, C7 and 18. RGB value is (195,199,24). Sum of RGB (Red+Green+Blue) = 195+199+24=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C718 is #3C38E7. Grayscale: #B2B2B2. Windows color (decimal): -3946728 or 1624003. OLE color: 1624003.
HSL color Cylindrical-coordinate representation of color #C3C718: hue angle of 61.37º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3C718 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 199 | 24 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.22 |
| HSL | 61.37º | 0.78% | 0.44% | - |
| HSV(B) | 61.37º | 0.88% | 0.78% | - |
| XYZ | 43.09 | 52.51 | 8.73 | - |
| YUV | 177.85 | 41.17 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 199 | 24 | 0.02 | 0 | 0.88 | 0.22 | 61.37 | 0.78 | 0.44 |
| Hex | C3 | C7 | 18 | 2 | 0 | 58 | 16 | 3D | 4E | 2C |
| Octal | 303 | 307 | 30 | 2 | 0 | 130 | 26 | 75 | 116 | 54 |
| Binary | 11000011 | 11000111 | 11000 | 10 | 0 | 1011000 | 10110 | 111101 | 1001110 | 101100 |
Color Harmonies of #C3C718
Complementary color
Monochromatic Colors of #C3C718
Black with #C3C718
Text Example
Text Example
White with #C3C718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C718; }
p { color: rgb(195,199,24); }
H1.HeaderClassName
{
color: #C3C718;
}
.AnyTagClassName
{
color: #C3C718;
}
</style>
background-color css
<style>
a { background-color: #C3C718; }
a { background-color: rgb(195,199,24); }
div.DivClassName
{
background-color: #C3C718;
}
.BgClassName
{
background-color: #C3C718;
}
</style>
border-color css
<style>
span { border-color: #C3C718; }
span { border-color: rgb(195,199,24); }
td.TdClassName
{
border-color: #C3C718;
}
.TagClassName
{
border-color: #C3C718;
}
</style>