Shades of La Rioja #C0B914
Tints of La Rioja #C0B914
RGB
CMYK
RGB Variations
Color information
#C0B914 (or 0xC0B914) is known color: La Rioja. HEX triplet: C0, B9 and 14. RGB value is (192,185,20). Sum of RGB (Red+Green+Blue) = 192+185+20=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B914 is #3F46EB. Grayscale: #A8A8A8. Windows color (decimal): -4146924 or 1358272. OLE color: 1358272.
HSL color Cylindrical-coordinate representation of color #C0B914: hue angle of 57.56º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0B914 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 20 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.25 |
| HSL | 57.56º | 0.81% | 0.42% | - |
| HSV(B) | 57.56º | 0.9% | 0.75% | - |
| XYZ | 39.21 | 45.95 | 7.47 | - |
| YUV | 168.28 | 44.32 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 20 | 0 | 0.04 | 0.90 | 0.25 | 57.56 | 0.81 | 0.42 |
| Hex | C0 | B9 | 14 | 0 | 4 | 5A | 19 | 3A | 51 | 2A |
| Octal | 300 | 271 | 24 | 0 | 4 | 132 | 31 | 72 | 121 | 52 |
| Binary | 11000000 | 10111001 | 10100 | 0 | 100 | 1011010 | 11001 | 111010 | 1010001 | 101010 |
Color Harmonies of #C0B914
Complementary color
Monochromatic Colors of #C0B914
Black with #C0B914
Text Example
Text Example
White with #C0B914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B914; }
p { color: rgb(192,185,20); }
H1.HeaderClassName
{
color: #C0B914;
}
.AnyTagClassName
{
color: #C0B914;
}
</style>
background-color css
<style>
a { background-color: #C0B914; }
a { background-color: rgb(192,185,20); }
div.DivClassName
{
background-color: #C0B914;
}
.BgClassName
{
background-color: #C0B914;
}
</style>
border-color css
<style>
span { border-color: #C0B914; }
span { border-color: rgb(192,185,20); }
td.TdClassName
{
border-color: #C0B914;
}
.TagClassName
{
border-color: #C0B914;
}
</style>