Shades of La Rioja #C1BA09
Tints of La Rioja #C1BA09
RGB
CMYK
RGB Variations
Color information
#C1BA09 (or 0xC1BA09) is known color: La Rioja. HEX triplet: C1, BA and 09. RGB value is (193,186,9). Sum of RGB (Red+Green+Blue) = 193+186+9=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BA09 is #3E45F6. Grayscale: #A8A8A8. Windows color (decimal): -4081143 or 637633. OLE color: 637633.
HSL color Cylindrical-coordinate representation of color #C1BA09: hue angle of 57.72º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1BA09 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 9 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.24 |
| HSL | 57.72º | 0.91% | 0.4% | - |
| HSV(B) | 57.72º | 0.95% | 0.76% | - |
| XYZ | 39.6 | 46.47 | 7.14 | - |
| YUV | 167.92 | 38.32 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 9 | 0 | 0.04 | 0.95 | 0.24 | 57.72 | 0.91 | 0.4 |
| Hex | C1 | BA | 9 | 0 | 4 | 5F | 18 | 3A | 5B | 28 |
| Octal | 301 | 272 | 11 | 0 | 4 | 137 | 30 | 72 | 133 | 50 |
| Binary | 11000001 | 10111010 | 1001 | 0 | 100 | 1011111 | 11000 | 111010 | 1011011 | 101000 |
Color Harmonies of #C1BA09
Complementary color
Monochromatic Colors of #C1BA09
Black with #C1BA09
Text Example
Text Example
White with #C1BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA09; }
p { color: rgb(193,186,9); }
H1.HeaderClassName
{
color: #C1BA09;
}
.AnyTagClassName
{
color: #C1BA09;
}
</style>
background-color css
<style>
a { background-color: #C1BA09; }
a { background-color: rgb(193,186,9); }
div.DivClassName
{
background-color: #C1BA09;
}
.BgClassName
{
background-color: #C1BA09;
}
</style>
border-color css
<style>
span { border-color: #C1BA09; }
span { border-color: rgb(193,186,9); }
td.TdClassName
{
border-color: #C1BA09;
}
.TagClassName
{
border-color: #C1BA09;
}
</style>