Shades of La Rioja #C0B413
Tints of La Rioja #C0B413
RGB
CMYK
RGB Variations
Color information
#C0B413 (or 0xC0B413) is known color: La Rioja. HEX triplet: C0, B4 and 13. RGB value is (192,180,19). Sum of RGB (Red+Green+Blue) = 192+180+19=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B413 is #3F4BEC. Grayscale: #A5A5A5. Windows color (decimal): -4148205 or 1291456. OLE color: 1291456.
HSL color Cylindrical-coordinate representation of color #C0B413: hue angle of 55.84º 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 #C0B413 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 19 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.25 |
| HSL | 55.84º | 0.82% | 0.41% | - |
| HSV(B) | 55.84º | 0.9% | 0.75% | - |
| XYZ | 38.18 | 43.9 | 7.08 | - |
| YUV | 165.23 | 45.48 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 19 | 0 | 0.06 | 0.90 | 0.25 | 55.84 | 0.82 | 0.41 |
| Hex | C0 | B4 | 13 | 0 | 6 | 5A | 19 | 38 | 52 | 29 |
| Octal | 300 | 264 | 23 | 0 | 6 | 132 | 31 | 70 | 122 | 51 |
| Binary | 11000000 | 10110100 | 10011 | 0 | 110 | 1011010 | 11001 | 111000 | 1010010 | 101001 |
Color Harmonies of #C0B413
Complementary color
Monochromatic Colors of #C0B413
Black with #C0B413
Text Example
Text Example
White with #C0B413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B413; }
p { color: rgb(192,180,19); }
H1.HeaderClassName
{
color: #C0B413;
}
.AnyTagClassName
{
color: #C0B413;
}
</style>
background-color css
<style>
a { background-color: #C0B413; }
a { background-color: rgb(192,180,19); }
div.DivClassName
{
background-color: #C0B413;
}
.BgClassName
{
background-color: #C0B413;
}
</style>
border-color css
<style>
span { border-color: #C0B413; }
span { border-color: rgb(192,180,19); }
td.TdClassName
{
border-color: #C0B413;
}
.TagClassName
{
border-color: #C0B413;
}
</style>