Shades of La Rioja #C5B003
Tints of La Rioja #C5B003
RGB
CMYK
RGB Variations
Color information
#C5B003 (or 0xC5B003) is known color: La Rioja. HEX triplet: C5, B0 and 03. RGB value is (197,176,3). Sum of RGB (Red+Green+Blue) = 197+176+3=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B003 is #3A4FFC. Grayscale: #A3A3A3. Windows color (decimal): -3821565 or 241861. OLE color: 241861.
HSL color Cylindrical-coordinate representation of color #C5B003: hue angle of 53.51º 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 #C5B003 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 3 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.23 |
| HSL | 53.51º | 0.97% | 0.39% | - |
| HSV(B) | 53.51º | 0.98% | 0.77% | - |
| XYZ | 38.57 | 42.93 | 6.34 | - |
| YUV | 162.56 | 37.96 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 3 | 0 | 0.11 | 0.98 | 0.23 | 53.51 | 0.97 | 0.39 |
| Hex | C5 | B0 | 3 | 0 | B | 62 | 17 | 36 | 61 | 27 |
| Octal | 305 | 260 | 3 | 0 | 13 | 142 | 27 | 66 | 141 | 47 |
| Binary | 11000101 | 10110000 | 11 | 0 | 1011 | 1100010 | 10111 | 110110 | 1100001 | 100111 |
Color Harmonies of #C5B003
Complementary color
Monochromatic Colors of #C5B003
Black with #C5B003
Text Example
Text Example
White with #C5B003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B003; }
p { color: rgb(197,176,3); }
H1.HeaderClassName
{
color: #C5B003;
}
.AnyTagClassName
{
color: #C5B003;
}
</style>
background-color css
<style>
a { background-color: #C5B003; }
a { background-color: rgb(197,176,3); }
div.DivClassName
{
background-color: #C5B003;
}
.BgClassName
{
background-color: #C5B003;
}
</style>
border-color css
<style>
span { border-color: #C5B003; }
span { border-color: rgb(197,176,3); }
td.TdClassName
{
border-color: #C5B003;
}
.TagClassName
{
border-color: #C5B003;
}
</style>