Shades of La Rioja #C2B512
Tints of La Rioja #C2B512
RGB
CMYK
RGB Variations
Color information
#C2B512 (or 0xC2B512) is known color: La Rioja. HEX triplet: C2, B5 and 12. RGB value is (194,181,18). Sum of RGB (Red+Green+Blue) = 194+181+18=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B512 is #3D4AED. Grayscale: #A6A6A6. Windows color (decimal): -4016878 or 1226178. OLE color: 1226178.
HSL color Cylindrical-coordinate representation of color #C2B512: hue angle of 55.57º 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 #C2B512 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 18 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.24 |
| HSL | 55.57º | 0.83% | 0.42% | - |
| HSV(B) | 55.57º | 0.91% | 0.76% | - |
| XYZ | 38.88 | 44.56 | 7.12 | - |
| YUV | 166.31 | 44.31 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 18 | 0 | 0.07 | 0.91 | 0.24 | 55.57 | 0.83 | 0.42 |
| Hex | C2 | B5 | 12 | 0 | 7 | 5B | 18 | 38 | 53 | 2A |
| Octal | 302 | 265 | 22 | 0 | 7 | 133 | 30 | 70 | 123 | 52 |
| Binary | 11000010 | 10110101 | 10010 | 0 | 111 | 1011011 | 11000 | 111000 | 1010011 | 101010 |
Color Harmonies of #C2B512
Complementary color
Monochromatic Colors of #C2B512
Black with #C2B512
Text Example
Text Example
White with #C2B512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B512; }
p { color: rgb(194,181,18); }
H1.HeaderClassName
{
color: #C2B512;
}
.AnyTagClassName
{
color: #C2B512;
}
</style>
background-color css
<style>
a { background-color: #C2B512; }
a { background-color: rgb(194,181,18); }
div.DivClassName
{
background-color: #C2B512;
}
.BgClassName
{
background-color: #C2B512;
}
</style>
border-color css
<style>
span { border-color: #C2B512; }
span { border-color: rgb(194,181,18); }
td.TdClassName
{
border-color: #C2B512;
}
.TagClassName
{
border-color: #C2B512;
}
</style>