Shades of La Rioja #C1B314
Tints of La Rioja #C1B314
RGB
CMYK
RGB Variations
Color information
#C1B314 (or 0xC1B314) is known color: La Rioja. HEX triplet: C1, B3 and 14. RGB value is (193,179,20). Sum of RGB (Red+Green+Blue) = 193+179+20=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B314 is #3E4CEB. Grayscale: #A5A5A5. Windows color (decimal): -4082924 or 1356737. OLE color: 1356737.
HSL color Cylindrical-coordinate representation of color #C1B314: hue angle of 55.14º degrees, saturation: 0.81, 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 #C1B314 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 20 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.24 |
| HSL | 55.14º | 0.81% | 0.42% | - |
| HSV(B) | 55.14º | 0.9% | 0.76% | - |
| XYZ | 38.24 | 43.63 | 7.07 | - |
| YUV | 165.06 | 46.14 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 20 | 0 | 0.07 | 0.90 | 0.24 | 55.14 | 0.81 | 0.42 |
| Hex | C1 | B3 | 14 | 0 | 7 | 5A | 18 | 37 | 51 | 2A |
| Octal | 301 | 263 | 24 | 0 | 7 | 132 | 30 | 67 | 121 | 52 |
| Binary | 11000001 | 10110011 | 10100 | 0 | 111 | 1011010 | 11000 | 110111 | 1010001 | 101010 |
Color Harmonies of #C1B314
Complementary color
Monochromatic Colors of #C1B314
Black with #C1B314
Text Example
Text Example
White with #C1B314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B314; }
p { color: rgb(193,179,20); }
H1.HeaderClassName
{
color: #C1B314;
}
.AnyTagClassName
{
color: #C1B314;
}
</style>
background-color css
<style>
a { background-color: #C1B314; }
a { background-color: rgb(193,179,20); }
div.DivClassName
{
background-color: #C1B314;
}
.BgClassName
{
background-color: #C1B314;
}
</style>
border-color css
<style>
span { border-color: #C1B314; }
span { border-color: rgb(193,179,20); }
td.TdClassName
{
border-color: #C1B314;
}
.TagClassName
{
border-color: #C1B314;
}
</style>