Shades of La Rioja #C5B30C
Tints of La Rioja #C5B30C
RGB
CMYK
RGB Variations
Color information
#C5B30C (or 0xC5B30C) is known color: La Rioja. HEX triplet: C5, B3 and 0C. RGB value is (197,179,12). Sum of RGB (Red+Green+Blue) = 197+179+12=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B30C is #3A4CF3. Grayscale: #A6A6A6. Windows color (decimal): -3820788 or 832453. OLE color: 832453.
HSL color Cylindrical-coordinate representation of color #C5B30C: hue angle of 54.16º 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 #C5B30C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 12 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.23 |
| HSL | 54.16º | 0.89% | 0.41% | - |
| HSV(B) | 54.16º | 0.94% | 0.77% | - |
| XYZ | 39.21 | 44.14 | 6.8 | - |
| YUV | 165.34 | 41.46 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 12 | 0 | 0.09 | 0.94 | 0.23 | 54.16 | 0.89 | 0.41 |
| Hex | C5 | B3 | C | 0 | 9 | 5E | 17 | 36 | 59 | 29 |
| Octal | 305 | 263 | 14 | 0 | 11 | 136 | 27 | 66 | 131 | 51 |
| Binary | 11000101 | 10110011 | 1100 | 0 | 1001 | 1011110 | 10111 | 110110 | 1011001 | 101001 |
Color Harmonies of #C5B30C
Complementary color
Monochromatic Colors of #C5B30C
Black with #C5B30C
Text Example
Text Example
White with #C5B30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B30C; }
p { color: rgb(197,179,12); }
H1.HeaderClassName
{
color: #C5B30C;
}
.AnyTagClassName
{
color: #C5B30C;
}
</style>
background-color css
<style>
a { background-color: #C5B30C; }
a { background-color: rgb(197,179,12); }
div.DivClassName
{
background-color: #C5B30C;
}
.BgClassName
{
background-color: #C5B30C;
}
</style>
border-color css
<style>
span { border-color: #C5B30C; }
span { border-color: rgb(197,179,12); }
td.TdClassName
{
border-color: #C5B30C;
}
.TagClassName
{
border-color: #C5B30C;
}
</style>