Shades of La Rioja #C2B50B
Tints of La Rioja #C2B50B
RGB
CMYK
RGB Variations
Color information
#C2B50B (or 0xC2B50B) is known color: La Rioja. HEX triplet: C2, B5 and 0B. RGB value is (194,181,11). Sum of RGB (Red+Green+Blue) = 194+181+11=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B50B is #3D4AF4. Grayscale: #A6A6A6. Windows color (decimal): -4016885 or 767426. OLE color: 767426.
HSL color Cylindrical-coordinate representation of color #C2B50B: hue angle of 55.74º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2B50B is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 11 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.24 |
| HSL | 55.74º | 0.89% | 0.4% | - |
| HSV(B) | 55.74º | 0.94% | 0.76% | - |
| XYZ | 38.83 | 44.54 | 6.87 | - |
| YUV | 165.51 | 40.81 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 11 | 0 | 0.07 | 0.94 | 0.24 | 55.74 | 0.89 | 0.4 |
| Hex | C2 | B5 | B | 0 | 7 | 5E | 18 | 38 | 59 | 28 |
| Octal | 302 | 265 | 13 | 0 | 7 | 136 | 30 | 70 | 131 | 50 |
| Binary | 11000010 | 10110101 | 1011 | 0 | 111 | 1011110 | 11000 | 111000 | 1011001 | 101000 |
Color Harmonies of #C2B50B
Complementary color
Monochromatic Colors of #C2B50B
Black with #C2B50B
Text Example
Text Example
White with #C2B50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B50B; }
p { color: rgb(194,181,11); }
H1.HeaderClassName
{
color: #C2B50B;
}
.AnyTagClassName
{
color: #C2B50B;
}
</style>
background-color css
<style>
a { background-color: #C2B50B; }
a { background-color: rgb(194,181,11); }
div.DivClassName
{
background-color: #C2B50B;
}
.BgClassName
{
background-color: #C2B50B;
}
</style>
border-color css
<style>
span { border-color: #C2B50B; }
span { border-color: rgb(194,181,11); }
td.TdClassName
{
border-color: #C2B50B;
}
.TagClassName
{
border-color: #C2B50B;
}
</style>