Shades of La Rioja #C5B10C
Tints of La Rioja #C5B10C
RGB
CMYK
RGB Variations
Color information
#C5B10C (or 0xC5B10C) is known color: La Rioja. HEX triplet: C5, B1 and 0C. RGB value is (197,177,12). Sum of RGB (Red+Green+Blue) = 197+177+12=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B10C is #3A4EF3. Grayscale: #A4A4A4. Windows color (decimal): -3821300 or 831941. OLE color: 831941.
HSL color Cylindrical-coordinate representation of color #C5B10C: hue angle of 53.51º 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 #C5B10C is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 12 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.23 |
| HSL | 53.51º | 0.89% | 0.41% | - |
| HSV(B) | 53.51º | 0.94% | 0.77% | - |
| XYZ | 38.81 | 43.34 | 6.67 | - |
| YUV | 164.17 | 42.13 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 12 | 0 | 0.10 | 0.94 | 0.23 | 53.51 | 0.89 | 0.41 |
| Hex | C5 | B1 | C | 0 | A | 5E | 17 | 36 | 59 | 29 |
| Octal | 305 | 261 | 14 | 0 | 12 | 136 | 27 | 66 | 131 | 51 |
| Binary | 11000101 | 10110001 | 1100 | 0 | 1010 | 1011110 | 10111 | 110110 | 1011001 | 101001 |
Color Harmonies of #C5B10C
Complementary color
Monochromatic Colors of #C5B10C
Black with #C5B10C
Text Example
Text Example
White with #C5B10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B10C; }
p { color: rgb(197,177,12); }
H1.HeaderClassName
{
color: #C5B10C;
}
.AnyTagClassName
{
color: #C5B10C;
}
</style>
background-color css
<style>
a { background-color: #C5B10C; }
a { background-color: rgb(197,177,12); }
div.DivClassName
{
background-color: #C5B10C;
}
.BgClassName
{
background-color: #C5B10C;
}
</style>
border-color css
<style>
span { border-color: #C5B10C; }
span { border-color: rgb(197,177,12); }
td.TdClassName
{
border-color: #C5B10C;
}
.TagClassName
{
border-color: #C5B10C;
}
</style>