Shades of La Rioja #C0B313
Tints of La Rioja #C0B313
RGB
CMYK
RGB Variations
Color information
#C0B313 (or 0xC0B313) is known color: La Rioja. HEX triplet: C0, B3 and 13. RGB value is (192,179,19). Sum of RGB (Red+Green+Blue) = 192+179+19=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B313 is #3F4CEC. Grayscale: #A5A5A5. Windows color (decimal): -4148461 or 1291200. OLE color: 1291200.
HSL color Cylindrical-coordinate representation of color #C0B313: hue angle of 55.49º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0B313 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 19 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.25 |
| HSL | 55.49º | 0.82% | 0.41% | - |
| HSV(B) | 55.49º | 0.9% | 0.75% | - |
| XYZ | 37.98 | 43.49 | 7.01 | - |
| YUV | 164.65 | 45.81 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 19 | 0 | 0.07 | 0.90 | 0.25 | 55.49 | 0.82 | 0.41 |
| Hex | C0 | B3 | 13 | 0 | 7 | 5A | 19 | 37 | 52 | 29 |
| Octal | 300 | 263 | 23 | 0 | 7 | 132 | 31 | 67 | 122 | 51 |
| Binary | 11000000 | 10110011 | 10011 | 0 | 111 | 1011010 | 11001 | 110111 | 1010010 | 101001 |
Color Harmonies of #C0B313
Complementary color
Monochromatic Colors of #C0B313
Black with #C0B313
Text Example
Text Example
White with #C0B313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B313; }
p { color: rgb(192,179,19); }
H1.HeaderClassName
{
color: #C0B313;
}
.AnyTagClassName
{
color: #C0B313;
}
</style>
background-color css
<style>
a { background-color: #C0B313; }
a { background-color: rgb(192,179,19); }
div.DivClassName
{
background-color: #C0B313;
}
.BgClassName
{
background-color: #C0B313;
}
</style>
border-color css
<style>
span { border-color: #C0B313; }
span { border-color: rgb(192,179,19); }
td.TdClassName
{
border-color: #C0B313;
}
.TagClassName
{
border-color: #C0B313;
}
</style>