Shades of La Rioja #C2B010
Tints of La Rioja #C2B010
RGB
CMYK
RGB Variations
Color information
#C2B010 (or 0xC2B010) is known color: La Rioja. HEX triplet: C2, B0 and 10. RGB value is (194,176,16). Sum of RGB (Red+Green+Blue) = 194+176+16=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B010 is #3D4FEF. Grayscale: #A3A3A3. Windows color (decimal): -4018160 or 1093826. OLE color: 1093826.
HSL color Cylindrical-coordinate representation of color #C2B010: hue angle of 53.93º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2B010 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 16 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.24 |
| HSL | 53.93º | 0.85% | 0.41% | - |
| HSV(B) | 53.93º | 0.92% | 0.76% | - |
| XYZ | 37.87 | 42.56 | 6.71 | - |
| YUV | 163.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 16 | 0 | 0.09 | 0.92 | 0.24 | 53.93 | 0.85 | 0.41 |
| Hex | C2 | B0 | 10 | 0 | 9 | 5C | 18 | 36 | 55 | 29 |
| Octal | 302 | 260 | 20 | 0 | 11 | 134 | 30 | 66 | 125 | 51 |
| Binary | 11000010 | 10110000 | 10000 | 0 | 1001 | 1011100 | 11000 | 110110 | 1010101 | 101001 |
Color Harmonies of #C2B010
Complementary color
Monochromatic Colors of #C2B010
Black with #C2B010
Text Example
Text Example
White with #C2B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B010; }
p { color: rgb(194,176,16); }
H1.HeaderClassName
{
color: #C2B010;
}
.AnyTagClassName
{
color: #C2B010;
}
</style>
background-color css
<style>
a { background-color: #C2B010; }
a { background-color: rgb(194,176,16); }
div.DivClassName
{
background-color: #C2B010;
}
.BgClassName
{
background-color: #C2B010;
}
</style>
border-color css
<style>
span { border-color: #C2B010; }
span { border-color: rgb(194,176,16); }
td.TdClassName
{
border-color: #C2B010;
}
.TagClassName
{
border-color: #C2B010;
}
</style>