Shades of La Rioja #C1B313
Tints of La Rioja #C1B313
RGB
CMYK
RGB Variations
Color information
#C1B313 (or 0xC1B313) is known color: La Rioja. HEX triplet: C1, B3 and 13. RGB value is (193,179,19). Sum of RGB (Red+Green+Blue) = 193+179+19=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B313 is #3E4CEC. Grayscale: #A5A5A5. Windows color (decimal): -4082925 or 1291201. OLE color: 1291201.
HSL color Cylindrical-coordinate representation of color #C1B313: hue angle of 55.17º 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 #C1B313 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 19 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.24 |
| HSL | 55.17º | 0.82% | 0.42% | - |
| HSV(B) | 55.17º | 0.9% | 0.76% | - |
| XYZ | 38.23 | 43.62 | 7.02 | - |
| YUV | 164.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 19 | 0 | 0.07 | 0.90 | 0.24 | 55.17 | 0.82 | 0.42 |
| Hex | C1 | B3 | 13 | 0 | 7 | 5A | 18 | 37 | 52 | 2A |
| Octal | 301 | 263 | 23 | 0 | 7 | 132 | 30 | 67 | 122 | 52 |
| Binary | 11000001 | 10110011 | 10011 | 0 | 111 | 1011010 | 11000 | 110111 | 1010010 | 101010 |
Color Harmonies of #C1B313
Complementary color
Monochromatic Colors of #C1B313
Black with #C1B313
Text Example
Text Example
White with #C1B313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B313; }
p { color: rgb(193,179,19); }
H1.HeaderClassName
{
color: #C1B313;
}
.AnyTagClassName
{
color: #C1B313;
}
</style>
background-color css
<style>
a { background-color: #C1B313; }
a { background-color: rgb(193,179,19); }
div.DivClassName
{
background-color: #C1B313;
}
.BgClassName
{
background-color: #C1B313;
}
</style>
border-color css
<style>
span { border-color: #C1B313; }
span { border-color: rgb(193,179,19); }
td.TdClassName
{
border-color: #C1B313;
}
.TagClassName
{
border-color: #C1B313;
}
</style>