Shades of La Rioja #C0AC03
Tints of La Rioja #C0AC03
RGB
CMYK
RGB Variations
Color information
#C0AC03 (or 0xC0AC03) is known color: La Rioja. HEX triplet: C0, AC and 03. RGB value is (192,172,3). Sum of RGB (Red+Green+Blue) = 192+172+3=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC03 is #3F53FC. Grayscale: #9F9F9F. Windows color (decimal): -4150269 or 240832. OLE color: 240832.
HSL color Cylindrical-coordinate representation of color #C0AC03: hue angle of 53.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0AC03 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 3 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.25 |
| HSL | 53.65º | 0.97% | 0.38% | - |
| HSV(B) | 53.65º | 0.98% | 0.75% | - |
| XYZ | 36.51 | 40.72 | 6.02 | - |
| YUV | 158.71 | 40.13 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 3 | 0 | 0.10 | 0.98 | 0.25 | 53.65 | 0.97 | 0.38 |
| Hex | C0 | AC | 3 | 0 | A | 62 | 19 | 36 | 61 | 26 |
| Octal | 300 | 254 | 3 | 0 | 12 | 142 | 31 | 66 | 141 | 46 |
| Binary | 11000000 | 10101100 | 11 | 0 | 1010 | 1100010 | 11001 | 110110 | 1100001 | 100110 |
Color Harmonies of #C0AC03
Complementary color
Monochromatic Colors of #C0AC03
Black with #C0AC03
Text Example
Text Example
White with #C0AC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC03; }
p { color: rgb(192,172,3); }
H1.HeaderClassName
{
color: #C0AC03;
}
.AnyTagClassName
{
color: #C0AC03;
}
</style>
background-color css
<style>
a { background-color: #C0AC03; }
a { background-color: rgb(192,172,3); }
div.DivClassName
{
background-color: #C0AC03;
}
.BgClassName
{
background-color: #C0AC03;
}
</style>
border-color css
<style>
span { border-color: #C0AC03; }
span { border-color: rgb(192,172,3); }
td.TdClassName
{
border-color: #C0AC03;
}
.TagClassName
{
border-color: #C0AC03;
}
</style>