Shades of La Rioja #C1BA05
Tints of La Rioja #C1BA05
RGB
CMYK
RGB Variations
Color information
#C1BA05 (or 0xC1BA05) is known color: La Rioja. HEX triplet: C1, BA and 05. RGB value is (193,186,5). Sum of RGB (Red+Green+Blue) = 193+186+5=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BA05 is #3E45FA. Grayscale: #A8A8A8. Windows color (decimal): -4081147 or 375489. OLE color: 375489.
HSL color Cylindrical-coordinate representation of color #C1BA05: hue angle of 57.77º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1BA05 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 5 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.24 |
| HSL | 57.77º | 0.95% | 0.39% | - |
| HSV(B) | 57.77º | 0.97% | 0.76% | - |
| XYZ | 39.58 | 46.47 | 7.03 | - |
| YUV | 167.46 | 36.32 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 5 | 0 | 0.04 | 0.97 | 0.24 | 57.77 | 0.95 | 0.39 |
| Hex | C1 | BA | 5 | 0 | 4 | 61 | 18 | 3A | 5F | 27 |
| Octal | 301 | 272 | 5 | 0 | 4 | 141 | 30 | 72 | 137 | 47 |
| Binary | 11000001 | 10111010 | 101 | 0 | 100 | 1100001 | 11000 | 111010 | 1011111 | 100111 |
Color Harmonies of #C1BA05
Complementary color
Monochromatic Colors of #C1BA05
Black with #C1BA05
Text Example
Text Example
White with #C1BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA05; }
p { color: rgb(193,186,5); }
H1.HeaderClassName
{
color: #C1BA05;
}
.AnyTagClassName
{
color: #C1BA05;
}
</style>
background-color css
<style>
a { background-color: #C1BA05; }
a { background-color: rgb(193,186,5); }
div.DivClassName
{
background-color: #C1BA05;
}
.BgClassName
{
background-color: #C1BA05;
}
</style>
border-color css
<style>
span { border-color: #C1BA05; }
span { border-color: rgb(193,186,5); }
td.TdClassName
{
border-color: #C1BA05;
}
.TagClassName
{
border-color: #C1BA05;
}
</style>