Shades of Rio Grande #C3C915
Tints of Rio Grande #C3C915
RGB
CMYK
RGB Variations
Color information
#C3C915 (or 0xC3C915) is known color: Rio Grande. HEX triplet: C3, C9 and 15. RGB value is (195,201,21). Sum of RGB (Red+Green+Blue) = 195+201+21=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C915 is #3C36EA. Grayscale: #B3B3B3. Windows color (decimal): -3946219 or 1427907. OLE color: 1427907.
HSL color Cylindrical-coordinate representation of color #C3C915: hue angle of 62º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3C915 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 21 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.21 |
| HSL | 62º | 0.81% | 0.44% | - |
| HSV(B) | 62º | 0.9% | 0.79% | - |
| XYZ | 43.53 | 53.43 | 8.73 | - |
| YUV | 178.69 | 39.01 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 21 | 0.03 | 0 | 0.90 | 0.21 | 62 | 0.81 | 0.44 |
| Hex | C3 | C9 | 15 | 3 | 0 | 5A | 15 | 3E | 51 | 2C |
| Octal | 303 | 311 | 25 | 3 | 0 | 132 | 25 | 76 | 121 | 54 |
| Binary | 11000011 | 11001001 | 10101 | 11 | 0 | 1011010 | 10101 | 111110 | 1010001 | 101100 |
Color Harmonies of #C3C915
Complementary color
Monochromatic Colors of #C3C915
Black with #C3C915
Text Example
Text Example
White with #C3C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C915; }
p { color: rgb(195,201,21); }
H1.HeaderClassName
{
color: #C3C915;
}
.AnyTagClassName
{
color: #C3C915;
}
</style>
background-color css
<style>
a { background-color: #C3C915; }
a { background-color: rgb(195,201,21); }
div.DivClassName
{
background-color: #C3C915;
}
.BgClassName
{
background-color: #C3C915;
}
</style>
border-color css
<style>
span { border-color: #C3C915; }
span { border-color: rgb(195,201,21); }
td.TdClassName
{
border-color: #C3C915;
}
.TagClassName
{
border-color: #C3C915;
}
</style>