Shades of La Rioja #C0AE03
Tints of La Rioja #C0AE03
RGB
CMYK
RGB Variations
Color information
#C0AE03 (or 0xC0AE03) is known color: La Rioja. HEX triplet: C0, AE and 03. RGB value is (192,174,3). Sum of RGB (Red+Green+Blue) = 192+174+3=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AE03 is #3F51FC. Grayscale: #A0A0A0. Windows color (decimal): -4149757 or 241344. OLE color: 241344.
HSL color Cylindrical-coordinate representation of color #C0AE03: hue angle of 54.29º 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 #C0AE03 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 3 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.25 |
| HSL | 54.29º | 0.97% | 0.38% | - |
| HSV(B) | 54.29º | 0.98% | 0.75% | - |
| XYZ | 36.89 | 41.49 | 6.15 | - |
| YUV | 159.89 | 39.46 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 3 | 0 | 0.09 | 0.98 | 0.25 | 54.29 | 0.97 | 0.38 |
| Hex | C0 | AE | 3 | 0 | 9 | 62 | 19 | 36 | 61 | 26 |
| Octal | 300 | 256 | 3 | 0 | 11 | 142 | 31 | 66 | 141 | 46 |
| Binary | 11000000 | 10101110 | 11 | 0 | 1001 | 1100010 | 11001 | 110110 | 1100001 | 100110 |
Color Harmonies of #C0AE03
Complementary color
Monochromatic Colors of #C0AE03
Black with #C0AE03
Text Example
Text Example
White with #C0AE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE03; }
p { color: rgb(192,174,3); }
H1.HeaderClassName
{
color: #C0AE03;
}
.AnyTagClassName
{
color: #C0AE03;
}
</style>
background-color css
<style>
a { background-color: #C0AE03; }
a { background-color: rgb(192,174,3); }
div.DivClassName
{
background-color: #C0AE03;
}
.BgClassName
{
background-color: #C0AE03;
}
</style>
border-color css
<style>
span { border-color: #C0AE03; }
span { border-color: rgb(192,174,3); }
td.TdClassName
{
border-color: #C0AE03;
}
.TagClassName
{
border-color: #C0AE03;
}
</style>