Shades of La Rioja #C2B112
Tints of La Rioja #C2B112
RGB
CMYK
RGB Variations
Color information
#C2B112 (or 0xC2B112) is known color: La Rioja. HEX triplet: C2, B1 and 12. RGB value is (194,177,18). Sum of RGB (Red+Green+Blue) = 194+177+18=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B112 is #3D4EED. Grayscale: #A4A4A4. Windows color (decimal): -4017902 or 1225154. OLE color: 1225154.
HSL color Cylindrical-coordinate representation of color #C2B112: hue angle of 54.2º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2B112 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 18 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.24 |
| HSL | 54.2º | 0.83% | 0.42% | - |
| HSV(B) | 54.2º | 0.91% | 0.76% | - |
| XYZ | 38.08 | 42.96 | 6.86 | - |
| YUV | 163.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 18 | 0 | 0.09 | 0.91 | 0.24 | 54.2 | 0.83 | 0.42 |
| Hex | C2 | B1 | 12 | 0 | 9 | 5B | 18 | 36 | 53 | 2A |
| Octal | 302 | 261 | 22 | 0 | 11 | 133 | 30 | 66 | 123 | 52 |
| Binary | 11000010 | 10110001 | 10010 | 0 | 1001 | 1011011 | 11000 | 110110 | 1010011 | 101010 |
Color Harmonies of #C2B112
Complementary color
Monochromatic Colors of #C2B112
Black with #C2B112
Text Example
Text Example
White with #C2B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B112; }
p { color: rgb(194,177,18); }
H1.HeaderClassName
{
color: #C2B112;
}
.AnyTagClassName
{
color: #C2B112;
}
</style>
background-color css
<style>
a { background-color: #C2B112; }
a { background-color: rgb(194,177,18); }
div.DivClassName
{
background-color: #C2B112;
}
.BgClassName
{
background-color: #C2B112;
}
</style>
border-color css
<style>
span { border-color: #C2B112; }
span { border-color: rgb(194,177,18); }
td.TdClassName
{
border-color: #C2B112;
}
.TagClassName
{
border-color: #C2B112;
}
</style>