Shades of La Rioja #C0BA16
Tints of La Rioja #C0BA16
RGB
CMYK
RGB Variations
Color information
#C0BA16 (or 0xC0BA16) is known color: La Rioja. HEX triplet: C0, BA and 16. RGB value is (192,186,22). Sum of RGB (Red+Green+Blue) = 192+186+22=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BA16 is #3F45E9. Grayscale: #A9A9A9. Windows color (decimal): -4146666 or 1489600. OLE color: 1489600.
HSL color Cylindrical-coordinate representation of color #C0BA16: hue angle of 57.88º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0BA16 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 22 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.25 |
| HSL | 57.88º | 0.79% | 0.42% | - |
| HSV(B) | 57.88º | 0.89% | 0.75% | - |
| XYZ | 39.44 | 46.38 | 7.63 | - |
| YUV | 169.1 | 44.99 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 22 | 0 | 0.03 | 0.89 | 0.25 | 57.88 | 0.79 | 0.42 |
| Hex | C0 | BA | 16 | 0 | 3 | 59 | 19 | 3A | 4F | 2A |
| Octal | 300 | 272 | 26 | 0 | 3 | 131 | 31 | 72 | 117 | 52 |
| Binary | 11000000 | 10111010 | 10110 | 0 | 11 | 1011001 | 11001 | 111010 | 1001111 | 101010 |
Color Harmonies of #C0BA16
Complementary color
Monochromatic Colors of #C0BA16
Black with #C0BA16
Text Example
Text Example
White with #C0BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA16; }
p { color: rgb(192,186,22); }
H1.HeaderClassName
{
color: #C0BA16;
}
.AnyTagClassName
{
color: #C0BA16;
}
</style>
background-color css
<style>
a { background-color: #C0BA16; }
a { background-color: rgb(192,186,22); }
div.DivClassName
{
background-color: #C0BA16;
}
.BgClassName
{
background-color: #C0BA16;
}
</style>
border-color css
<style>
span { border-color: #C0BA16; }
span { border-color: rgb(192,186,22); }
td.TdClassName
{
border-color: #C0BA16;
}
.TagClassName
{
border-color: #C0BA16;
}
</style>