Shades of La Rioja #C0AC01
Tints of La Rioja #C0AC01
RGB
CMYK
RGB Variations
Color information
#C0AC01 (or 0xC0AC01) is known color: La Rioja. HEX triplet: C0, AC and 01. RGB value is (192,172,1). Sum of RGB (Red+Green+Blue) = 192+172+1=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC01 is #3F53FE. Grayscale: #9F9F9F. Windows color (decimal): -4150271 or 109760. OLE color: 109760.
HSL color Cylindrical-coordinate representation of color #C0AC01: hue angle of 53.72º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0AC01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.25 |
| HSL | 53.72º | 0.99% | 0.38% | - |
| HSV(B) | 53.72º | 0.99% | 0.75% | - |
| XYZ | 36.5 | 40.71 | 5.96 | - |
| YUV | 158.49 | 39.13 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 1 | 0 | 0.10 | 0.99 | 0.25 | 53.72 | 0.99 | 0.38 |
| Hex | C0 | AC | 1 | 0 | A | 63 | 19 | 36 | 63 | 26 |
| Octal | 300 | 254 | 1 | 0 | 12 | 143 | 31 | 66 | 143 | 46 |
| Binary | 11000000 | 10101100 | 1 | 0 | 1010 | 1100011 | 11001 | 110110 | 1100011 | 100110 |
Color Harmonies of #C0AC01
Complementary color
Monochromatic Colors of #C0AC01
Black with #C0AC01
Text Example
Text Example
White with #C0AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC01; }
p { color: rgb(192,172,1); }
H1.HeaderClassName
{
color: #C0AC01;
}
.AnyTagClassName
{
color: #C0AC01;
}
</style>
background-color css
<style>
a { background-color: #C0AC01; }
a { background-color: rgb(192,172,1); }
div.DivClassName
{
background-color: #C0AC01;
}
.BgClassName
{
background-color: #C0AC01;
}
</style>
border-color css
<style>
span { border-color: #C0AC01; }
span { border-color: rgb(192,172,1); }
td.TdClassName
{
border-color: #C0AC01;
}
.TagClassName
{
border-color: #C0AC01;
}
</style>