Shades of La Rioja #C1BA0F
Tints of La Rioja #C1BA0F
RGB
CMYK
RGB Variations
Color information
#C1BA0F (or 0xC1BA0F) is known color: La Rioja. HEX triplet: C1, BA and 0F. RGB value is (193,186,15). Sum of RGB (Red+Green+Blue) = 193+186+15=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BA0F is #3E45F0. Grayscale: #A9A9A9. Windows color (decimal): -4081137 or 1030849. OLE color: 1030849.
HSL color Cylindrical-coordinate representation of color #C1BA0F: hue angle of 57.64º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1BA0F is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 15 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.24 |
| HSL | 57.64º | 0.86% | 0.41% | - |
| HSV(B) | 57.64º | 0.92% | 0.76% | - |
| XYZ | 39.64 | 46.49 | 7.34 | - |
| YUV | 168.6 | 41.32 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 15 | 0 | 0.04 | 0.92 | 0.24 | 57.64 | 0.86 | 0.41 |
| Hex | C1 | BA | F | 0 | 4 | 5C | 18 | 3A | 56 | 29 |
| Octal | 301 | 272 | 17 | 0 | 4 | 134 | 30 | 72 | 126 | 51 |
| Binary | 11000001 | 10111010 | 1111 | 0 | 100 | 1011100 | 11000 | 111010 | 1010110 | 101001 |
Color Harmonies of #C1BA0F
Complementary color
Monochromatic Colors of #C1BA0F
Black with #C1BA0F
Text Example
Text Example
White with #C1BA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA0F; }
p { color: rgb(193,186,15); }
H1.HeaderClassName
{
color: #C1BA0F;
}
.AnyTagClassName
{
color: #C1BA0F;
}
</style>
background-color css
<style>
a { background-color: #C1BA0F; }
a { background-color: rgb(193,186,15); }
div.DivClassName
{
background-color: #C1BA0F;
}
.BgClassName
{
background-color: #C1BA0F;
}
</style>
border-color css
<style>
span { border-color: #C1BA0F; }
span { border-color: rgb(193,186,15); }
td.TdClassName
{
border-color: #C1BA0F;
}
.TagClassName
{
border-color: #C1BA0F;
}
</style>