Shades of La Rioja #C0B919
Tints of La Rioja #C0B919
RGB
CMYK
RGB Variations
Color information
#C0B919 (or 0xC0B919) is known color: La Rioja. HEX triplet: C0, B9 and 19. RGB value is (192,185,25). Sum of RGB (Red+Green+Blue) = 192+185+25=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B919 is #3F46E6. Grayscale: #A9A9A9. Windows color (decimal): -4146919 or 1685952. OLE color: 1685952.
HSL color Cylindrical-coordinate representation of color #C0B919: hue angle of 57.49º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0B919 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 25 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.25 |
| HSL | 57.49º | 0.77% | 0.43% | - |
| HSV(B) | 57.49º | 0.87% | 0.75% | - |
| XYZ | 39.26 | 45.97 | 7.72 | - |
| YUV | 168.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 25 | 0 | 0.04 | 0.87 | 0.25 | 57.49 | 0.77 | 0.43 |
| Hex | C0 | B9 | 19 | 0 | 4 | 57 | 19 | 39 | 4D | 2B |
| Octal | 300 | 271 | 31 | 0 | 4 | 127 | 31 | 71 | 115 | 53 |
| Binary | 11000000 | 10111001 | 11001 | 0 | 100 | 1010111 | 11001 | 111001 | 1001101 | 101011 |
Color Harmonies of #C0B919
Complementary color
Monochromatic Colors of #C0B919
Black with #C0B919
Text Example
Text Example
White with #C0B919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B919; }
p { color: rgb(192,185,25); }
H1.HeaderClassName
{
color: #C0B919;
}
.AnyTagClassName
{
color: #C0B919;
}
</style>
background-color css
<style>
a { background-color: #C0B919; }
a { background-color: rgb(192,185,25); }
div.DivClassName
{
background-color: #C0B919;
}
.BgClassName
{
background-color: #C0B919;
}
</style>
border-color css
<style>
span { border-color: #C0B919; }
span { border-color: rgb(192,185,25); }
td.TdClassName
{
border-color: #C0B919;
}
.TagClassName
{
border-color: #C0B919;
}
</style>