Shades of La Rioja #C1B10B
Tints of La Rioja #C1B10B
RGB
CMYK
RGB Variations
Color information
#C1B10B (or 0xC1B10B) is known color: La Rioja. HEX triplet: C1, B1 and 0B. RGB value is (193,177,11). Sum of RGB (Red+Green+Blue) = 193+177+11=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1B10B is #3E4EF4. Grayscale: #A3A3A3. Windows color (decimal): -4083445 or 766401. OLE color: 766401.
HSL color Cylindrical-coordinate representation of color #C1B10B: hue angle of 54.73º 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 #C1B10B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 177 | 11 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.24 |
| HSL | 54.73º | 0.89% | 0.4% | - |
| HSV(B) | 54.73º | 0.94% | 0.76% | - |
| XYZ | 37.77 | 42.81 | 6.59 | - |
| YUV | 162.86 | 42.3 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 11 | 0 | 0.08 | 0.94 | 0.24 | 54.73 | 0.89 | 0.4 |
| Hex | C1 | B1 | B | 0 | 8 | 5E | 18 | 37 | 59 | 28 |
| Octal | 301 | 261 | 13 | 0 | 10 | 136 | 30 | 67 | 131 | 50 |
| Binary | 11000001 | 10110001 | 1011 | 0 | 1000 | 1011110 | 11000 | 110111 | 1011001 | 101000 |
Color Harmonies of #C1B10B
Complementary color
Monochromatic Colors of #C1B10B
Black with #C1B10B
Text Example
Text Example
White with #C1B10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B10B; }
p { color: rgb(193,177,11); }
H1.HeaderClassName
{
color: #C1B10B;
}
.AnyTagClassName
{
color: #C1B10B;
}
</style>
background-color css
<style>
a { background-color: #C1B10B; }
a { background-color: rgb(193,177,11); }
div.DivClassName
{
background-color: #C1B10B;
}
.BgClassName
{
background-color: #C1B10B;
}
</style>
border-color css
<style>
span { border-color: #C1B10B; }
span { border-color: rgb(193,177,11); }
td.TdClassName
{
border-color: #C1B10B;
}
.TagClassName
{
border-color: #C1B10B;
}
</style>