Shades of La Rioja #C0AA00
Tints of La Rioja #C0AA00
RGB
CMYK
RGB Variations
Color information
#C0AA00 (or 0xC0AA00) is known color: La Rioja. HEX triplet: C0, AA and 00. RGB value is (192,170,0). Sum of RGB (Red+Green+Blue) = 192+170+0=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA00 is #3F55FF. Grayscale: #9D9D9D. Windows color (decimal): -4150784 or 43712. OLE color: 43712.
HSL color Cylindrical-coordinate representation of color #C0AA00: hue angle of 53.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0AA00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.25 |
| HSL | 53.13º | 1% | 0.38% | - |
| HSV(B) | 53.13º | 1% | 0.75% | - |
| XYZ | 36.11 | 39.96 | 5.81 | - |
| YUV | 157.2 | 39.29 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 0 | 0 | 0.11 | 1 | 0.25 | 53.13 | 1 | 0.38 |
| Hex | C0 | AA | 0 | 0 | B | 64 | 19 | 35 | 64 | 26 |
| Octal | 300 | 252 | 0 | 0 | 13 | 144 | 31 | 65 | 144 | 46 |
| Binary | 11000000 | 10101010 | 0 | 0 | 1011 | 1100100 | 11001 | 110101 | 1100100 | 100110 |
Color Harmonies of #C0AA00
Complementary color
Monochromatic Colors of #C0AA00
Black with #C0AA00
Text Example
Text Example
White with #C0AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA00; }
p { color: rgb(192,170,0); }
H1.HeaderClassName
{
color: #C0AA00;
}
.AnyTagClassName
{
color: #C0AA00;
}
</style>
background-color css
<style>
a { background-color: #C0AA00; }
a { background-color: rgb(192,170,0); }
div.DivClassName
{
background-color: #C0AA00;
}
.BgClassName
{
background-color: #C0AA00;
}
</style>
border-color css
<style>
span { border-color: #C0AA00; }
span { border-color: rgb(192,170,0); }
td.TdClassName
{
border-color: #C0AA00;
}
.TagClassName
{
border-color: #C0AA00;
}
</style>