Shades of La Rioja #C0B10B
Tints of La Rioja #C0B10B
RGB
CMYK
RGB Variations
Color information
#C0B10B (or 0xC0B10B) is known color: La Rioja. HEX triplet: C0, B1 and 0B. RGB value is (192,177,11). Sum of RGB (Red+Green+Blue) = 192+177+11=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B10B is #3F4EF4. Grayscale: #A3A3A3. Windows color (decimal): -4148981 or 766400. OLE color: 766400.
HSL color Cylindrical-coordinate representation of color #C0B10B: hue angle of 55.03º degrees, saturation: 0.89, 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 #C0B10B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 11 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.25 |
| HSL | 55.03º | 0.89% | 0.4% | - |
| HSV(B) | 55.03º | 0.94% | 0.75% | - |
| XYZ | 37.52 | 42.67 | 6.58 | - |
| YUV | 162.56 | 42.47 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 11 | 0 | 0.08 | 0.94 | 0.25 | 55.03 | 0.89 | 0.4 |
| Hex | C0 | B1 | B | 0 | 8 | 5E | 19 | 37 | 59 | 28 |
| Octal | 300 | 261 | 13 | 0 | 10 | 136 | 31 | 67 | 131 | 50 |
| Binary | 11000000 | 10110001 | 1011 | 0 | 1000 | 1011110 | 11001 | 110111 | 1011001 | 101000 |
Color Harmonies of #C0B10B
Complementary color
Monochromatic Colors of #C0B10B
Black with #C0B10B
Text Example
Text Example
White with #C0B10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B10B; }
p { color: rgb(192,177,11); }
H1.HeaderClassName
{
color: #C0B10B;
}
.AnyTagClassName
{
color: #C0B10B;
}
</style>
background-color css
<style>
a { background-color: #C0B10B; }
a { background-color: rgb(192,177,11); }
div.DivClassName
{
background-color: #C0B10B;
}
.BgClassName
{
background-color: #C0B10B;
}
</style>
border-color css
<style>
span { border-color: #C0B10B; }
span { border-color: rgb(192,177,11); }
td.TdClassName
{
border-color: #C0B10B;
}
.TagClassName
{
border-color: #C0B10B;
}
</style>