Shades of La Rioja #C5B906
Tints of La Rioja #C5B906
RGB
CMYK
RGB Variations
Color information
#C5B906 (or 0xC5B906) is known color: La Rioja. HEX triplet: C5, B9 and 06. RGB value is (197,185,6). Sum of RGB (Red+Green+Blue) = 197+185+6=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B906 is #3A46F9. Grayscale: #A8A8A8. Windows color (decimal): -3819258 or 440773. OLE color: 440773.
HSL color Cylindrical-coordinate representation of color #C5B906: hue angle of 56.23º degrees, saturation: 0.94, 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 #C5B906 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.23 |
| HSL | 56.23º | 0.94% | 0.4% | - |
| HSV(B) | 56.23º | 0.97% | 0.77% | - |
| XYZ | 40.41 | 46.58 | 7.03 | - |
| YUV | 168.18 | 36.48 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 6 | 0 | 0.06 | 0.97 | 0.23 | 56.23 | 0.94 | 0.4 |
| Hex | C5 | B9 | 6 | 0 | 6 | 61 | 17 | 38 | 5E | 28 |
| Octal | 305 | 271 | 6 | 0 | 6 | 141 | 27 | 70 | 136 | 50 |
| Binary | 11000101 | 10111001 | 110 | 0 | 110 | 1100001 | 10111 | 111000 | 1011110 | 101000 |
Color Harmonies of #C5B906
Complementary color
Monochromatic Colors of #C5B906
Black with #C5B906
Text Example
Text Example
White with #C5B906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B906; }
p { color: rgb(197,185,6); }
H1.HeaderClassName
{
color: #C5B906;
}
.AnyTagClassName
{
color: #C5B906;
}
</style>
background-color css
<style>
a { background-color: #C5B906; }
a { background-color: rgb(197,185,6); }
div.DivClassName
{
background-color: #C5B906;
}
.BgClassName
{
background-color: #C5B906;
}
</style>
border-color css
<style>
span { border-color: #C5B906; }
span { border-color: rgb(197,185,6); }
td.TdClassName
{
border-color: #C5B906;
}
.TagClassName
{
border-color: #C5B906;
}
</style>