Shades of La Rioja #C0AC06
Tints of La Rioja #C0AC06
RGB
CMYK
RGB Variations
Color information
#C0AC06 (or 0xC0AC06) is known color: La Rioja. HEX triplet: C0, AC and 06. RGB value is (192,172,6). Sum of RGB (Red+Green+Blue) = 192+172+6=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC06 is #3F53F9. Grayscale: #9F9F9F. Windows color (decimal): -4150266 or 437440. OLE color: 437440.
HSL color Cylindrical-coordinate representation of color #C0AC06: hue angle of 53.55º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0AC06 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 6 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.25 |
| HSL | 53.55º | 0.94% | 0.39% | - |
| HSV(B) | 53.55º | 0.97% | 0.75% | - |
| XYZ | 36.52 | 40.72 | 6.11 | - |
| YUV | 159.06 | 41.63 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 6 | 0 | 0.10 | 0.97 | 0.25 | 53.55 | 0.94 | 0.39 |
| Hex | C0 | AC | 6 | 0 | A | 61 | 19 | 36 | 5E | 27 |
| Octal | 300 | 254 | 6 | 0 | 12 | 141 | 31 | 66 | 136 | 47 |
| Binary | 11000000 | 10101100 | 110 | 0 | 1010 | 1100001 | 11001 | 110110 | 1011110 | 100111 |
Color Harmonies of #C0AC06
Complementary color
Monochromatic Colors of #C0AC06
Black with #C0AC06
Text Example
Text Example
White with #C0AC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC06; }
p { color: rgb(192,172,6); }
H1.HeaderClassName
{
color: #C0AC06;
}
.AnyTagClassName
{
color: #C0AC06;
}
</style>
background-color css
<style>
a { background-color: #C0AC06; }
a { background-color: rgb(192,172,6); }
div.DivClassName
{
background-color: #C0AC06;
}
.BgClassName
{
background-color: #C0AC06;
}
</style>
border-color css
<style>
span { border-color: #C0AC06; }
span { border-color: rgb(192,172,6); }
td.TdClassName
{
border-color: #C0AC06;
}
.TagClassName
{
border-color: #C0AC06;
}
</style>