Shades of La Rioja #C2AA00
Tints of La Rioja #C2AA00
RGB
CMYK
RGB Variations
Color information
#C2AA00 (or 0xC2AA00) is known color: La Rioja. HEX triplet: C2, AA and 00. RGB value is (194,170,0). Sum of RGB (Red+Green+Blue) = 194+170+0=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AA00 is #3D55FF. Grayscale: #9E9E9E. Windows color (decimal): -4019712 or 43714. OLE color: 43714.
HSL color Cylindrical-coordinate representation of color #C2AA00: hue angle of 52.58º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2AA00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.24 |
| HSL | 52.58º | 1% | 0.38% | - |
| HSV(B) | 52.58º | 1% | 0.76% | - |
| XYZ | 36.62 | 40.22 | 5.83 | - |
| YUV | 157.8 | 38.95 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 0 | 0 | 0.12 | 1 | 0.24 | 52.58 | 1 | 0.38 |
| Hex | C2 | AA | 0 | 0 | C | 64 | 18 | 35 | 64 | 26 |
| Octal | 302 | 252 | 0 | 0 | 14 | 144 | 30 | 65 | 144 | 46 |
| Binary | 11000010 | 10101010 | 0 | 0 | 1100 | 1100100 | 11000 | 110101 | 1100100 | 100110 |
Color Harmonies of #C2AA00
Complementary color
Monochromatic Colors of #C2AA00
Black with #C2AA00
Text Example
Text Example
White with #C2AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA00; }
p { color: rgb(194,170,0); }
H1.HeaderClassName
{
color: #C2AA00;
}
.AnyTagClassName
{
color: #C2AA00;
}
</style>
background-color css
<style>
a { background-color: #C2AA00; }
a { background-color: rgb(194,170,0); }
div.DivClassName
{
background-color: #C2AA00;
}
.BgClassName
{
background-color: #C2AA00;
}
</style>
border-color css
<style>
span { border-color: #C2AA00; }
span { border-color: rgb(194,170,0); }
td.TdClassName
{
border-color: #C2AA00;
}
.TagClassName
{
border-color: #C2AA00;
}
</style>