Shades of La Rioja #C5AF0B
Tints of La Rioja #C5AF0B
RGB
CMYK
RGB Variations
Color information
#C5AF0B (or 0xC5AF0B) is known color: La Rioja. HEX triplet: C5, AF and 0B. RGB value is (197,175,11). Sum of RGB (Red+Green+Blue) = 197+175+11=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AF0B is #3A50F4. Grayscale: #A3A3A3. Windows color (decimal): -3821813 or 765893. OLE color: 765893.
HSL color Cylindrical-coordinate representation of color #C5AF0B: hue angle of 52.9º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5AF0B is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 11 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.23 |
| HSL | 52.9º | 0.89% | 0.41% | - |
| HSV(B) | 52.9º | 0.94% | 0.77% | - |
| XYZ | 38.42 | 42.55 | 6.51 | - |
| YUV | 162.88 | 42.29 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 11 | 0 | 0.11 | 0.94 | 0.23 | 52.9 | 0.89 | 0.41 |
| Hex | C5 | AF | B | 0 | B | 5E | 17 | 35 | 59 | 29 |
| Octal | 305 | 257 | 13 | 0 | 13 | 136 | 27 | 65 | 131 | 51 |
| Binary | 11000101 | 10101111 | 1011 | 0 | 1011 | 1011110 | 10111 | 110101 | 1011001 | 101001 |
Color Harmonies of #C5AF0B
Complementary color
Monochromatic Colors of #C5AF0B
Black with #C5AF0B
Text Example
Text Example
White with #C5AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF0B; }
p { color: rgb(197,175,11); }
H1.HeaderClassName
{
color: #C5AF0B;
}
.AnyTagClassName
{
color: #C5AF0B;
}
</style>
background-color css
<style>
a { background-color: #C5AF0B; }
a { background-color: rgb(197,175,11); }
div.DivClassName
{
background-color: #C5AF0B;
}
.BgClassName
{
background-color: #C5AF0B;
}
</style>
border-color css
<style>
span { border-color: #C5AF0B; }
span { border-color: rgb(197,175,11); }
td.TdClassName
{
border-color: #C5AF0B;
}
.TagClassName
{
border-color: #C5AF0B;
}
</style>