Shades of La Rioja #C1B110
Tints of La Rioja #C1B110
RGB
CMYK
RGB Variations
Color information
#C1B110 (or 0xC1B110) is known color: La Rioja. HEX triplet: C1, B1 and 10. RGB value is (193,177,16). Sum of RGB (Red+Green+Blue) = 193+177+16=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1B110 is #3E4EEF. Grayscale: #A4A4A4. Windows color (decimal): -4083440 or 1094081. OLE color: 1094081.
HSL color Cylindrical-coordinate representation of color #C1B110: hue angle of 54.58º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1B110 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 177 | 16 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.24 |
| HSL | 54.58º | 0.85% | 0.41% | - |
| HSV(B) | 54.58º | 0.92% | 0.76% | - |
| XYZ | 37.81 | 42.82 | 6.76 | - |
| YUV | 163.43 | 44.8 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 16 | 0 | 0.08 | 0.92 | 0.24 | 54.58 | 0.85 | 0.41 |
| Hex | C1 | B1 | 10 | 0 | 8 | 5C | 18 | 37 | 55 | 29 |
| Octal | 301 | 261 | 20 | 0 | 10 | 134 | 30 | 67 | 125 | 51 |
| Binary | 11000001 | 10110001 | 10000 | 0 | 1000 | 1011100 | 11000 | 110111 | 1010101 | 101001 |
Color Harmonies of #C1B110
Complementary color
Monochromatic Colors of #C1B110
Black with #C1B110
Text Example
Text Example
White with #C1B110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B110; }
p { color: rgb(193,177,16); }
H1.HeaderClassName
{
color: #C1B110;
}
.AnyTagClassName
{
color: #C1B110;
}
</style>
background-color css
<style>
a { background-color: #C1B110; }
a { background-color: rgb(193,177,16); }
div.DivClassName
{
background-color: #C1B110;
}
.BgClassName
{
background-color: #C1B110;
}
</style>
border-color css
<style>
span { border-color: #C1B110; }
span { border-color: rgb(193,177,16); }
td.TdClassName
{
border-color: #C1B110;
}
.TagClassName
{
border-color: #C1B110;
}
</style>