Shades of La Rioja #C0BA12
Tints of La Rioja #C0BA12
RGB
CMYK
RGB Variations
Color information
#C0BA12 (or 0xC0BA12) is known color: La Rioja. HEX triplet: C0, BA and 12. RGB value is (192,186,18). Sum of RGB (Red+Green+Blue) = 192+186+18=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BA12 is #3F45ED. Grayscale: #A9A9A9. Windows color (decimal): -4146670 or 1227456. OLE color: 1227456.
HSL color Cylindrical-coordinate representation of color #C0BA12: hue angle of 57.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0BA12 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 18 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.25 |
| HSL | 57.93º | 0.83% | 0.41% | - |
| HSV(B) | 57.93º | 0.91% | 0.75% | - |
| XYZ | 39.41 | 46.37 | 7.45 | - |
| YUV | 168.64 | 42.99 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 18 | 0 | 0.03 | 0.91 | 0.25 | 57.93 | 0.83 | 0.41 |
| Hex | C0 | BA | 12 | 0 | 3 | 5B | 19 | 3A | 53 | 29 |
| Octal | 300 | 272 | 22 | 0 | 3 | 133 | 31 | 72 | 123 | 51 |
| Binary | 11000000 | 10111010 | 10010 | 0 | 11 | 1011011 | 11001 | 111010 | 1010011 | 101001 |
Color Harmonies of #C0BA12
Complementary color
Monochromatic Colors of #C0BA12
Black with #C0BA12
Text Example
Text Example
White with #C0BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA12; }
p { color: rgb(192,186,18); }
H1.HeaderClassName
{
color: #C0BA12;
}
.AnyTagClassName
{
color: #C0BA12;
}
</style>
background-color css
<style>
a { background-color: #C0BA12; }
a { background-color: rgb(192,186,18); }
div.DivClassName
{
background-color: #C0BA12;
}
.BgClassName
{
background-color: #C0BA12;
}
</style>
border-color css
<style>
span { border-color: #C0BA12; }
span { border-color: rgb(192,186,18); }
td.TdClassName
{
border-color: #C0BA12;
}
.TagClassName
{
border-color: #C0BA12;
}
</style>