Shades of La Rioja #C1B910
Tints of La Rioja #C1B910
RGB
CMYK
RGB Variations
Color information
#C1B910 (or 0xC1B910) is known color: La Rioja. HEX triplet: C1, B9 and 10. RGB value is (193,185,16). Sum of RGB (Red+Green+Blue) = 193+185+16=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B910 is #3E46EF. Grayscale: #A8A8A8. Windows color (decimal): -4081392 or 1096129. OLE color: 1096129.
HSL color Cylindrical-coordinate representation of color #C1B910: hue angle of 57.29º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1B910 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 185 | 16 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.24 |
| HSL | 57.29º | 0.85% | 0.41% | - |
| HSV(B) | 57.29º | 0.92% | 0.76% | - |
| XYZ | 39.43 | 46.07 | 7.3 | - |
| YUV | 168.13 | 42.15 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 16 | 0 | 0.04 | 0.92 | 0.24 | 57.29 | 0.85 | 0.41 |
| Hex | C1 | B9 | 10 | 0 | 4 | 5C | 18 | 39 | 55 | 29 |
| Octal | 301 | 271 | 20 | 0 | 4 | 134 | 30 | 71 | 125 | 51 |
| Binary | 11000001 | 10111001 | 10000 | 0 | 100 | 1011100 | 11000 | 111001 | 1010101 | 101001 |
Color Harmonies of #C1B910
Complementary color
Monochromatic Colors of #C1B910
Black with #C1B910
Text Example
Text Example
White with #C1B910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B910; }
p { color: rgb(193,185,16); }
H1.HeaderClassName
{
color: #C1B910;
}
.AnyTagClassName
{
color: #C1B910;
}
</style>
background-color css
<style>
a { background-color: #C1B910; }
a { background-color: rgb(193,185,16); }
div.DivClassName
{
background-color: #C1B910;
}
.BgClassName
{
background-color: #C1B910;
}
</style>
border-color css
<style>
span { border-color: #C1B910; }
span { border-color: rgb(193,185,16); }
td.TdClassName
{
border-color: #C1B910;
}
.TagClassName
{
border-color: #C1B910;
}
</style>