Shades of La Rioja #C1B517
Tints of La Rioja #C1B517
RGB
CMYK
RGB Variations
Color information
#C1B517 (or 0xC1B517) is known color: La Rioja. HEX triplet: C1, B5 and 17. RGB value is (193,181,23). Sum of RGB (Red+Green+Blue) = 193+181+23=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B517 is #3E4AE8. Grayscale: #A7A7A7. Windows color (decimal): -4082409 or 1553857. OLE color: 1553857.
HSL color Cylindrical-coordinate representation of color #C1B517: hue angle of 55.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1B517 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 23 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.24 |
| HSL | 55.76º | 0.79% | 0.42% | - |
| HSV(B) | 55.76º | 0.88% | 0.76% | - |
| XYZ | 38.67 | 44.45 | 7.35 | - |
| YUV | 166.58 | 46.98 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 23 | 0 | 0.06 | 0.88 | 0.24 | 55.76 | 0.79 | 0.42 |
| Hex | C1 | B5 | 17 | 0 | 6 | 58 | 18 | 38 | 4F | 2A |
| Octal | 301 | 265 | 27 | 0 | 6 | 130 | 30 | 70 | 117 | 52 |
| Binary | 11000001 | 10110101 | 10111 | 0 | 110 | 1011000 | 11000 | 111000 | 1001111 | 101010 |
Color Harmonies of #C1B517
Complementary color
Monochromatic Colors of #C1B517
Black with #C1B517
Text Example
Text Example
White with #C1B517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B517; }
p { color: rgb(193,181,23); }
H1.HeaderClassName
{
color: #C1B517;
}
.AnyTagClassName
{
color: #C1B517;
}
</style>
background-color css
<style>
a { background-color: #C1B517; }
a { background-color: rgb(193,181,23); }
div.DivClassName
{
background-color: #C1B517;
}
.BgClassName
{
background-color: #C1B517;
}
</style>
border-color css
<style>
span { border-color: #C1B517; }
span { border-color: rgb(193,181,23); }
td.TdClassName
{
border-color: #C1B517;
}
.TagClassName
{
border-color: #C1B517;
}
</style>