Shades of La Rioja #C5B100
Tints of La Rioja #C5B100
RGB
CMYK
RGB Variations
Color information
#C5B100 (or 0xC5B100) is known color: La Rioja. HEX triplet: C5, B1 and 00. RGB value is (197,177,0). Sum of RGB (Red+Green+Blue) = 197+177+0=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B100 is #3A4EFF. Grayscale: #A3A3A3. Windows color (decimal): -3821312 or 45509. OLE color: 45509.
HSL color Cylindrical-coordinate representation of color #C5B100: hue angle of 53.91º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5B100 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.23 |
| HSL | 53.91º | 1% | 0.39% | - |
| HSV(B) | 53.91º | 1% | 0.77% | - |
| XYZ | 38.75 | 43.31 | 6.32 | - |
| YUV | 162.8 | 36.13 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 0 | 0 | 0.10 | 1 | 0.23 | 53.91 | 1 | 0.39 |
| Hex | C5 | B1 | 0 | 0 | A | 64 | 17 | 36 | 64 | 27 |
| Octal | 305 | 261 | 0 | 0 | 12 | 144 | 27 | 66 | 144 | 47 |
| Binary | 11000101 | 10110001 | 0 | 0 | 1010 | 1100100 | 10111 | 110110 | 1100100 | 100111 |
Color Harmonies of #C5B100
Complementary color
Monochromatic Colors of #C5B100
Black with #C5B100
Text Example
Text Example
White with #C5B100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B100; }
p { color: rgb(197,177,0); }
H1.HeaderClassName
{
color: #C5B100;
}
.AnyTagClassName
{
color: #C5B100;
}
</style>
background-color css
<style>
a { background-color: #C5B100; }
a { background-color: rgb(197,177,0); }
div.DivClassName
{
background-color: #C5B100;
}
.BgClassName
{
background-color: #C5B100;
}
</style>
border-color css
<style>
span { border-color: #C5B100; }
span { border-color: rgb(197,177,0); }
td.TdClassName
{
border-color: #C5B100;
}
.TagClassName
{
border-color: #C5B100;
}
</style>