Shades of La Rioja #C2BD12
Tints of La Rioja #C2BD12
RGB
CMYK
RGB Variations
Color information
#C2BD12 (or 0xC2BD12) is known color: La Rioja. HEX triplet: C2, BD and 12. RGB value is (194,189,18). Sum of RGB (Red+Green+Blue) = 194+189+18=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BD12 is #3D42ED. Grayscale: #ABABAB. Windows color (decimal): -4014830 or 1228226. OLE color: 1228226.
HSL color Cylindrical-coordinate representation of color #C2BD12: hue angle of 58.3º 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 #C2BD12 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 18 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.24 |
| HSL | 58.3º | 0.83% | 0.42% | - |
| HSV(B) | 58.3º | 0.91% | 0.76% | - |
| XYZ | 40.55 | 47.91 | 7.68 | - |
| YUV | 171 | 41.66 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 18 | 0 | 0.03 | 0.91 | 0.24 | 58.3 | 0.83 | 0.42 |
| Hex | C2 | BD | 12 | 0 | 3 | 5B | 18 | 3A | 53 | 2A |
| Octal | 302 | 275 | 22 | 0 | 3 | 133 | 30 | 72 | 123 | 52 |
| Binary | 11000010 | 10111101 | 10010 | 0 | 11 | 1011011 | 11000 | 111010 | 1010011 | 101010 |
Color Harmonies of #C2BD12
Complementary color
Monochromatic Colors of #C2BD12
Black with #C2BD12
Text Example
Text Example
White with #C2BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD12; }
p { color: rgb(194,189,18); }
H1.HeaderClassName
{
color: #C2BD12;
}
.AnyTagClassName
{
color: #C2BD12;
}
</style>
background-color css
<style>
a { background-color: #C2BD12; }
a { background-color: rgb(194,189,18); }
div.DivClassName
{
background-color: #C2BD12;
}
.BgClassName
{
background-color: #C2BD12;
}
</style>
border-color css
<style>
span { border-color: #C2BD12; }
span { border-color: rgb(194,189,18); }
td.TdClassName
{
border-color: #C2BD12;
}
.TagClassName
{
border-color: #C2BD12;
}
</style>