Shades of La Rioja #C0A902
Tints of La Rioja #C0A902
RGB
CMYK
RGB Variations
Color information
#C0A902 (or 0xC0A902) is known color: La Rioja. HEX triplet: C0, A9 and 02. RGB value is (192,169,2). Sum of RGB (Red+Green+Blue) = 192+169+2=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A902 is #3F56FD. Grayscale: #9D9D9D. Windows color (decimal): -4151038 or 174528. OLE color: 174528.
HSL color Cylindrical-coordinate representation of color #C0A902: hue angle of 52.74º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0A902 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.25 |
| HSL | 52.74º | 0.98% | 0.38% | - |
| HSV(B) | 52.74º | 0.99% | 0.75% | - |
| XYZ | 35.94 | 39.59 | 5.8 | - |
| YUV | 156.84 | 40.62 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 2 | 0 | 0.12 | 0.99 | 0.25 | 52.74 | 0.98 | 0.38 |
| Hex | C0 | A9 | 2 | 0 | C | 63 | 19 | 35 | 62 | 26 |
| Octal | 300 | 251 | 2 | 0 | 14 | 143 | 31 | 65 | 142 | 46 |
| Binary | 11000000 | 10101001 | 10 | 0 | 1100 | 1100011 | 11001 | 110101 | 1100010 | 100110 |
Color Harmonies of #C0A902
Complementary color
Monochromatic Colors of #C0A902
Black with #C0A902
Text Example
Text Example
White with #C0A902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A902; }
p { color: rgb(192,169,2); }
H1.HeaderClassName
{
color: #C0A902;
}
.AnyTagClassName
{
color: #C0A902;
}
</style>
background-color css
<style>
a { background-color: #C0A902; }
a { background-color: rgb(192,169,2); }
div.DivClassName
{
background-color: #C0A902;
}
.BgClassName
{
background-color: #C0A902;
}
</style>
border-color css
<style>
span { border-color: #C0A902; }
span { border-color: rgb(192,169,2); }
td.TdClassName
{
border-color: #C0A902;
}
.TagClassName
{
border-color: #C0A902;
}
</style>