Shades of La Rioja #C2B313
Tints of La Rioja #C2B313
RGB
CMYK
RGB Variations
Color information
#C2B313 (or 0xC2B313) is known color: La Rioja. HEX triplet: C2, B3 and 13. RGB value is (194,179,19). Sum of RGB (Red+Green+Blue) = 194+179+19=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B313 is #3D4CEC. Grayscale: #A5A5A5. Windows color (decimal): -4017389 or 1291202. OLE color: 1291202.
HSL color Cylindrical-coordinate representation of color #C2B313: hue angle of 54.86º 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 #C2B313 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 19 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.24 |
| HSL | 54.86º | 0.82% | 0.42% | - |
| HSV(B) | 54.86º | 0.9% | 0.76% | - |
| XYZ | 38.49 | 43.76 | 7.03 | - |
| YUV | 165.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 19 | 0 | 0.08 | 0.90 | 0.24 | 54.86 | 0.82 | 0.42 |
| Hex | C2 | B3 | 13 | 0 | 8 | 5A | 18 | 37 | 52 | 2A |
| Octal | 302 | 263 | 23 | 0 | 10 | 132 | 30 | 67 | 122 | 52 |
| Binary | 11000010 | 10110011 | 10011 | 0 | 1000 | 1011010 | 11000 | 110111 | 1010010 | 101010 |
Color Harmonies of #C2B313
Complementary color
Monochromatic Colors of #C2B313
Black with #C2B313
Text Example
Text Example
White with #C2B313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B313; }
p { color: rgb(194,179,19); }
H1.HeaderClassName
{
color: #C2B313;
}
.AnyTagClassName
{
color: #C2B313;
}
</style>
background-color css
<style>
a { background-color: #C2B313; }
a { background-color: rgb(194,179,19); }
div.DivClassName
{
background-color: #C2B313;
}
.BgClassName
{
background-color: #C2B313;
}
</style>
border-color css
<style>
span { border-color: #C2B313; }
span { border-color: rgb(194,179,19); }
td.TdClassName
{
border-color: #C2B313;
}
.TagClassName
{
border-color: #C2B313;
}
</style>