Shades of La Rioja #C2B10E
Tints of La Rioja #C2B10E
RGB
CMYK
RGB Variations
Color information
#C2B10E (or 0xC2B10E) is known color: La Rioja. HEX triplet: C2, B1 and 0E. RGB value is (194,177,14). Sum of RGB (Red+Green+Blue) = 194+177+14=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B10E is #3D4EF1. Grayscale: #A4A4A4. Windows color (decimal): -4017906 or 963010. OLE color: 963010.
HSL color Cylindrical-coordinate representation of color #C2B10E: hue angle of 54.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2B10E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 14 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.24 |
| HSL | 54.33º | 0.87% | 0.41% | - |
| HSV(B) | 54.33º | 0.93% | 0.76% | - |
| XYZ | 38.05 | 42.95 | 6.7 | - |
| YUV | 163.5 | 43.63 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 14 | 0 | 0.09 | 0.93 | 0.24 | 54.33 | 0.87 | 0.41 |
| Hex | C2 | B1 | E | 0 | 9 | 5D | 18 | 36 | 57 | 29 |
| Octal | 302 | 261 | 16 | 0 | 11 | 135 | 30 | 66 | 127 | 51 |
| Binary | 11000010 | 10110001 | 1110 | 0 | 1001 | 1011101 | 11000 | 110110 | 1010111 | 101001 |
Color Harmonies of #C2B10E
Complementary color
Monochromatic Colors of #C2B10E
Black with #C2B10E
Text Example
Text Example
White with #C2B10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B10E; }
p { color: rgb(194,177,14); }
H1.HeaderClassName
{
color: #C2B10E;
}
.AnyTagClassName
{
color: #C2B10E;
}
</style>
background-color css
<style>
a { background-color: #C2B10E; }
a { background-color: rgb(194,177,14); }
div.DivClassName
{
background-color: #C2B10E;
}
.BgClassName
{
background-color: #C2B10E;
}
</style>
border-color css
<style>
span { border-color: #C2B10E; }
span { border-color: rgb(194,177,14); }
td.TdClassName
{
border-color: #C2B10E;
}
.TagClassName
{
border-color: #C2B10E;
}
</style>