Shades of La Rioja #C5AB02
Tints of La Rioja #C5AB02
RGB
CMYK
RGB Variations
Color information
#C5AB02 (or 0xC5AB02) is known color: La Rioja. HEX triplet: C5, AB and 02. RGB value is (197,171,2). Sum of RGB (Red+Green+Blue) = 197+171+2=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AB02 is #3A54FD. Grayscale: #A0A0A0. Windows color (decimal): -3822846 or 175045. OLE color: 175045.
HSL color Cylindrical-coordinate representation of color #C5AB02: hue angle of 52º degrees, saturation: 0.98, 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 #C5AB02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.23 |
| HSL | 52º | 0.98% | 0.39% | - |
| HSV(B) | 52º | 0.99% | 0.77% | - |
| XYZ | 37.6 | 41 | 5.99 | - |
| YUV | 159.51 | 39.11 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 2 | 0 | 0.13 | 0.99 | 0.23 | 52 | 0.98 | 0.39 |
| Hex | C5 | AB | 2 | 0 | D | 63 | 17 | 34 | 62 | 27 |
| Octal | 305 | 253 | 2 | 0 | 15 | 143 | 27 | 64 | 142 | 47 |
| Binary | 11000101 | 10101011 | 10 | 0 | 1101 | 1100011 | 10111 | 110100 | 1100010 | 100111 |
Color Harmonies of #C5AB02
Complementary color
Monochromatic Colors of #C5AB02
Black with #C5AB02
Text Example
Text Example
White with #C5AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB02; }
p { color: rgb(197,171,2); }
H1.HeaderClassName
{
color: #C5AB02;
}
.AnyTagClassName
{
color: #C5AB02;
}
</style>
background-color css
<style>
a { background-color: #C5AB02; }
a { background-color: rgb(197,171,2); }
div.DivClassName
{
background-color: #C5AB02;
}
.BgClassName
{
background-color: #C5AB02;
}
</style>
border-color css
<style>
span { border-color: #C5AB02; }
span { border-color: rgb(197,171,2); }
td.TdClassName
{
border-color: #C5AB02;
}
.TagClassName
{
border-color: #C5AB02;
}
</style>