Shades of La Rioja #C1B518
Tints of La Rioja #C1B518
RGB
CMYK
RGB Variations
Color information
#C1B518 (or 0xC1B518) is known color: La Rioja. HEX triplet: C1, B5 and 18. RGB value is (193,181,24). Sum of RGB (Red+Green+Blue) = 193+181+24=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B518 is #3E4AE7. Grayscale: #A7A7A7. Windows color (decimal): -4082408 or 1619393. OLE color: 1619393.
HSL color Cylindrical-coordinate representation of color #C1B518: hue angle of 55.74º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1B518 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 24 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.24 |
| HSL | 55.74º | 0.78% | 0.43% | - |
| HSV(B) | 55.74º | 0.88% | 0.76% | - |
| XYZ | 38.68 | 44.45 | 7.41 | - |
| YUV | 166.69 | 47.48 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 24 | 0 | 0.06 | 0.88 | 0.24 | 55.74 | 0.78 | 0.43 |
| Hex | C1 | B5 | 18 | 0 | 6 | 58 | 18 | 38 | 4E | 2B |
| Octal | 301 | 265 | 30 | 0 | 6 | 130 | 30 | 70 | 116 | 53 |
| Binary | 11000001 | 10110101 | 11000 | 0 | 110 | 1011000 | 11000 | 111000 | 1001110 | 101011 |
Color Harmonies of #C1B518
Complementary color
Monochromatic Colors of #C1B518
Black with #C1B518
Text Example
Text Example
White with #C1B518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B518; }
p { color: rgb(193,181,24); }
H1.HeaderClassName
{
color: #C1B518;
}
.AnyTagClassName
{
color: #C1B518;
}
</style>
background-color css
<style>
a { background-color: #C1B518; }
a { background-color: rgb(193,181,24); }
div.DivClassName
{
background-color: #C1B518;
}
.BgClassName
{
background-color: #C1B518;
}
</style>
border-color css
<style>
span { border-color: #C1B518; }
span { border-color: rgb(193,181,24); }
td.TdClassName
{
border-color: #C1B518;
}
.TagClassName
{
border-color: #C1B518;
}
</style>