Shades of La Rioja #C2B315
Tints of La Rioja #C2B315
RGB
CMYK
RGB Variations
Color information
#C2B315 (or 0xC2B315) is known color: La Rioja. HEX triplet: C2, B3 and 15. RGB value is (194,179,21). Sum of RGB (Red+Green+Blue) = 194+179+21=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B315 is #3D4CEA. Grayscale: #A6A6A6. Windows color (decimal): -4017387 or 1422274. OLE color: 1422274.
HSL color Cylindrical-coordinate representation of color #C2B315: hue angle of 54.8º 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 #C2B315 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 21 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.24 |
| HSL | 54.8º | 0.8% | 0.42% | - |
| HSV(B) | 54.8º | 0.89% | 0.76% | - |
| XYZ | 38.5 | 43.76 | 7.13 | - |
| YUV | 165.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 21 | 0 | 0.08 | 0.89 | 0.24 | 54.8 | 0.8 | 0.42 |
| Hex | C2 | B3 | 15 | 0 | 8 | 59 | 18 | 37 | 50 | 2A |
| Octal | 302 | 263 | 25 | 0 | 10 | 131 | 30 | 67 | 120 | 52 |
| Binary | 11000010 | 10110011 | 10101 | 0 | 1000 | 1011001 | 11000 | 110111 | 1010000 | 101010 |
Color Harmonies of #C2B315
Complementary color
Monochromatic Colors of #C2B315
Black with #C2B315
Text Example
Text Example
White with #C2B315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B315; }
p { color: rgb(194,179,21); }
H1.HeaderClassName
{
color: #C2B315;
}
.AnyTagClassName
{
color: #C2B315;
}
</style>
background-color css
<style>
a { background-color: #C2B315; }
a { background-color: rgb(194,179,21); }
div.DivClassName
{
background-color: #C2B315;
}
.BgClassName
{
background-color: #C2B315;
}
</style>
border-color css
<style>
span { border-color: #C2B315; }
span { border-color: rgb(194,179,21); }
td.TdClassName
{
border-color: #C2B315;
}
.TagClassName
{
border-color: #C2B315;
}
</style>