Shades of La Rioja #C1AB01
Tints of La Rioja #C1AB01
RGB
CMYK
RGB Variations
Color information
#C1AB01 (or 0xC1AB01) is known color: La Rioja. HEX triplet: C1, AB and 01. RGB value is (193,171,1). Sum of RGB (Red+Green+Blue) = 193+171+1=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AB01 is #3E54FE. Grayscale: #9E9E9E. Windows color (decimal): -4084991 or 109505. OLE color: 109505.
HSL color Cylindrical-coordinate representation of color #C1AB01: hue angle of 53.12º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1AB01 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.24 |
| HSL | 53.13º | 0.99% | 0.38% | - |
| HSV(B) | 53.13º | 0.99% | 0.76% | - |
| XYZ | 36.56 | 40.47 | 5.91 | - |
| YUV | 158.2 | 39.29 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 1 | 0 | 0.11 | 0.99 | 0.24 | 53.13 | 0.99 | 0.38 |
| Hex | C1 | AB | 1 | 0 | B | 63 | 18 | 35 | 63 | 26 |
| Octal | 301 | 253 | 1 | 0 | 13 | 143 | 30 | 65 | 143 | 46 |
| Binary | 11000001 | 10101011 | 1 | 0 | 1011 | 1100011 | 11000 | 110101 | 1100011 | 100110 |
Color Harmonies of #C1AB01
Complementary color
Monochromatic Colors of #C1AB01
Black with #C1AB01
Text Example
Text Example
White with #C1AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB01; }
p { color: rgb(193,171,1); }
H1.HeaderClassName
{
color: #C1AB01;
}
.AnyTagClassName
{
color: #C1AB01;
}
</style>
background-color css
<style>
a { background-color: #C1AB01; }
a { background-color: rgb(193,171,1); }
div.DivClassName
{
background-color: #C1AB01;
}
.BgClassName
{
background-color: #C1AB01;
}
</style>
border-color css
<style>
span { border-color: #C1AB01; }
span { border-color: rgb(193,171,1); }
td.TdClassName
{
border-color: #C1AB01;
}
.TagClassName
{
border-color: #C1AB01;
}
</style>