Shades of La Rioja #C2B515
Tints of La Rioja #C2B515
RGB
CMYK
RGB Variations
Color information
#C2B515 (or 0xC2B515) is known color: La Rioja. HEX triplet: C2, B5 and 15. RGB value is (194,181,21). Sum of RGB (Red+Green+Blue) = 194+181+21=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B515 is #3D4AEA. Grayscale: #A7A7A7. Windows color (decimal): -4016875 or 1422786. OLE color: 1422786.
HSL color Cylindrical-coordinate representation of color #C2B515: hue angle of 55.49º 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 #C2B515 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 21 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.24 |
| HSL | 55.49º | 0.8% | 0.42% | - |
| HSV(B) | 55.49º | 0.89% | 0.76% | - |
| XYZ | 38.91 | 44.57 | 7.26 | - |
| YUV | 166.65 | 45.81 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 21 | 0 | 0.07 | 0.89 | 0.24 | 55.49 | 0.8 | 0.42 |
| Hex | C2 | B5 | 15 | 0 | 7 | 59 | 18 | 37 | 50 | 2A |
| Octal | 302 | 265 | 25 | 0 | 7 | 131 | 30 | 67 | 120 | 52 |
| Binary | 11000010 | 10110101 | 10101 | 0 | 111 | 1011001 | 11000 | 110111 | 1010000 | 101010 |
Color Harmonies of #C2B515
Complementary color
Monochromatic Colors of #C2B515
Black with #C2B515
Text Example
Text Example
White with #C2B515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B515; }
p { color: rgb(194,181,21); }
H1.HeaderClassName
{
color: #C2B515;
}
.AnyTagClassName
{
color: #C2B515;
}
</style>
background-color css
<style>
a { background-color: #C2B515; }
a { background-color: rgb(194,181,21); }
div.DivClassName
{
background-color: #C2B515;
}
.BgClassName
{
background-color: #C2B515;
}
</style>
border-color css
<style>
span { border-color: #C2B515; }
span { border-color: rgb(194,181,21); }
td.TdClassName
{
border-color: #C2B515;
}
.TagClassName
{
border-color: #C2B515;
}
</style>