Shades of La Rioja #C5B50B
Tints of La Rioja #C5B50B
RGB
CMYK
RGB Variations
Color information
#C5B50B (or 0xC5B50B) is known color: La Rioja. HEX triplet: C5, B5 and 0B. RGB value is (197,181,11). Sum of RGB (Red+Green+Blue) = 197+181+11=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B50B is #3A4AF4. Grayscale: #A7A7A7. Windows color (decimal): -3820277 or 767429. OLE color: 767429.
HSL color Cylindrical-coordinate representation of color #C5B50B: hue angle of 54.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5B50B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 11 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.23 |
| HSL | 54.84º | 0.89% | 0.41% | - |
| HSV(B) | 54.84º | 0.94% | 0.77% | - |
| XYZ | 39.61 | 44.94 | 6.9 | - |
| YUV | 166.4 | 40.3 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 11 | 0 | 0.08 | 0.94 | 0.23 | 54.84 | 0.89 | 0.41 |
| Hex | C5 | B5 | B | 0 | 8 | 5E | 17 | 37 | 59 | 29 |
| Octal | 305 | 265 | 13 | 0 | 10 | 136 | 27 | 67 | 131 | 51 |
| Binary | 11000101 | 10110101 | 1011 | 0 | 1000 | 1011110 | 10111 | 110111 | 1011001 | 101001 |
Color Harmonies of #C5B50B
Complementary color
Monochromatic Colors of #C5B50B
Black with #C5B50B
Text Example
Text Example
White with #C5B50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B50B; }
p { color: rgb(197,181,11); }
H1.HeaderClassName
{
color: #C5B50B;
}
.AnyTagClassName
{
color: #C5B50B;
}
</style>
background-color css
<style>
a { background-color: #C5B50B; }
a { background-color: rgb(197,181,11); }
div.DivClassName
{
background-color: #C5B50B;
}
.BgClassName
{
background-color: #C5B50B;
}
</style>
border-color css
<style>
span { border-color: #C5B50B; }
span { border-color: rgb(197,181,11); }
td.TdClassName
{
border-color: #C5B50B;
}
.TagClassName
{
border-color: #C5B50B;
}
</style>