Shades of La Rioja #C1AB08
Tints of La Rioja #C1AB08
RGB
CMYK
RGB Variations
Color information
#C1AB08 (or 0xC1AB08) is known color: La Rioja. HEX triplet: C1, AB and 08. RGB value is (193,171,8). Sum of RGB (Red+Green+Blue) = 193+171+8=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AB08 is #3E54F7. Grayscale: #9F9F9F. Windows color (decimal): -4084984 or 568257. OLE color: 568257.
HSL color Cylindrical-coordinate representation of color #C1AB08: hue angle of 52.86º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1AB08 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 8 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.24 |
| HSL | 52.86º | 0.92% | 0.39% | - |
| HSV(B) | 52.86º | 0.96% | 0.76% | - |
| XYZ | 36.6 | 40.48 | 6.11 | - |
| YUV | 159 | 42.79 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 8 | 0 | 0.11 | 0.96 | 0.24 | 52.86 | 0.92 | 0.39 |
| Hex | C1 | AB | 8 | 0 | B | 60 | 18 | 35 | 5C | 27 |
| Octal | 301 | 253 | 10 | 0 | 13 | 140 | 30 | 65 | 134 | 47 |
| Binary | 11000001 | 10101011 | 1000 | 0 | 1011 | 1100000 | 11000 | 110101 | 1011100 | 100111 |
Color Harmonies of #C1AB08
Complementary color
Monochromatic Colors of #C1AB08
Black with #C1AB08
Text Example
Text Example
White with #C1AB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB08; }
p { color: rgb(193,171,8); }
H1.HeaderClassName
{
color: #C1AB08;
}
.AnyTagClassName
{
color: #C1AB08;
}
</style>
background-color css
<style>
a { background-color: #C1AB08; }
a { background-color: rgb(193,171,8); }
div.DivClassName
{
background-color: #C1AB08;
}
.BgClassName
{
background-color: #C1AB08;
}
</style>
border-color css
<style>
span { border-color: #C1AB08; }
span { border-color: rgb(193,171,8); }
td.TdClassName
{
border-color: #C1AB08;
}
.TagClassName
{
border-color: #C1AB08;
}
</style>