Shades of La Rioja #C1B514
Tints of La Rioja #C1B514
RGB
CMYK
RGB Variations
Color information
#C1B514 (or 0xC1B514) is known color: La Rioja. HEX triplet: C1, B5 and 14. RGB value is (193,181,20). Sum of RGB (Red+Green+Blue) = 193+181+20=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B514 is #3E4AEB. Grayscale: #A6A6A6. Windows color (decimal): -4082412 or 1357249. OLE color: 1357249.
HSL color Cylindrical-coordinate representation of color #C1B514: hue angle of 55.84º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1B514 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 20 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.24 |
| HSL | 55.84º | 0.81% | 0.42% | - |
| HSV(B) | 55.84º | 0.9% | 0.76% | - |
| XYZ | 38.64 | 44.44 | 7.2 | - |
| YUV | 166.23 | 45.48 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 20 | 0 | 0.06 | 0.90 | 0.24 | 55.84 | 0.81 | 0.42 |
| Hex | C1 | B5 | 14 | 0 | 6 | 5A | 18 | 38 | 51 | 2A |
| Octal | 301 | 265 | 24 | 0 | 6 | 132 | 30 | 70 | 121 | 52 |
| Binary | 11000001 | 10110101 | 10100 | 0 | 110 | 1011010 | 11000 | 111000 | 1010001 | 101010 |
Color Harmonies of #C1B514
Complementary color
Monochromatic Colors of #C1B514
Black with #C1B514
Text Example
Text Example
White with #C1B514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B514; }
p { color: rgb(193,181,20); }
H1.HeaderClassName
{
color: #C1B514;
}
.AnyTagClassName
{
color: #C1B514;
}
</style>
background-color css
<style>
a { background-color: #C1B514; }
a { background-color: rgb(193,181,20); }
div.DivClassName
{
background-color: #C1B514;
}
.BgClassName
{
background-color: #C1B514;
}
</style>
border-color css
<style>
span { border-color: #C1B514; }
span { border-color: rgb(193,181,20); }
td.TdClassName
{
border-color: #C1B514;
}
.TagClassName
{
border-color: #C1B514;
}
</style>