Shades of La Rioja #C5AF01
Tints of La Rioja #C5AF01
RGB
CMYK
RGB Variations
Color information
#C5AF01 (or 0xC5AF01) is known color: La Rioja. HEX triplet: C5, AF and 01. RGB value is (197,175,1). Sum of RGB (Red+Green+Blue) = 197+175+1=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AF01 is #3A50FE. Grayscale: #A2A2A2. Windows color (decimal): -3821823 or 110533. OLE color: 110533.
HSL color Cylindrical-coordinate representation of color #C5AF01: hue angle of 53.27º 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 #C5AF01 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.23 |
| HSL | 53.27º | 0.99% | 0.39% | - |
| HSV(B) | 53.27º | 0.99% | 0.77% | - |
| XYZ | 38.36 | 42.53 | 6.22 | - |
| YUV | 161.74 | 37.29 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 1 | 0 | 0.11 | 0.99 | 0.23 | 53.27 | 0.99 | 0.39 |
| Hex | C5 | AF | 1 | 0 | B | 63 | 17 | 35 | 63 | 27 |
| Octal | 305 | 257 | 1 | 0 | 13 | 143 | 27 | 65 | 143 | 47 |
| Binary | 11000101 | 10101111 | 1 | 0 | 1011 | 1100011 | 10111 | 110101 | 1100011 | 100111 |
Color Harmonies of #C5AF01
Complementary color
Monochromatic Colors of #C5AF01
Black with #C5AF01
Text Example
Text Example
White with #C5AF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF01; }
p { color: rgb(197,175,1); }
H1.HeaderClassName
{
color: #C5AF01;
}
.AnyTagClassName
{
color: #C5AF01;
}
</style>
background-color css
<style>
a { background-color: #C5AF01; }
a { background-color: rgb(197,175,1); }
div.DivClassName
{
background-color: #C5AF01;
}
.BgClassName
{
background-color: #C5AF01;
}
</style>
border-color css
<style>
span { border-color: #C5AF01; }
span { border-color: rgb(197,175,1); }
td.TdClassName
{
border-color: #C5AF01;
}
.TagClassName
{
border-color: #C5AF01;
}
</style>