Shades of La Rioja #C0B111
Tints of La Rioja #C0B111
RGB
CMYK
RGB Variations
Color information
#C0B111 (or 0xC0B111) is known color: La Rioja. HEX triplet: C0, B1 and 11. RGB value is (192,177,17). Sum of RGB (Red+Green+Blue) = 192+177+17=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B111 is #3F4EEE. Grayscale: #A3A3A3. Windows color (decimal): -4148975 or 1159616. OLE color: 1159616.
HSL color Cylindrical-coordinate representation of color #C0B111: hue angle of 54.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0B111 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 17 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.25 |
| HSL | 54.86º | 0.84% | 0.41% | - |
| HSV(B) | 54.86º | 0.91% | 0.75% | - |
| XYZ | 37.56 | 42.69 | 6.79 | - |
| YUV | 163.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 17 | 0 | 0.08 | 0.91 | 0.25 | 54.86 | 0.84 | 0.41 |
| Hex | C0 | B1 | 11 | 0 | 8 | 5B | 19 | 37 | 54 | 29 |
| Octal | 300 | 261 | 21 | 0 | 10 | 133 | 31 | 67 | 124 | 51 |
| Binary | 11000000 | 10110001 | 10001 | 0 | 1000 | 1011011 | 11001 | 110111 | 1010100 | 101001 |
Color Harmonies of #C0B111
Complementary color
Monochromatic Colors of #C0B111
Black with #C0B111
Text Example
Text Example
White with #C0B111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B111; }
p { color: rgb(192,177,17); }
H1.HeaderClassName
{
color: #C0B111;
}
.AnyTagClassName
{
color: #C0B111;
}
</style>
background-color css
<style>
a { background-color: #C0B111; }
a { background-color: rgb(192,177,17); }
div.DivClassName
{
background-color: #C0B111;
}
.BgClassName
{
background-color: #C0B111;
}
</style>
border-color css
<style>
span { border-color: #C0B111; }
span { border-color: rgb(192,177,17); }
td.TdClassName
{
border-color: #C0B111;
}
.TagClassName
{
border-color: #C0B111;
}
</style>