Shades of La Rioja #C1C510
Tints of La Rioja #C1C510
RGB
CMYK
RGB Variations
Color information
#C1C510 (or 0xC1C510) is known color: La Rioja. HEX triplet: C1, C5 and 10. RGB value is (193,197,16). Sum of RGB (Red+Green+Blue) = 193+197+16=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C510 is #3E3AEF. Grayscale: #AFAFAF. Windows color (decimal): -4078320 or 1099201. OLE color: 1099201.
HSL color Cylindrical-coordinate representation of color #C1C510: hue angle of 61.33º 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 #C1C510 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 16 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.23 |
| HSL | 61.33º | 0.85% | 0.42% | - |
| HSV(B) | 61.33º | 0.92% | 0.77% | - |
| XYZ | 42.05 | 51.31 | 8.18 | - |
| YUV | 175.17 | 38.17 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 16 | 0.02 | 0 | 0.92 | 0.23 | 61.33 | 0.85 | 0.42 |
| Hex | C1 | C5 | 10 | 2 | 0 | 5C | 17 | 3D | 55 | 2A |
| Octal | 301 | 305 | 20 | 2 | 0 | 134 | 27 | 75 | 125 | 52 |
| Binary | 11000001 | 11000101 | 10000 | 10 | 0 | 1011100 | 10111 | 111101 | 1010101 | 101010 |
Color Harmonies of #C1C510
Complementary color
Monochromatic Colors of #C1C510
Black with #C1C510
Text Example
Text Example
White with #C1C510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C510; }
p { color: rgb(193,197,16); }
H1.HeaderClassName
{
color: #C1C510;
}
.AnyTagClassName
{
color: #C1C510;
}
</style>
background-color css
<style>
a { background-color: #C1C510; }
a { background-color: rgb(193,197,16); }
div.DivClassName
{
background-color: #C1C510;
}
.BgClassName
{
background-color: #C1C510;
}
</style>
border-color css
<style>
span { border-color: #C1C510; }
span { border-color: rgb(193,197,16); }
td.TdClassName
{
border-color: #C1C510;
}
.TagClassName
{
border-color: #C1C510;
}
</style>