Shades of La Rioja #C1C511
Tints of La Rioja #C1C511
RGB
CMYK
RGB Variations
Color information
#C1C511 (or 0xC1C511) is known color: La Rioja. HEX triplet: C1, C5 and 11. RGB value is (193,197,17). Sum of RGB (Red+Green+Blue) = 193+197+17=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C511 is #3E3AEE. Grayscale: #B0B0B0. Windows color (decimal): -4078319 or 1164737. OLE color: 1164737.
HSL color Cylindrical-coordinate representation of color #C1C511: hue angle of 61.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1C511 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 17 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.23 |
| HSL | 61.33º | 0.84% | 0.42% | - |
| HSV(B) | 61.33º | 0.91% | 0.77% | - |
| XYZ | 42.06 | 51.31 | 8.22 | - |
| YUV | 175.28 | 38.67 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 17 | 0.02 | 0 | 0.91 | 0.23 | 61.33 | 0.84 | 0.42 |
| Hex | C1 | C5 | 11 | 2 | 0 | 5B | 17 | 3D | 54 | 2A |
| Octal | 301 | 305 | 21 | 2 | 0 | 133 | 27 | 75 | 124 | 52 |
| Binary | 11000001 | 11000101 | 10001 | 10 | 0 | 1011011 | 10111 | 111101 | 1010100 | 101010 |
Color Harmonies of #C1C511
Complementary color
Monochromatic Colors of #C1C511
Black with #C1C511
Text Example
Text Example
White with #C1C511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C511; }
p { color: rgb(193,197,17); }
H1.HeaderClassName
{
color: #C1C511;
}
.AnyTagClassName
{
color: #C1C511;
}
</style>
background-color css
<style>
a { background-color: #C1C511; }
a { background-color: rgb(193,197,17); }
div.DivClassName
{
background-color: #C1C511;
}
.BgClassName
{
background-color: #C1C511;
}
</style>
border-color css
<style>
span { border-color: #C1C511; }
span { border-color: rgb(193,197,17); }
td.TdClassName
{
border-color: #C1C511;
}
.TagClassName
{
border-color: #C1C511;
}
</style>