Shades of La Rioja #C2B111
Tints of La Rioja #C2B111
RGB
CMYK
RGB Variations
Color information
#C2B111 (or 0xC2B111) is known color: La Rioja. HEX triplet: C2, B1 and 11. RGB value is (194,177,17). Sum of RGB (Red+Green+Blue) = 194+177+17=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B111 is #3D4EEE. Grayscale: #A4A4A4. Windows color (decimal): -4017903 or 1159618. OLE color: 1159618.
HSL color Cylindrical-coordinate representation of color #C2B111: hue angle of 54.24º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2B111 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 17 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.24 |
| HSL | 54.24º | 0.84% | 0.41% | - |
| HSV(B) | 54.24º | 0.91% | 0.76% | - |
| XYZ | 38.07 | 42.95 | 6.81 | - |
| YUV | 163.84 | 45.13 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 17 | 0 | 0.09 | 0.91 | 0.24 | 54.24 | 0.84 | 0.41 |
| Hex | C2 | B1 | 11 | 0 | 9 | 5B | 18 | 36 | 54 | 29 |
| Octal | 302 | 261 | 21 | 0 | 11 | 133 | 30 | 66 | 124 | 51 |
| Binary | 11000010 | 10110001 | 10001 | 0 | 1001 | 1011011 | 11000 | 110110 | 1010100 | 101001 |
Color Harmonies of #C2B111
Complementary color
Monochromatic Colors of #C2B111
Black with #C2B111
Text Example
Text Example
White with #C2B111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B111; }
p { color: rgb(194,177,17); }
H1.HeaderClassName
{
color: #C2B111;
}
.AnyTagClassName
{
color: #C2B111;
}
</style>
background-color css
<style>
a { background-color: #C2B111; }
a { background-color: rgb(194,177,17); }
div.DivClassName
{
background-color: #C2B111;
}
.BgClassName
{
background-color: #C2B111;
}
</style>
border-color css
<style>
span { border-color: #C2B111; }
span { border-color: rgb(194,177,17); }
td.TdClassName
{
border-color: #C2B111;
}
.TagClassName
{
border-color: #C2B111;
}
</style>