Shades of La Rioja #C5AC01
Tints of La Rioja #C5AC01
RGB
CMYK
RGB Variations
Color information
#C5AC01 (or 0xC5AC01) is known color: La Rioja. HEX triplet: C5, AC and 01. RGB value is (197,172,1). Sum of RGB (Red+Green+Blue) = 197+172+1=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AC01 is #3A53FE. Grayscale: #A0A0A0. Windows color (decimal): -3822591 or 109765. OLE color: 109765.
HSL color Cylindrical-coordinate representation of color #C5AC01: hue angle of 52.35º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5AC01 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.23 |
| HSL | 52.35º | 0.99% | 0.39% | - |
| HSV(B) | 52.35º | 0.99% | 0.77% | - |
| XYZ | 37.78 | 41.38 | 6.02 | - |
| YUV | 159.98 | 38.28 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 1 | 0 | 0.13 | 0.99 | 0.23 | 52.35 | 0.99 | 0.39 |
| Hex | C5 | AC | 1 | 0 | D | 63 | 17 | 34 | 63 | 27 |
| Octal | 305 | 254 | 1 | 0 | 15 | 143 | 27 | 64 | 143 | 47 |
| Binary | 11000101 | 10101100 | 1 | 0 | 1101 | 1100011 | 10111 | 110100 | 1100011 | 100111 |
Color Harmonies of #C5AC01
Complementary color
Monochromatic Colors of #C5AC01
Black with #C5AC01
Text Example
Text Example
White with #C5AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC01; }
p { color: rgb(197,172,1); }
H1.HeaderClassName
{
color: #C5AC01;
}
.AnyTagClassName
{
color: #C5AC01;
}
</style>
background-color css
<style>
a { background-color: #C5AC01; }
a { background-color: rgb(197,172,1); }
div.DivClassName
{
background-color: #C5AC01;
}
.BgClassName
{
background-color: #C5AC01;
}
</style>
border-color css
<style>
span { border-color: #C5AC01; }
span { border-color: rgb(197,172,1); }
td.TdClassName
{
border-color: #C5AC01;
}
.TagClassName
{
border-color: #C5AC01;
}
</style>