Shades of Rio Grande #C0BC2B
Tints of Rio Grande #C0BC2B
RGB
CMYK
RGB Variations
Color information
#C0BC2B (or 0xC0BC2B) is known color: Rio Grande. HEX triplet: C0, BC and 2B. RGB value is (192,188,43). Sum of RGB (Red+Green+Blue) = 192+188+43=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC2B is #3F43D4. Grayscale: #ADADAD. Windows color (decimal): -4146133 or 2866368. OLE color: 2866368.
HSL color Cylindrical-coordinate representation of color #C0BC2B: hue angle of 58.39º degrees, saturation: 0.63, 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 #C0BC2B is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 43 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.25 |
| HSL | 58.39º | 0.63% | 0.46% | - |
| HSV(B) | 58.39º | 0.78% | 0.75% | - |
| XYZ | 40.16 | 47.35 | 9.31 | - |
| YUV | 172.67 | 54.83 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 43 | 0 | 0.02 | 0.78 | 0.25 | 58.39 | 0.63 | 0.46 |
| Hex | C0 | BC | 2B | 0 | 2 | 4E | 19 | 3A | 3F | 2E |
| Octal | 300 | 274 | 53 | 0 | 2 | 116 | 31 | 72 | 77 | 56 |
| Binary | 11000000 | 10111100 | 101011 | 0 | 10 | 1001110 | 11001 | 111010 | 111111 | 101110 |
Color Harmonies of #C0BC2B
Complementary color
Monochromatic Colors of #C0BC2B
Black with #C0BC2B
Text Example
Text Example
White with #C0BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC2B; }
p { color: rgb(192,188,43); }
H1.HeaderClassName
{
color: #C0BC2B;
}
.AnyTagClassName
{
color: #C0BC2B;
}
</style>
background-color css
<style>
a { background-color: #C0BC2B; }
a { background-color: rgb(192,188,43); }
div.DivClassName
{
background-color: #C0BC2B;
}
.BgClassName
{
background-color: #C0BC2B;
}
</style>
border-color css
<style>
span { border-color: #C0BC2B; }
span { border-color: rgb(192,188,43); }
td.TdClassName
{
border-color: #C0BC2B;
}
.TagClassName
{
border-color: #C0BC2B;
}
</style>