Shades of La Rioja #C2B10B
Tints of La Rioja #C2B10B
RGB
CMYK
RGB Variations
Color information
#C2B10B (or 0xC2B10B) is known color: La Rioja. HEX triplet: C2, B1 and 0B. RGB value is (194,177,11). Sum of RGB (Red+Green+Blue) = 194+177+11=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B10B is #3D4EF4. Grayscale: #A3A3A3. Windows color (decimal): -4017909 or 766402. OLE color: 766402.
HSL color Cylindrical-coordinate representation of color #C2B10B: hue angle of 54.43º 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 #C2B10B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 11 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.24 |
| HSL | 54.43º | 0.89% | 0.4% | - |
| HSV(B) | 54.43º | 0.94% | 0.76% | - |
| XYZ | 38.03 | 42.94 | 6.6 | - |
| YUV | 163.16 | 42.13 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 11 | 0 | 0.09 | 0.94 | 0.24 | 54.43 | 0.89 | 0.4 |
| Hex | C2 | B1 | B | 0 | 9 | 5E | 18 | 36 | 59 | 28 |
| Octal | 302 | 261 | 13 | 0 | 11 | 136 | 30 | 66 | 131 | 50 |
| Binary | 11000010 | 10110001 | 1011 | 0 | 1001 | 1011110 | 11000 | 110110 | 1011001 | 101000 |
Color Harmonies of #C2B10B
Complementary color
Monochromatic Colors of #C2B10B
Black with #C2B10B
Text Example
Text Example
White with #C2B10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B10B; }
p { color: rgb(194,177,11); }
H1.HeaderClassName
{
color: #C2B10B;
}
.AnyTagClassName
{
color: #C2B10B;
}
</style>
background-color css
<style>
a { background-color: #C2B10B; }
a { background-color: rgb(194,177,11); }
div.DivClassName
{
background-color: #C2B10B;
}
.BgClassName
{
background-color: #C2B10B;
}
</style>
border-color css
<style>
span { border-color: #C2B10B; }
span { border-color: rgb(194,177,11); }
td.TdClassName
{
border-color: #C2B10B;
}
.TagClassName
{
border-color: #C2B10B;
}
</style>