Shades of La Rioja #C2AB03
Tints of La Rioja #C2AB03
RGB
CMYK
RGB Variations
Color information
#C2AB03 (or 0xC2AB03) is known color: La Rioja. HEX triplet: C2, AB and 03. RGB value is (194,171,3). Sum of RGB (Red+Green+Blue) = 194+171+3=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AB03 is #3D54FC. Grayscale: #9F9F9F. Windows color (decimal): -4019453 or 240578. OLE color: 240578.
HSL color Cylindrical-coordinate representation of color #C2AB03: hue angle of 52.77º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2AB03 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 3 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.24 |
| HSL | 52.77º | 0.97% | 0.39% | - |
| HSV(B) | 52.77º | 0.98% | 0.76% | - |
| XYZ | 36.83 | 40.6 | 5.98 | - |
| YUV | 158.73 | 40.12 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 3 | 0 | 0.12 | 0.98 | 0.24 | 52.77 | 0.97 | 0.39 |
| Hex | C2 | AB | 3 | 0 | C | 62 | 18 | 35 | 61 | 27 |
| Octal | 302 | 253 | 3 | 0 | 14 | 142 | 30 | 65 | 141 | 47 |
| Binary | 11000010 | 10101011 | 11 | 0 | 1100 | 1100010 | 11000 | 110101 | 1100001 | 100111 |
Color Harmonies of #C2AB03
Complementary color
Monochromatic Colors of #C2AB03
Black with #C2AB03
Text Example
Text Example
White with #C2AB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB03; }
p { color: rgb(194,171,3); }
H1.HeaderClassName
{
color: #C2AB03;
}
.AnyTagClassName
{
color: #C2AB03;
}
</style>
background-color css
<style>
a { background-color: #C2AB03; }
a { background-color: rgb(194,171,3); }
div.DivClassName
{
background-color: #C2AB03;
}
.BgClassName
{
background-color: #C2AB03;
}
</style>
border-color css
<style>
span { border-color: #C2AB03; }
span { border-color: rgb(194,171,3); }
td.TdClassName
{
border-color: #C2AB03;
}
.TagClassName
{
border-color: #C2AB03;
}
</style>