Shades of La Rioja #C0AC0A
Tints of La Rioja #C0AC0A
RGB
CMYK
RGB Variations
Color information
#C0AC0A (or 0xC0AC0A) is known color: La Rioja. HEX triplet: C0, AC and 0A. RGB value is (192,172,10). Sum of RGB (Red+Green+Blue) = 192+172+10=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC0A is #3F53F5. Grayscale: #A0A0A0. Windows color (decimal): -4150262 or 699584. OLE color: 699584.
HSL color Cylindrical-coordinate representation of color #C0AC0A: hue angle of 53.41º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0AC0A is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 10 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.25 |
| HSL | 53.41º | 0.9% | 0.4% | - |
| HSV(B) | 53.41º | 0.95% | 0.75% | - |
| XYZ | 36.55 | 40.73 | 6.22 | - |
| YUV | 159.51 | 43.63 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 10 | 0 | 0.10 | 0.95 | 0.25 | 53.41 | 0.9 | 0.4 |
| Hex | C0 | AC | A | 0 | A | 5F | 19 | 35 | 5A | 28 |
| Octal | 300 | 254 | 12 | 0 | 12 | 137 | 31 | 65 | 132 | 50 |
| Binary | 11000000 | 10101100 | 1010 | 0 | 1010 | 1011111 | 11001 | 110101 | 1011010 | 101000 |
Color Harmonies of #C0AC0A
Complementary color
Monochromatic Colors of #C0AC0A
Black with #C0AC0A
Text Example
Text Example
White with #C0AC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC0A; }
p { color: rgb(192,172,10); }
H1.HeaderClassName
{
color: #C0AC0A;
}
.AnyTagClassName
{
color: #C0AC0A;
}
</style>
background-color css
<style>
a { background-color: #C0AC0A; }
a { background-color: rgb(192,172,10); }
div.DivClassName
{
background-color: #C0AC0A;
}
.BgClassName
{
background-color: #C0AC0A;
}
</style>
border-color css
<style>
span { border-color: #C0AC0A; }
span { border-color: rgb(192,172,10); }
td.TdClassName
{
border-color: #C0AC0A;
}
.TagClassName
{
border-color: #C0AC0A;
}
</style>