Shades of La Rioja #C1BA13
Tints of La Rioja #C1BA13
RGB
CMYK
RGB Variations
Color information
#C1BA13 (or 0xC1BA13) is known color: La Rioja. HEX triplet: C1, BA and 13. RGB value is (193,186,19). Sum of RGB (Red+Green+Blue) = 193+186+19=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BA13 is #3E45EC. Grayscale: #A9A9A9. Windows color (decimal): -4081133 or 1292993. OLE color: 1292993.
HSL color Cylindrical-coordinate representation of color #C1BA13: hue angle of 57.59º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1BA13 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 19 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.24 |
| HSL | 57.59º | 0.82% | 0.42% | - |
| HSV(B) | 57.59º | 0.9% | 0.76% | - |
| XYZ | 39.67 | 46.5 | 7.5 | - |
| YUV | 169.06 | 43.32 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 19 | 0 | 0.04 | 0.90 | 0.24 | 57.59 | 0.82 | 0.42 |
| Hex | C1 | BA | 13 | 0 | 4 | 5A | 18 | 3A | 52 | 2A |
| Octal | 301 | 272 | 23 | 0 | 4 | 132 | 30 | 72 | 122 | 52 |
| Binary | 11000001 | 10111010 | 10011 | 0 | 100 | 1011010 | 11000 | 111010 | 1010010 | 101010 |
Color Harmonies of #C1BA13
Complementary color
Monochromatic Colors of #C1BA13
Black with #C1BA13
Text Example
Text Example
White with #C1BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA13; }
p { color: rgb(193,186,19); }
H1.HeaderClassName
{
color: #C1BA13;
}
.AnyTagClassName
{
color: #C1BA13;
}
</style>
background-color css
<style>
a { background-color: #C1BA13; }
a { background-color: rgb(193,186,19); }
div.DivClassName
{
background-color: #C1BA13;
}
.BgClassName
{
background-color: #C1BA13;
}
</style>
border-color css
<style>
span { border-color: #C1BA13; }
span { border-color: rgb(193,186,19); }
td.TdClassName
{
border-color: #C1BA13;
}
.TagClassName
{
border-color: #C1BA13;
}
</style>