Shades of La Rioja #C2AA01
Tints of La Rioja #C2AA01
RGB
CMYK
RGB Variations
Color information
#C2AA01 (or 0xC2AA01) is known color: La Rioja. HEX triplet: C2, AA and 01. RGB value is (194,170,1). Sum of RGB (Red+Green+Blue) = 194+170+1=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AA01 is #3D55FE. Grayscale: #9E9E9E. Windows color (decimal): -4019711 or 109250. OLE color: 109250.
HSL color Cylindrical-coordinate representation of color #C2AA01: hue angle of 52.54º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2AA01 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.24 |
| HSL | 52.54º | 0.99% | 0.38% | - |
| HSV(B) | 52.54º | 0.99% | 0.76% | - |
| XYZ | 36.63 | 40.22 | 5.86 | - |
| YUV | 157.91 | 39.45 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 1 | 0 | 0.12 | 0.99 | 0.24 | 52.54 | 0.99 | 0.38 |
| Hex | C2 | AA | 1 | 0 | C | 63 | 18 | 35 | 63 | 26 |
| Octal | 302 | 252 | 1 | 0 | 14 | 143 | 30 | 65 | 143 | 46 |
| Binary | 11000010 | 10101010 | 1 | 0 | 1100 | 1100011 | 11000 | 110101 | 1100011 | 100110 |
Color Harmonies of #C2AA01
Complementary color
Monochromatic Colors of #C2AA01
Black with #C2AA01
Text Example
Text Example
White with #C2AA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA01; }
p { color: rgb(194,170,1); }
H1.HeaderClassName
{
color: #C2AA01;
}
.AnyTagClassName
{
color: #C2AA01;
}
</style>
background-color css
<style>
a { background-color: #C2AA01; }
a { background-color: rgb(194,170,1); }
div.DivClassName
{
background-color: #C2AA01;
}
.BgClassName
{
background-color: #C2AA01;
}
</style>
border-color css
<style>
span { border-color: #C2AA01; }
span { border-color: rgb(194,170,1); }
td.TdClassName
{
border-color: #C2AA01;
}
.TagClassName
{
border-color: #C2AA01;
}
</style>