Shades of La Rioja #C2A900
Tints of La Rioja #C2A900
RGB
CMYK
RGB Variations
Color information
#C2A900 (or 0xC2A900) is known color: La Rioja. HEX triplet: C2, A9 and 00. RGB value is (194,169,0). Sum of RGB (Red+Green+Blue) = 194+169+0=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A900 is #3D56FF. Grayscale: #9D9D9D. Windows color (decimal): -4019968 or 43458. OLE color: 43458.
HSL color Cylindrical-coordinate representation of color #C2A900: hue angle of 52.27º 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 #C2A900 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.24 |
| HSL | 52.27º | 1% | 0.38% | - |
| HSV(B) | 52.27º | 1% | 0.76% | - |
| XYZ | 36.44 | 39.85 | 5.77 | - |
| YUV | 157.21 | 39.28 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 0 | 0 | 0.13 | 1 | 0.24 | 52.27 | 1 | 0.38 |
| Hex | C2 | A9 | 0 | 0 | D | 64 | 18 | 34 | 64 | 26 |
| Octal | 302 | 251 | 0 | 0 | 15 | 144 | 30 | 64 | 144 | 46 |
| Binary | 11000010 | 10101001 | 0 | 0 | 1101 | 1100100 | 11000 | 110100 | 1100100 | 100110 |
Color Harmonies of #C2A900
Complementary color
Monochromatic Colors of #C2A900
Black with #C2A900
Text Example
Text Example
White with #C2A900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A900; }
p { color: rgb(194,169,0); }
H1.HeaderClassName
{
color: #C2A900;
}
.AnyTagClassName
{
color: #C2A900;
}
</style>
background-color css
<style>
a { background-color: #C2A900; }
a { background-color: rgb(194,169,0); }
div.DivClassName
{
background-color: #C2A900;
}
.BgClassName
{
background-color: #C2A900;
}
</style>
border-color css
<style>
span { border-color: #C2A900; }
span { border-color: rgb(194,169,0); }
td.TdClassName
{
border-color: #C2A900;
}
.TagClassName
{
border-color: #C2A900;
}
</style>