Shades of La Rioja #C0B510
Tints of La Rioja #C0B510
RGB
CMYK
RGB Variations
Color information
#C0B510 (or 0xC0B510) is known color: La Rioja. HEX triplet: C0, B5 and 10. RGB value is (192,181,16). Sum of RGB (Red+Green+Blue) = 192+181+16=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B510 is #3F4AEF. Grayscale: #A6A6A6. Windows color (decimal): -4147952 or 1095104. OLE color: 1095104.
HSL color Cylindrical-coordinate representation of color #C0B510: hue angle of 56.25º 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 #C0B510 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 16 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.25 |
| HSL | 56.25º | 0.85% | 0.41% | - |
| HSV(B) | 56.25º | 0.92% | 0.75% | - |
| XYZ | 38.36 | 44.29 | 7.02 | - |
| YUV | 165.48 | 43.64 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 16 | 0 | 0.06 | 0.92 | 0.25 | 56.25 | 0.85 | 0.41 |
| Hex | C0 | B5 | 10 | 0 | 6 | 5C | 19 | 38 | 55 | 29 |
| Octal | 300 | 265 | 20 | 0 | 6 | 134 | 31 | 70 | 125 | 51 |
| Binary | 11000000 | 10110101 | 10000 | 0 | 110 | 1011100 | 11001 | 111000 | 1010101 | 101001 |
Color Harmonies of #C0B510
Complementary color
Monochromatic Colors of #C0B510
Black with #C0B510
Text Example
Text Example
White with #C0B510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B510; }
p { color: rgb(192,181,16); }
H1.HeaderClassName
{
color: #C0B510;
}
.AnyTagClassName
{
color: #C0B510;
}
</style>
background-color css
<style>
a { background-color: #C0B510; }
a { background-color: rgb(192,181,16); }
div.DivClassName
{
background-color: #C0B510;
}
.BgClassName
{
background-color: #C0B510;
}
</style>
border-color css
<style>
span { border-color: #C0B510; }
span { border-color: rgb(192,181,16); }
td.TdClassName
{
border-color: #C0B510;
}
.TagClassName
{
border-color: #C0B510;
}
</style>