Shades of La Rioja #C2B611
Tints of La Rioja #C2B611
RGB
CMYK
RGB Variations
Color information
#C2B611 (or 0xC2B611) is known color: La Rioja. HEX triplet: C2, B6 and 11. RGB value is (194,182,17). Sum of RGB (Red+Green+Blue) = 194+182+17=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B611 is #3D49EE. Grayscale: #A7A7A7. Windows color (decimal): -4016623 or 1160898. OLE color: 1160898.
HSL color Cylindrical-coordinate representation of color #C2B611: hue angle of 55.93º 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 #C2B611 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 17 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.24 |
| HSL | 55.93º | 0.84% | 0.41% | - |
| HSV(B) | 55.93º | 0.91% | 0.76% | - |
| XYZ | 39.08 | 44.97 | 7.15 | - |
| YUV | 166.78 | 43.48 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 17 | 0 | 0.06 | 0.91 | 0.24 | 55.93 | 0.84 | 0.41 |
| Hex | C2 | B6 | 11 | 0 | 6 | 5B | 18 | 38 | 54 | 29 |
| Octal | 302 | 266 | 21 | 0 | 6 | 133 | 30 | 70 | 124 | 51 |
| Binary | 11000010 | 10110110 | 10001 | 0 | 110 | 1011011 | 11000 | 111000 | 1010100 | 101001 |
Color Harmonies of #C2B611
Complementary color
Monochromatic Colors of #C2B611
Black with #C2B611
Text Example
Text Example
White with #C2B611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B611; }
p { color: rgb(194,182,17); }
H1.HeaderClassName
{
color: #C2B611;
}
.AnyTagClassName
{
color: #C2B611;
}
</style>
background-color css
<style>
a { background-color: #C2B611; }
a { background-color: rgb(194,182,17); }
div.DivClassName
{
background-color: #C2B611;
}
.BgClassName
{
background-color: #C2B611;
}
</style>
border-color css
<style>
span { border-color: #C2B611; }
span { border-color: rgb(194,182,17); }
td.TdClassName
{
border-color: #C2B611;
}
.TagClassName
{
border-color: #C2B611;
}
</style>