Shades of La Rioja #C5C110
Tints of La Rioja #C5C110
RGB
CMYK
RGB Variations
Color information
#C5C110 (or 0xC5C110) is known color: La Rioja. HEX triplet: C5, C1 and 10. RGB value is (197,193,16). Sum of RGB (Red+Green+Blue) = 197+193+16=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C110 is #3A3EEF. Grayscale: #AEAEAE. Windows color (decimal): -3817200 or 1098181. OLE color: 1098181.
HSL color Cylindrical-coordinate representation of color #C5C110: hue angle of 58.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5C110 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 16 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.23 |
| HSL | 58.67º | 0.85% | 0.42% | - |
| HSV(B) | 58.67º | 0.92% | 0.77% | - |
| XYZ | 42.19 | 50.05 | 7.93 | - |
| YUV | 174.02 | 38.83 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 16 | 0 | 0.02 | 0.92 | 0.23 | 58.67 | 0.85 | 0.42 |
| Hex | C5 | C1 | 10 | 0 | 2 | 5C | 17 | 3B | 55 | 2A |
| Octal | 305 | 301 | 20 | 0 | 2 | 134 | 27 | 73 | 125 | 52 |
| Binary | 11000101 | 11000001 | 10000 | 0 | 10 | 1011100 | 10111 | 111011 | 1010101 | 101010 |
Color Harmonies of #C5C110
Complementary color
Monochromatic Colors of #C5C110
Black with #C5C110
Text Example
Text Example
White with #C5C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C110; }
p { color: rgb(197,193,16); }
H1.HeaderClassName
{
color: #C5C110;
}
.AnyTagClassName
{
color: #C5C110;
}
</style>
background-color css
<style>
a { background-color: #C5C110; }
a { background-color: rgb(197,193,16); }
div.DivClassName
{
background-color: #C5C110;
}
.BgClassName
{
background-color: #C5C110;
}
</style>
border-color css
<style>
span { border-color: #C5C110; }
span { border-color: rgb(197,193,16); }
td.TdClassName
{
border-color: #C5C110;
}
.TagClassName
{
border-color: #C5C110;
}
</style>