Shades of La Rioja #C0B010
Tints of La Rioja #C0B010
RGB
CMYK
RGB Variations
Color information
#C0B010 (or 0xC0B010) is known color: La Rioja. HEX triplet: C0, B0 and 10. RGB value is (192,176,16). Sum of RGB (Red+Green+Blue) = 192+176+16=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B010 is #3F4FEF. Grayscale: #A3A3A3. Windows color (decimal): -4149232 or 1093824. OLE color: 1093824.
HSL color Cylindrical-coordinate representation of color #C0B010: hue angle of 54.55º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0B010 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 16 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.25 |
| HSL | 54.55º | 0.85% | 0.41% | - |
| HSV(B) | 54.55º | 0.92% | 0.75% | - |
| XYZ | 37.36 | 42.29 | 6.68 | - |
| YUV | 162.54 | 45.3 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 16 | 0 | 0.08 | 0.92 | 0.25 | 54.55 | 0.85 | 0.41 |
| Hex | C0 | B0 | 10 | 0 | 8 | 5C | 19 | 37 | 55 | 29 |
| Octal | 300 | 260 | 20 | 0 | 10 | 134 | 31 | 67 | 125 | 51 |
| Binary | 11000000 | 10110000 | 10000 | 0 | 1000 | 1011100 | 11001 | 110111 | 1010101 | 101001 |
Color Harmonies of #C0B010
Complementary color
Monochromatic Colors of #C0B010
Black with #C0B010
Text Example
Text Example
White with #C0B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B010; }
p { color: rgb(192,176,16); }
H1.HeaderClassName
{
color: #C0B010;
}
.AnyTagClassName
{
color: #C0B010;
}
</style>
background-color css
<style>
a { background-color: #C0B010; }
a { background-color: rgb(192,176,16); }
div.DivClassName
{
background-color: #C0B010;
}
.BgClassName
{
background-color: #C0B010;
}
</style>
border-color css
<style>
span { border-color: #C0B010; }
span { border-color: rgb(192,176,16); }
td.TdClassName
{
border-color: #C0B010;
}
.TagClassName
{
border-color: #C0B010;
}
</style>