Shades of Rio Grande #C0BC2A
Tints of Rio Grande #C0BC2A
RGB
CMYK
RGB Variations
Color information
#C0BC2A (or 0xC0BC2A) is known color: Rio Grande. HEX triplet: C0, BC and 2A. RGB value is (192,188,42). Sum of RGB (Red+Green+Blue) = 192+188+42=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC2A is #3F43D5. Grayscale: #ADADAD. Windows color (decimal): -4146134 or 2800832. OLE color: 2800832.
HSL color Cylindrical-coordinate representation of color #C0BC2A: hue angle of 58.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0BC2A is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 42 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.25 |
| HSL | 58.4º | 0.64% | 0.46% | - |
| HSV(B) | 58.4º | 0.78% | 0.75% | - |
| XYZ | 40.14 | 47.34 | 9.21 | - |
| YUV | 172.55 | 54.33 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 42 | 0 | 0.02 | 0.78 | 0.25 | 58.4 | 0.64 | 0.46 |
| Hex | C0 | BC | 2A | 0 | 2 | 4E | 19 | 3A | 40 | 2E |
| Octal | 300 | 274 | 52 | 0 | 2 | 116 | 31 | 72 | 100 | 56 |
| Binary | 11000000 | 10111100 | 101010 | 0 | 10 | 1001110 | 11001 | 111010 | 1000000 | 101110 |
Color Harmonies of #C0BC2A
Complementary color
Monochromatic Colors of #C0BC2A
Black with #C0BC2A
Text Example
Text Example
White with #C0BC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC2A; }
p { color: rgb(192,188,42); }
H1.HeaderClassName
{
color: #C0BC2A;
}
.AnyTagClassName
{
color: #C0BC2A;
}
</style>
background-color css
<style>
a { background-color: #C0BC2A; }
a { background-color: rgb(192,188,42); }
div.DivClassName
{
background-color: #C0BC2A;
}
.BgClassName
{
background-color: #C0BC2A;
}
</style>
border-color css
<style>
span { border-color: #C0BC2A; }
span { border-color: rgb(192,188,42); }
td.TdClassName
{
border-color: #C0BC2A;
}
.TagClassName
{
border-color: #C0BC2A;
}
</style>