Shades of La Rioja #C2B711
Tints of La Rioja #C2B711
RGB
CMYK
RGB Variations
Color information
#C2B711 (or 0xC2B711) is known color: La Rioja. HEX triplet: C2, B7 and 11. RGB value is (194,183,17). Sum of RGB (Red+Green+Blue) = 194+183+17=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B711 is #3D48EE. Grayscale: #A8A8A8. Windows color (decimal): -4016367 or 1161154. OLE color: 1161154.
HSL color Cylindrical-coordinate representation of color #C2B711: hue angle of 56.27º 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 #C2B711 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 17 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.24 |
| HSL | 56.27º | 0.84% | 0.41% | - |
| HSV(B) | 56.27º | 0.91% | 0.76% | - |
| XYZ | 39.28 | 45.38 | 7.22 | - |
| YUV | 167.37 | 43.14 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 17 | 0 | 0.06 | 0.91 | 0.24 | 56.27 | 0.84 | 0.41 |
| Hex | C2 | B7 | 11 | 0 | 6 | 5B | 18 | 38 | 54 | 29 |
| Octal | 302 | 267 | 21 | 0 | 6 | 133 | 30 | 70 | 124 | 51 |
| Binary | 11000010 | 10110111 | 10001 | 0 | 110 | 1011011 | 11000 | 111000 | 1010100 | 101001 |
Color Harmonies of #C2B711
Complementary color
Monochromatic Colors of #C2B711
Black with #C2B711
Text Example
Text Example
White with #C2B711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B711; }
p { color: rgb(194,183,17); }
H1.HeaderClassName
{
color: #C2B711;
}
.AnyTagClassName
{
color: #C2B711;
}
</style>
background-color css
<style>
a { background-color: #C2B711; }
a { background-color: rgb(194,183,17); }
div.DivClassName
{
background-color: #C2B711;
}
.BgClassName
{
background-color: #C2B711;
}
</style>
border-color css
<style>
span { border-color: #C2B711; }
span { border-color: rgb(194,183,17); }
td.TdClassName
{
border-color: #C2B711;
}
.TagClassName
{
border-color: #C2B711;
}
</style>