Shades of La Rioja #C0B80C
Tints of La Rioja #C0B80C
RGB
CMYK
RGB Variations
Color information
#C0B80C (or 0xC0B80C) is known color: La Rioja. HEX triplet: C0, B8 and 0C. RGB value is (192,184,12). Sum of RGB (Red+Green+Blue) = 192+184+12=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B80C is #3F47F3. Grayscale: #A7A7A7. Windows color (decimal): -4147188 or 833728. OLE color: 833728.
HSL color Cylindrical-coordinate representation of color #C0B80C: hue angle of 57.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0B80C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 12 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.25 |
| HSL | 57.33º | 0.88% | 0.4% | - |
| HSV(B) | 57.33º | 0.94% | 0.75% | - |
| XYZ | 38.95 | 45.51 | 7.08 | - |
| YUV | 166.78 | 40.65 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 12 | 0 | 0.04 | 0.94 | 0.25 | 57.33 | 0.88 | 0.4 |
| Hex | C0 | B8 | C | 0 | 4 | 5E | 19 | 39 | 58 | 28 |
| Octal | 300 | 270 | 14 | 0 | 4 | 136 | 31 | 71 | 130 | 50 |
| Binary | 11000000 | 10111000 | 1100 | 0 | 100 | 1011110 | 11001 | 111001 | 1011000 | 101000 |
Color Harmonies of #C0B80C
Complementary color
Monochromatic Colors of #C0B80C
Black with #C0B80C
Text Example
Text Example
White with #C0B80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B80C; }
p { color: rgb(192,184,12); }
H1.HeaderClassName
{
color: #C0B80C;
}
.AnyTagClassName
{
color: #C0B80C;
}
</style>
background-color css
<style>
a { background-color: #C0B80C; }
a { background-color: rgb(192,184,12); }
div.DivClassName
{
background-color: #C0B80C;
}
.BgClassName
{
background-color: #C0B80C;
}
</style>
border-color css
<style>
span { border-color: #C0B80C; }
span { border-color: rgb(192,184,12); }
td.TdClassName
{
border-color: #C0B80C;
}
.TagClassName
{
border-color: #C0B80C;
}
</style>