Shades of La Rioja #C5B405
Tints of La Rioja #C5B405
RGB
CMYK
RGB Variations
Color information
#C5B405 (or 0xC5B405) is known color: La Rioja. HEX triplet: C5, B4 and 05. RGB value is (197,180,5). Sum of RGB (Red+Green+Blue) = 197+180+5=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B405 is #3A4BFA. Grayscale: #A5A5A5. Windows color (decimal): -3820539 or 373957. OLE color: 373957.
HSL color Cylindrical-coordinate representation of color #C5B405: hue angle of 54.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5B405 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 5 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.23 |
| HSL | 54.69º | 0.95% | 0.4% | - |
| HSV(B) | 54.69º | 0.97% | 0.77% | - |
| XYZ | 39.37 | 44.52 | 6.66 | - |
| YUV | 165.13 | 37.63 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 5 | 0 | 0.09 | 0.97 | 0.23 | 54.69 | 0.95 | 0.4 |
| Hex | C5 | B4 | 5 | 0 | 9 | 61 | 17 | 37 | 5F | 28 |
| Octal | 305 | 264 | 5 | 0 | 11 | 141 | 27 | 67 | 137 | 50 |
| Binary | 11000101 | 10110100 | 101 | 0 | 1001 | 1100001 | 10111 | 110111 | 1011111 | 101000 |
Color Harmonies of #C5B405
Complementary color
Monochromatic Colors of #C5B405
Black with #C5B405
Text Example
Text Example
White with #C5B405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B405; }
p { color: rgb(197,180,5); }
H1.HeaderClassName
{
color: #C5B405;
}
.AnyTagClassName
{
color: #C5B405;
}
</style>
background-color css
<style>
a { background-color: #C5B405; }
a { background-color: rgb(197,180,5); }
div.DivClassName
{
background-color: #C5B405;
}
.BgClassName
{
background-color: #C5B405;
}
</style>
border-color css
<style>
span { border-color: #C5B405; }
span { border-color: rgb(197,180,5); }
td.TdClassName
{
border-color: #C5B405;
}
.TagClassName
{
border-color: #C5B405;
}
</style>