Shades of La Rioja #C0B50A
Tints of La Rioja #C0B50A
RGB
CMYK
RGB Variations
Color information
#C0B50A (or 0xC0B50A) is known color: La Rioja. HEX triplet: C0, B5 and 0A. RGB value is (192,181,10). Sum of RGB (Red+Green+Blue) = 192+181+10=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B50A is #3F4AF5. Grayscale: #A5A5A5. Windows color (decimal): -4147958 or 701888. OLE color: 701888.
HSL color Cylindrical-coordinate representation of color #C0B50A: hue angle of 56.37º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0B50A is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 10 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.25 |
| HSL | 56.37º | 0.9% | 0.4% | - |
| HSV(B) | 56.37º | 0.95% | 0.75% | - |
| XYZ | 38.32 | 44.28 | 6.81 | - |
| YUV | 164.8 | 40.64 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 10 | 0 | 0.06 | 0.95 | 0.25 | 56.37 | 0.9 | 0.4 |
| Hex | C0 | B5 | A | 0 | 6 | 5F | 19 | 38 | 5A | 28 |
| Octal | 300 | 265 | 12 | 0 | 6 | 137 | 31 | 70 | 132 | 50 |
| Binary | 11000000 | 10110101 | 1010 | 0 | 110 | 1011111 | 11001 | 111000 | 1011010 | 101000 |
Color Harmonies of #C0B50A
Complementary color
Monochromatic Colors of #C0B50A
Black with #C0B50A
Text Example
Text Example
White with #C0B50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B50A; }
p { color: rgb(192,181,10); }
H1.HeaderClassName
{
color: #C0B50A;
}
.AnyTagClassName
{
color: #C0B50A;
}
</style>
background-color css
<style>
a { background-color: #C0B50A; }
a { background-color: rgb(192,181,10); }
div.DivClassName
{
background-color: #C0B50A;
}
.BgClassName
{
background-color: #C0B50A;
}
</style>
border-color css
<style>
span { border-color: #C0B50A; }
span { border-color: rgb(192,181,10); }
td.TdClassName
{
border-color: #C0B50A;
}
.TagClassName
{
border-color: #C0B50A;
}
</style>