Shades of La Rioja #C0B90E
Tints of La Rioja #C0B90E
RGB
CMYK
RGB Variations
Color information
#C0B90E (or 0xC0B90E) is known color: La Rioja. HEX triplet: C0, B9 and 0E. RGB value is (192,185,14). Sum of RGB (Red+Green+Blue) = 192+185+14=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B90E is #3F46F1. Grayscale: #A8A8A8. Windows color (decimal): -4146930 or 965056. OLE color: 965056.
HSL color Cylindrical-coordinate representation of color #C0B90E: hue angle of 57.64º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0B90E is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 14 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.25 |
| HSL | 57.64º | 0.86% | 0.4% | - |
| HSV(B) | 57.64º | 0.93% | 0.75% | - |
| XYZ | 39.17 | 45.94 | 7.22 | - |
| YUV | 167.6 | 41.32 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 14 | 0 | 0.04 | 0.93 | 0.25 | 57.64 | 0.86 | 0.4 |
| Hex | C0 | B9 | E | 0 | 4 | 5D | 19 | 3A | 56 | 28 |
| Octal | 300 | 271 | 16 | 0 | 4 | 135 | 31 | 72 | 126 | 50 |
| Binary | 11000000 | 10111001 | 1110 | 0 | 100 | 1011101 | 11001 | 111010 | 1010110 | 101000 |
Color Harmonies of #C0B90E
Complementary color
Monochromatic Colors of #C0B90E
Black with #C0B90E
Text Example
Text Example
White with #C0B90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B90E; }
p { color: rgb(192,185,14); }
H1.HeaderClassName
{
color: #C0B90E;
}
.AnyTagClassName
{
color: #C0B90E;
}
</style>
background-color css
<style>
a { background-color: #C0B90E; }
a { background-color: rgb(192,185,14); }
div.DivClassName
{
background-color: #C0B90E;
}
.BgClassName
{
background-color: #C0B90E;
}
</style>
border-color css
<style>
span { border-color: #C0B90E; }
span { border-color: rgb(192,185,14); }
td.TdClassName
{
border-color: #C0B90E;
}
.TagClassName
{
border-color: #C0B90E;
}
</style>