Shades of La Rioja #C2B915
Tints of La Rioja #C2B915
RGB
CMYK
RGB Variations
Color information
#C2B915 (or 0xC2B915) is known color: La Rioja. HEX triplet: C2, B9 and 15. RGB value is (194,185,21). Sum of RGB (Red+Green+Blue) = 194+185+21=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B915 is #3D46EA. Grayscale: #A9A9A9. Windows color (decimal): -4015851 or 1423810. OLE color: 1423810.
HSL color Cylindrical-coordinate representation of color #C2B915: hue angle of 56.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2B915 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 21 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.24 |
| HSL | 56.88º | 0.8% | 0.42% | - |
| HSV(B) | 56.88º | 0.89% | 0.76% | - |
| XYZ | 39.73 | 46.22 | 7.54 | - |
| YUV | 169 | 44.48 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 21 | 0 | 0.05 | 0.89 | 0.24 | 56.88 | 0.8 | 0.42 |
| Hex | C2 | B9 | 15 | 0 | 5 | 59 | 18 | 39 | 50 | 2A |
| Octal | 302 | 271 | 25 | 0 | 5 | 131 | 30 | 71 | 120 | 52 |
| Binary | 11000010 | 10111001 | 10101 | 0 | 101 | 1011001 | 11000 | 111001 | 1010000 | 101010 |
Color Harmonies of #C2B915
Complementary color
Monochromatic Colors of #C2B915
Black with #C2B915
Text Example
Text Example
White with #C2B915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B915; }
p { color: rgb(194,185,21); }
H1.HeaderClassName
{
color: #C2B915;
}
.AnyTagClassName
{
color: #C2B915;
}
</style>
background-color css
<style>
a { background-color: #C2B915; }
a { background-color: rgb(194,185,21); }
div.DivClassName
{
background-color: #C2B915;
}
.BgClassName
{
background-color: #C2B915;
}
</style>
border-color css
<style>
span { border-color: #C2B915; }
span { border-color: rgb(194,185,21); }
td.TdClassName
{
border-color: #C2B915;
}
.TagClassName
{
border-color: #C2B915;
}
</style>