Shades of La Rioja #C0B10C
Tints of La Rioja #C0B10C
RGB
CMYK
RGB Variations
Color information
#C0B10C (or 0xC0B10C) is known color: La Rioja. HEX triplet: C0, B1 and 0C. RGB value is (192,177,12). Sum of RGB (Red+Green+Blue) = 192+177+12=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B10C is #3F4EF3. Grayscale: #A3A3A3. Windows color (decimal): -4148980 or 831936. OLE color: 831936.
HSL color Cylindrical-coordinate representation of color #C0B10C: hue angle of 55º 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 #C0B10C is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 12 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.25 |
| HSL | 55º | 0.88% | 0.4% | - |
| HSV(B) | 55º | 0.94% | 0.75% | - |
| XYZ | 37.53 | 42.68 | 6.61 | - |
| YUV | 162.68 | 42.97 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 12 | 0 | 0.08 | 0.94 | 0.25 | 55 | 0.88 | 0.4 |
| Hex | C0 | B1 | C | 0 | 8 | 5E | 19 | 37 | 58 | 28 |
| Octal | 300 | 261 | 14 | 0 | 10 | 136 | 31 | 67 | 130 | 50 |
| Binary | 11000000 | 10110001 | 1100 | 0 | 1000 | 1011110 | 11001 | 110111 | 1011000 | 101000 |
Color Harmonies of #C0B10C
Complementary color
Monochromatic Colors of #C0B10C
Black with #C0B10C
Text Example
Text Example
White with #C0B10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B10C; }
p { color: rgb(192,177,12); }
H1.HeaderClassName
{
color: #C0B10C;
}
.AnyTagClassName
{
color: #C0B10C;
}
</style>
background-color css
<style>
a { background-color: #C0B10C; }
a { background-color: rgb(192,177,12); }
div.DivClassName
{
background-color: #C0B10C;
}
.BgClassName
{
background-color: #C0B10C;
}
</style>
border-color css
<style>
span { border-color: #C0B10C; }
span { border-color: rgb(192,177,12); }
td.TdClassName
{
border-color: #C0B10C;
}
.TagClassName
{
border-color: #C0B10C;
}
</style>