Shades of La Rioja #C5B904
Tints of La Rioja #C5B904
RGB
CMYK
RGB Variations
Color information
#C5B904 (or 0xC5B904) is known color: La Rioja. HEX triplet: C5, B9 and 04. RGB value is (197,185,4). Sum of RGB (Red+Green+Blue) = 197+185+4=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B904 is #3A46FB. Grayscale: #A8A8A8. Windows color (decimal): -3819260 or 309701. OLE color: 309701.
HSL color Cylindrical-coordinate representation of color #C5B904: hue angle of 56.27º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5B904 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.23 |
| HSL | 56.27º | 0.96% | 0.39% | - |
| HSV(B) | 56.27º | 0.98% | 0.77% | - |
| XYZ | 40.4 | 46.58 | 6.98 | - |
| YUV | 167.95 | 35.48 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 4 | 0 | 0.06 | 0.98 | 0.23 | 56.27 | 0.96 | 0.39 |
| Hex | C5 | B9 | 4 | 0 | 6 | 62 | 17 | 38 | 60 | 27 |
| Octal | 305 | 271 | 4 | 0 | 6 | 142 | 27 | 70 | 140 | 47 |
| Binary | 11000101 | 10111001 | 100 | 0 | 110 | 1100010 | 10111 | 111000 | 1100000 | 100111 |
Color Harmonies of #C5B904
Complementary color
Monochromatic Colors of #C5B904
Black with #C5B904
Text Example
Text Example
White with #C5B904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B904; }
p { color: rgb(197,185,4); }
H1.HeaderClassName
{
color: #C5B904;
}
.AnyTagClassName
{
color: #C5B904;
}
</style>
background-color css
<style>
a { background-color: #C5B904; }
a { background-color: rgb(197,185,4); }
div.DivClassName
{
background-color: #C5B904;
}
.BgClassName
{
background-color: #C5B904;
}
</style>
border-color css
<style>
span { border-color: #C5B904; }
span { border-color: rgb(197,185,4); }
td.TdClassName
{
border-color: #C5B904;
}
.TagClassName
{
border-color: #C5B904;
}
</style>