Shades of La Rioja #C0B713
Tints of La Rioja #C0B713
RGB
CMYK
RGB Variations
Color information
#C0B713 (or 0xC0B713) is known color: La Rioja. HEX triplet: C0, B7 and 13. RGB value is (192,183,19). Sum of RGB (Red+Green+Blue) = 192+183+19=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B713 is #3F48EC. Grayscale: #A7A7A7. Windows color (decimal): -4147437 or 1292224. OLE color: 1292224.
HSL color Cylindrical-coordinate representation of color #C0B713: hue angle of 56.88º 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 #C0B713 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 19 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.25 |
| HSL | 56.88º | 0.82% | 0.41% | - |
| HSV(B) | 56.88º | 0.9% | 0.75% | - |
| XYZ | 38.79 | 45.12 | 7.28 | - |
| YUV | 167 | 44.48 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 19 | 0 | 0.05 | 0.90 | 0.25 | 56.88 | 0.82 | 0.41 |
| Hex | C0 | B7 | 13 | 0 | 5 | 5A | 19 | 39 | 52 | 29 |
| Octal | 300 | 267 | 23 | 0 | 5 | 132 | 31 | 71 | 122 | 51 |
| Binary | 11000000 | 10110111 | 10011 | 0 | 101 | 1011010 | 11001 | 111001 | 1010010 | 101001 |
Color Harmonies of #C0B713
Complementary color
Monochromatic Colors of #C0B713
Black with #C0B713
Text Example
Text Example
White with #C0B713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B713; }
p { color: rgb(192,183,19); }
H1.HeaderClassName
{
color: #C0B713;
}
.AnyTagClassName
{
color: #C0B713;
}
</style>
background-color css
<style>
a { background-color: #C0B713; }
a { background-color: rgb(192,183,19); }
div.DivClassName
{
background-color: #C0B713;
}
.BgClassName
{
background-color: #C0B713;
}
</style>
border-color css
<style>
span { border-color: #C0B713; }
span { border-color: rgb(192,183,19); }
td.TdClassName
{
border-color: #C0B713;
}
.TagClassName
{
border-color: #C0B713;
}
</style>