Shades of La Rioja #C5B903
Tints of La Rioja #C5B903
RGB
CMYK
RGB Variations
Color information
#C5B903 (or 0xC5B903) is known color: La Rioja. HEX triplet: C5, B9 and 03. RGB value is (197,185,3). Sum of RGB (Red+Green+Blue) = 197+185+3=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B903 is #3A46FC. Grayscale: #A8A8A8. Windows color (decimal): -3819261 or 244165. OLE color: 244165.
HSL color Cylindrical-coordinate representation of color #C5B903: hue angle of 56.29º degrees, saturation: 0.97, 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 #C5B903 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 3 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.23 |
| HSL | 56.29º | 0.97% | 0.39% | - |
| HSV(B) | 56.29º | 0.98% | 0.77% | - |
| XYZ | 40.39 | 46.57 | 6.95 | - |
| YUV | 167.84 | 34.98 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 3 | 0 | 0.06 | 0.98 | 0.23 | 56.29 | 0.97 | 0.39 |
| Hex | C5 | B9 | 3 | 0 | 6 | 62 | 17 | 38 | 61 | 27 |
| Octal | 305 | 271 | 3 | 0 | 6 | 142 | 27 | 70 | 141 | 47 |
| Binary | 11000101 | 10111001 | 11 | 0 | 110 | 1100010 | 10111 | 111000 | 1100001 | 100111 |
Color Harmonies of #C5B903
Complementary color
Monochromatic Colors of #C5B903
Black with #C5B903
Text Example
Text Example
White with #C5B903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B903; }
p { color: rgb(197,185,3); }
H1.HeaderClassName
{
color: #C5B903;
}
.AnyTagClassName
{
color: #C5B903;
}
</style>
background-color css
<style>
a { background-color: #C5B903; }
a { background-color: rgb(197,185,3); }
div.DivClassName
{
background-color: #C5B903;
}
.BgClassName
{
background-color: #C5B903;
}
</style>
border-color css
<style>
span { border-color: #C5B903; }
span { border-color: rgb(197,185,3); }
td.TdClassName
{
border-color: #C5B903;
}
.TagClassName
{
border-color: #C5B903;
}
</style>