Shades of La Rioja #C2B912
Tints of La Rioja #C2B912
RGB
CMYK
RGB Variations
Color information
#C2B912 (or 0xC2B912) is known color: La Rioja. HEX triplet: C2, B9 and 12. RGB value is (194,185,18). Sum of RGB (Red+Green+Blue) = 194+185+18=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B912 is #3D46ED. Grayscale: #A9A9A9. Windows color (decimal): -4015854 or 1227202. OLE color: 1227202.
HSL color Cylindrical-coordinate representation of color #C2B912: hue angle of 56.93º 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 #C2B912 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 18 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.24 |
| HSL | 56.93º | 0.83% | 0.42% | - |
| HSV(B) | 56.93º | 0.91% | 0.76% | - |
| XYZ | 39.71 | 46.21 | 7.4 | - |
| YUV | 168.65 | 42.98 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 18 | 0 | 0.05 | 0.91 | 0.24 | 56.93 | 0.83 | 0.42 |
| Hex | C2 | B9 | 12 | 0 | 5 | 5B | 18 | 39 | 53 | 2A |
| Octal | 302 | 271 | 22 | 0 | 5 | 133 | 30 | 71 | 123 | 52 |
| Binary | 11000010 | 10111001 | 10010 | 0 | 101 | 1011011 | 11000 | 111001 | 1010011 | 101010 |
Color Harmonies of #C2B912
Complementary color
Monochromatic Colors of #C2B912
Black with #C2B912
Text Example
Text Example
White with #C2B912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B912; }
p { color: rgb(194,185,18); }
H1.HeaderClassName
{
color: #C2B912;
}
.AnyTagClassName
{
color: #C2B912;
}
</style>
background-color css
<style>
a { background-color: #C2B912; }
a { background-color: rgb(194,185,18); }
div.DivClassName
{
background-color: #C2B912;
}
.BgClassName
{
background-color: #C2B912;
}
</style>
border-color css
<style>
span { border-color: #C2B912; }
span { border-color: rgb(194,185,18); }
td.TdClassName
{
border-color: #C2B912;
}
.TagClassName
{
border-color: #C2B912;
}
</style>