Shades of La Rioja #C8AC00
Tints of La Rioja #C8AC00
RGB
CMYK
RGB Variations
Color information
#C8AC00 (or 0xC8AC00) is known color: La Rioja. HEX triplet: C8, AC and 00. RGB value is (200,172,0). Sum of RGB (Red+Green+Blue) = 200+172+0=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AC00 is #3753FF. Grayscale: #A1A1A1. Windows color (decimal): -3625984 or 44232. OLE color: 44232.
HSL color Cylindrical-coordinate representation of color #C8AC00: hue angle of 51.6º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8AC00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.22 |
| HSL | 51.6º | 1% | 0.39% | - |
| HSV(B) | 51.6º | 1% | 0.78% | - |
| XYZ | 38.57 | 41.78 | 6.03 | - |
| YUV | 160.76 | 37.28 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 0 | 0 | 0.14 | 1 | 0.22 | 51.6 | 1 | 0.39 |
| Hex | C8 | AC | 0 | 0 | E | 64 | 16 | 34 | 64 | 27 |
| Octal | 310 | 254 | 0 | 0 | 16 | 144 | 26 | 64 | 144 | 47 |
| Binary | 11001000 | 10101100 | 0 | 0 | 1110 | 1100100 | 10110 | 110100 | 1100100 | 100111 |
Color Harmonies of #C8AC00
Complementary color
Monochromatic Colors of #C8AC00
Black with #C8AC00
Text Example
Text Example
White with #C8AC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC00; }
p { color: rgb(200,172,0); }
H1.HeaderClassName
{
color: #C8AC00;
}
.AnyTagClassName
{
color: #C8AC00;
}
</style>
background-color css
<style>
a { background-color: #C8AC00; }
a { background-color: rgb(200,172,0); }
div.DivClassName
{
background-color: #C8AC00;
}
.BgClassName
{
background-color: #C8AC00;
}
</style>
border-color css
<style>
span { border-color: #C8AC00; }
span { border-color: rgb(200,172,0); }
td.TdClassName
{
border-color: #C8AC00;
}
.TagClassName
{
border-color: #C8AC00;
}
</style>