Shades of La Rioja #C2B212
Tints of La Rioja #C2B212
RGB
CMYK
RGB Variations
Color information
#C2B212 (or 0xC2B212) is known color: La Rioja. HEX triplet: C2, B2 and 12. RGB value is (194,178,18). Sum of RGB (Red+Green+Blue) = 194+178+18=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B212 is #3D4DED. Grayscale: #A5A5A5. Windows color (decimal): -4017646 or 1225410. OLE color: 1225410.
HSL color Cylindrical-coordinate representation of color #C2B212: hue angle of 54.55º 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 #C2B212 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 18 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.24 |
| HSL | 54.55º | 0.83% | 0.42% | - |
| HSV(B) | 54.55º | 0.91% | 0.76% | - |
| XYZ | 38.28 | 43.35 | 6.92 | - |
| YUV | 164.54 | 45.3 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 18 | 0 | 0.08 | 0.91 | 0.24 | 54.55 | 0.83 | 0.42 |
| Hex | C2 | B2 | 12 | 0 | 8 | 5B | 18 | 37 | 53 | 2A |
| Octal | 302 | 262 | 22 | 0 | 10 | 133 | 30 | 67 | 123 | 52 |
| Binary | 11000010 | 10110010 | 10010 | 0 | 1000 | 1011011 | 11000 | 110111 | 1010011 | 101010 |
Color Harmonies of #C2B212
Complementary color
Monochromatic Colors of #C2B212
Black with #C2B212
Text Example
Text Example
White with #C2B212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B212; }
p { color: rgb(194,178,18); }
H1.HeaderClassName
{
color: #C2B212;
}
.AnyTagClassName
{
color: #C2B212;
}
</style>
background-color css
<style>
a { background-color: #C2B212; }
a { background-color: rgb(194,178,18); }
div.DivClassName
{
background-color: #C2B212;
}
.BgClassName
{
background-color: #C2B212;
}
</style>
border-color css
<style>
span { border-color: #C2B212; }
span { border-color: rgb(194,178,18); }
td.TdClassName
{
border-color: #C2B212;
}
.TagClassName
{
border-color: #C2B212;
}
</style>