Shades of La Rioja #C0AC09
Tints of La Rioja #C0AC09
RGB
CMYK
RGB Variations
Color information
#C0AC09 (or 0xC0AC09) is known color: La Rioja. HEX triplet: C0, AC and 09. RGB value is (192,172,9). Sum of RGB (Red+Green+Blue) = 192+172+9=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC09 is #3F53F6. Grayscale: #A0A0A0. Windows color (decimal): -4150263 or 634048. OLE color: 634048.
HSL color Cylindrical-coordinate representation of color #C0AC09: hue angle of 53.44º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0AC09 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 9 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.25 |
| HSL | 53.44º | 0.91% | 0.39% | - |
| HSV(B) | 53.44º | 0.95% | 0.75% | - |
| XYZ | 36.54 | 40.73 | 6.19 | - |
| YUV | 159.4 | 43.13 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 9 | 0 | 0.10 | 0.95 | 0.25 | 53.44 | 0.91 | 0.39 |
| Hex | C0 | AC | 9 | 0 | A | 5F | 19 | 35 | 5B | 27 |
| Octal | 300 | 254 | 11 | 0 | 12 | 137 | 31 | 65 | 133 | 47 |
| Binary | 11000000 | 10101100 | 1001 | 0 | 1010 | 1011111 | 11001 | 110101 | 1011011 | 100111 |
Color Harmonies of #C0AC09
Complementary color
Monochromatic Colors of #C0AC09
Black with #C0AC09
Text Example
Text Example
White with #C0AC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC09; }
p { color: rgb(192,172,9); }
H1.HeaderClassName
{
color: #C0AC09;
}
.AnyTagClassName
{
color: #C0AC09;
}
</style>
background-color css
<style>
a { background-color: #C0AC09; }
a { background-color: rgb(192,172,9); }
div.DivClassName
{
background-color: #C0AC09;
}
.BgClassName
{
background-color: #C0AC09;
}
</style>
border-color css
<style>
span { border-color: #C0AC09; }
span { border-color: rgb(192,172,9); }
td.TdClassName
{
border-color: #C0AC09;
}
.TagClassName
{
border-color: #C0AC09;
}
</style>