Shades of La Rioja #C1AC04
Tints of La Rioja #C1AC04
RGB
CMYK
RGB Variations
Color information
#C1AC04 (or 0xC1AC04) is known color: La Rioja. HEX triplet: C1, AC and 04. RGB value is (193,172,4). Sum of RGB (Red+Green+Blue) = 193+172+4=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AC04 is #3E53FB. Grayscale: #9F9F9F. Windows color (decimal): -4084732 or 306369. OLE color: 306369.
HSL color Cylindrical-coordinate representation of color #C1AC04: hue angle of 53.33º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1AC04 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 172 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.24 |
| HSL | 53.33º | 0.96% | 0.39% | - |
| HSV(B) | 53.33º | 0.98% | 0.76% | - |
| XYZ | 36.77 | 40.85 | 6.06 | - |
| YUV | 159.13 | 40.46 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 4 | 0 | 0.11 | 0.98 | 0.24 | 53.33 | 0.96 | 0.39 |
| Hex | C1 | AC | 4 | 0 | B | 62 | 18 | 35 | 60 | 27 |
| Octal | 301 | 254 | 4 | 0 | 13 | 142 | 30 | 65 | 140 | 47 |
| Binary | 11000001 | 10101100 | 100 | 0 | 1011 | 1100010 | 11000 | 110101 | 1100000 | 100111 |
Color Harmonies of #C1AC04
Complementary color
Monochromatic Colors of #C1AC04
Black with #C1AC04
Text Example
Text Example
White with #C1AC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AC04; }
p { color: rgb(193,172,4); }
H1.HeaderClassName
{
color: #C1AC04;
}
.AnyTagClassName
{
color: #C1AC04;
}
</style>
background-color css
<style>
a { background-color: #C1AC04; }
a { background-color: rgb(193,172,4); }
div.DivClassName
{
background-color: #C1AC04;
}
.BgClassName
{
background-color: #C1AC04;
}
</style>
border-color css
<style>
span { border-color: #C1AC04; }
span { border-color: rgb(193,172,4); }
td.TdClassName
{
border-color: #C1AC04;
}
.TagClassName
{
border-color: #C1AC04;
}
</style>