Shades of La Rioja #C1BA0C
Tints of La Rioja #C1BA0C
RGB
CMYK
RGB Variations
Color information
#C1BA0C (or 0xC1BA0C) is known color: La Rioja. HEX triplet: C1, BA and 0C. RGB value is (193,186,12). Sum of RGB (Red+Green+Blue) = 193+186+12=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BA0C is #3E45F3. Grayscale: #A8A8A8. Windows color (decimal): -4081140 or 834241. OLE color: 834241.
HSL color Cylindrical-coordinate representation of color #C1BA0C: hue angle of 57.68º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1BA0C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 12 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.24 |
| HSL | 57.68º | 0.88% | 0.4% | - |
| HSV(B) | 57.68º | 0.94% | 0.76% | - |
| XYZ | 39.62 | 46.48 | 7.23 | - |
| YUV | 168.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 12 | 0 | 0.04 | 0.94 | 0.24 | 57.68 | 0.88 | 0.4 |
| Hex | C1 | BA | C | 0 | 4 | 5E | 18 | 3A | 58 | 28 |
| Octal | 301 | 272 | 14 | 0 | 4 | 136 | 30 | 72 | 130 | 50 |
| Binary | 11000001 | 10111010 | 1100 | 0 | 100 | 1011110 | 11000 | 111010 | 1011000 | 101000 |
Color Harmonies of #C1BA0C
Complementary color
Monochromatic Colors of #C1BA0C
Black with #C1BA0C
Text Example
Text Example
White with #C1BA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA0C; }
p { color: rgb(193,186,12); }
H1.HeaderClassName
{
color: #C1BA0C;
}
.AnyTagClassName
{
color: #C1BA0C;
}
</style>
background-color css
<style>
a { background-color: #C1BA0C; }
a { background-color: rgb(193,186,12); }
div.DivClassName
{
background-color: #C1BA0C;
}
.BgClassName
{
background-color: #C1BA0C;
}
</style>
border-color css
<style>
span { border-color: #C1BA0C; }
span { border-color: rgb(193,186,12); }
td.TdClassName
{
border-color: #C1BA0C;
}
.TagClassName
{
border-color: #C1BA0C;
}
</style>