Shades of La Rioja #C2B614
Tints of La Rioja #C2B614
RGB
CMYK
RGB Variations
Color information
#C2B614 (or 0xC2B614) is known color: La Rioja. HEX triplet: C2, B6 and 14. RGB value is (194,182,20). Sum of RGB (Red+Green+Blue) = 194+182+20=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B614 is #3D49EB. Grayscale: #A7A7A7. Windows color (decimal): -4016620 or 1357506. OLE color: 1357506.
HSL color Cylindrical-coordinate representation of color #C2B614: hue angle of 55.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2B614 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 20 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.24 |
| HSL | 55.86º | 0.81% | 0.42% | - |
| HSV(B) | 55.86º | 0.9% | 0.76% | - |
| XYZ | 39.1 | 44.98 | 7.28 | - |
| YUV | 167.12 | 44.98 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 20 | 0 | 0.06 | 0.90 | 0.24 | 55.86 | 0.81 | 0.42 |
| Hex | C2 | B6 | 14 | 0 | 6 | 5A | 18 | 38 | 51 | 2A |
| Octal | 302 | 266 | 24 | 0 | 6 | 132 | 30 | 70 | 121 | 52 |
| Binary | 11000010 | 10110110 | 10100 | 0 | 110 | 1011010 | 11000 | 111000 | 1010001 | 101010 |
Color Harmonies of #C2B614
Complementary color
Monochromatic Colors of #C2B614
Black with #C2B614
Text Example
Text Example
White with #C2B614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B614; }
p { color: rgb(194,182,20); }
H1.HeaderClassName
{
color: #C2B614;
}
.AnyTagClassName
{
color: #C2B614;
}
</style>
background-color css
<style>
a { background-color: #C2B614; }
a { background-color: rgb(194,182,20); }
div.DivClassName
{
background-color: #C2B614;
}
.BgClassName
{
background-color: #C2B614;
}
</style>
border-color css
<style>
span { border-color: #C2B614; }
span { border-color: rgb(194,182,20); }
td.TdClassName
{
border-color: #C2B614;
}
.TagClassName
{
border-color: #C2B614;
}
</style>