Shades of La Rioja #C4AB02
Tints of La Rioja #C4AB02
RGB
CMYK
RGB Variations
Color information
#C4AB02 (or 0xC4AB02) is known color: La Rioja. HEX triplet: C4, AB and 02. RGB value is (196,171,2). Sum of RGB (Red+Green+Blue) = 196+171+2=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AB02 is #3B54FD. Grayscale: #9F9F9F. Windows color (decimal): -3888382 or 175044. OLE color: 175044.
HSL color Cylindrical-coordinate representation of color #C4AB02: hue angle of 52.27º 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 #C4AB02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.23 |
| HSL | 52.27º | 0.98% | 0.39% | - |
| HSV(B) | 52.27º | 0.99% | 0.77% | - |
| XYZ | 37.34 | 40.87 | 5.98 | - |
| YUV | 159.21 | 39.28 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 2 | 0 | 0.13 | 0.99 | 0.23 | 52.27 | 0.98 | 0.39 |
| Hex | C4 | AB | 2 | 0 | D | 63 | 17 | 34 | 62 | 27 |
| Octal | 304 | 253 | 2 | 0 | 15 | 143 | 27 | 64 | 142 | 47 |
| Binary | 11000100 | 10101011 | 10 | 0 | 1101 | 1100011 | 10111 | 110100 | 1100010 | 100111 |
Color Harmonies of #C4AB02
Complementary color
Monochromatic Colors of #C4AB02
Black with #C4AB02
Text Example
Text Example
White with #C4AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB02; }
p { color: rgb(196,171,2); }
H1.HeaderClassName
{
color: #C4AB02;
}
.AnyTagClassName
{
color: #C4AB02;
}
</style>
background-color css
<style>
a { background-color: #C4AB02; }
a { background-color: rgb(196,171,2); }
div.DivClassName
{
background-color: #C4AB02;
}
.BgClassName
{
background-color: #C4AB02;
}
</style>
border-color css
<style>
span { border-color: #C4AB02; }
span { border-color: rgb(196,171,2); }
td.TdClassName
{
border-color: #C4AB02;
}
.TagClassName
{
border-color: #C4AB02;
}
</style>