Shades of Rio Grande #C0C31F
Tints of Rio Grande #C0C31F
RGB
CMYK
RGB Variations
Color information
#C0C31F (or 0xC0C31F) is known color: Rio Grande. HEX triplet: C0, C3 and 1F. RGB value is (192,195,31). Sum of RGB (Red+Green+Blue) = 192+195+31=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C31F is #3F3CE0. Grayscale: #B0B0B0. Windows color (decimal): -4144353 or 2081728. OLE color: 2081728.
HSL color Cylindrical-coordinate representation of color #C0C31F: hue angle of 61.1º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0C31F is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 31 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.24 |
| HSL | 61.1º | 0.73% | 0.44% | - |
| HSV(B) | 61.1º | 0.84% | 0.76% | - |
| XYZ | 41.5 | 50.34 | 8.82 | - |
| YUV | 175.41 | 46.51 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 31 | 0.02 | 0 | 0.84 | 0.24 | 61.1 | 0.73 | 0.44 |
| Hex | C0 | C3 | 1F | 2 | 0 | 54 | 18 | 3D | 49 | 2C |
| Octal | 300 | 303 | 37 | 2 | 0 | 124 | 30 | 75 | 111 | 54 |
| Binary | 11000000 | 11000011 | 11111 | 10 | 0 | 1010100 | 11000 | 111101 | 1001001 | 101100 |
Color Harmonies of #C0C31F
Complementary color
Monochromatic Colors of #C0C31F
Black with #C0C31F
Text Example
Text Example
White with #C0C31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C31F; }
p { color: rgb(192,195,31); }
H1.HeaderClassName
{
color: #C0C31F;
}
.AnyTagClassName
{
color: #C0C31F;
}
</style>
background-color css
<style>
a { background-color: #C0C31F; }
a { background-color: rgb(192,195,31); }
div.DivClassName
{
background-color: #C0C31F;
}
.BgClassName
{
background-color: #C0C31F;
}
</style>
border-color css
<style>
span { border-color: #C0C31F; }
span { border-color: rgb(192,195,31); }
td.TdClassName
{
border-color: #C0C31F;
}
.TagClassName
{
border-color: #C0C31F;
}
</style>