Shades of La Rioja #C0AF0E
Tints of La Rioja #C0AF0E
RGB
CMYK
RGB Variations
Color information
#C0AF0E (or 0xC0AF0E) is known color: La Rioja. HEX triplet: C0, AF and 0E. RGB value is (192,175,14). Sum of RGB (Red+Green+Blue) = 192+175+14=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AF0E is #3F50F1. Grayscale: #A2A2A2. Windows color (decimal): -4149490 or 962496. OLE color: 962496.
HSL color Cylindrical-coordinate representation of color #C0AF0E: hue angle of 54.27º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0AF0E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 14 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.25 |
| HSL | 54.27º | 0.86% | 0.4% | - |
| HSV(B) | 54.27º | 0.93% | 0.75% | - |
| XYZ | 37.15 | 41.9 | 6.54 | - |
| YUV | 161.73 | 44.63 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 14 | 0 | 0.09 | 0.93 | 0.25 | 54.27 | 0.86 | 0.4 |
| Hex | C0 | AF | E | 0 | 9 | 5D | 19 | 36 | 56 | 28 |
| Octal | 300 | 257 | 16 | 0 | 11 | 135 | 31 | 66 | 126 | 50 |
| Binary | 11000000 | 10101111 | 1110 | 0 | 1001 | 1011101 | 11001 | 110110 | 1010110 | 101000 |
Color Harmonies of #C0AF0E
Complementary color
Monochromatic Colors of #C0AF0E
Black with #C0AF0E
Text Example
Text Example
White with #C0AF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF0E; }
p { color: rgb(192,175,14); }
H1.HeaderClassName
{
color: #C0AF0E;
}
.AnyTagClassName
{
color: #C0AF0E;
}
</style>
background-color css
<style>
a { background-color: #C0AF0E; }
a { background-color: rgb(192,175,14); }
div.DivClassName
{
background-color: #C0AF0E;
}
.BgClassName
{
background-color: #C0AF0E;
}
</style>
border-color css
<style>
span { border-color: #C0AF0E; }
span { border-color: rgb(192,175,14); }
td.TdClassName
{
border-color: #C0AF0E;
}
.TagClassName
{
border-color: #C0AF0E;
}
</style>