Shades of La Rioja #C1B112
Tints of La Rioja #C1B112
RGB
CMYK
RGB Variations
Color information
#C1B112 (or 0xC1B112) is known color: La Rioja. HEX triplet: C1, B1 and 12. RGB value is (193,177,18). Sum of RGB (Red+Green+Blue) = 193+177+18=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1B112 is #3E4EED. Grayscale: #A4A4A4. Windows color (decimal): -4083438 or 1225153. OLE color: 1225153.
HSL color Cylindrical-coordinate representation of color #C1B112: hue angle of 54.51º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1B112 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 177 | 18 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.24 |
| HSL | 54.51º | 0.83% | 0.41% | - |
| HSV(B) | 54.51º | 0.91% | 0.76% | - |
| XYZ | 37.82 | 42.83 | 6.84 | - |
| YUV | 163.66 | 45.8 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 18 | 0 | 0.08 | 0.91 | 0.24 | 54.51 | 0.83 | 0.41 |
| Hex | C1 | B1 | 12 | 0 | 8 | 5B | 18 | 37 | 53 | 29 |
| Octal | 301 | 261 | 22 | 0 | 10 | 133 | 30 | 67 | 123 | 51 |
| Binary | 11000001 | 10110001 | 10010 | 0 | 1000 | 1011011 | 11000 | 110111 | 1010011 | 101001 |
Color Harmonies of #C1B112
Complementary color
Monochromatic Colors of #C1B112
Black with #C1B112
Text Example
Text Example
White with #C1B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B112; }
p { color: rgb(193,177,18); }
H1.HeaderClassName
{
color: #C1B112;
}
.AnyTagClassName
{
color: #C1B112;
}
</style>
background-color css
<style>
a { background-color: #C1B112; }
a { background-color: rgb(193,177,18); }
div.DivClassName
{
background-color: #C1B112;
}
.BgClassName
{
background-color: #C1B112;
}
</style>
border-color css
<style>
span { border-color: #C1B112; }
span { border-color: rgb(193,177,18); }
td.TdClassName
{
border-color: #C1B112;
}
.TagClassName
{
border-color: #C1B112;
}
</style>