Shades of La Rioja #C1AB00
Tints of La Rioja #C1AB00
RGB
CMYK
RGB Variations
Color information
#C1AB00 (or 0xC1AB00) is known color: La Rioja. HEX triplet: C1, AB and 00. RGB value is (193,171,0). Sum of RGB (Red+Green+Blue) = 193+171+0=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AB00 is #3E54FF. Grayscale: #9E9E9E. Windows color (decimal): -4084992 or 43969. OLE color: 43969.
HSL color Cylindrical-coordinate representation of color #C1AB00: hue angle of 53.16º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1AB00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.24 |
| HSL | 53.16º | 1% | 0.38% | - |
| HSV(B) | 53.16º | 1% | 0.76% | - |
| XYZ | 36.56 | 40.46 | 5.88 | - |
| YUV | 158.08 | 38.79 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 0 | 0 | 0.11 | 1 | 0.24 | 53.16 | 1 | 0.38 |
| Hex | C1 | AB | 0 | 0 | B | 64 | 18 | 35 | 64 | 26 |
| Octal | 301 | 253 | 0 | 0 | 13 | 144 | 30 | 65 | 144 | 46 |
| Binary | 11000001 | 10101011 | 0 | 0 | 1011 | 1100100 | 11000 | 110101 | 1100100 | 100110 |
Color Harmonies of #C1AB00
Complementary color
Monochromatic Colors of #C1AB00
Black with #C1AB00
Text Example
Text Example
White with #C1AB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB00; }
p { color: rgb(193,171,0); }
H1.HeaderClassName
{
color: #C1AB00;
}
.AnyTagClassName
{
color: #C1AB00;
}
</style>
background-color css
<style>
a { background-color: #C1AB00; }
a { background-color: rgb(193,171,0); }
div.DivClassName
{
background-color: #C1AB00;
}
.BgClassName
{
background-color: #C1AB00;
}
</style>
border-color css
<style>
span { border-color: #C1AB00; }
span { border-color: rgb(193,171,0); }
td.TdClassName
{
border-color: #C1AB00;
}
.TagClassName
{
border-color: #C1AB00;
}
</style>