Shades of La Rioja #C2AB02
Tints of La Rioja #C2AB02
RGB
CMYK
RGB Variations
Color information
#C2AB02 (or 0xC2AB02) is known color: La Rioja. HEX triplet: C2, AB and 02. RGB value is (194,171,2). Sum of RGB (Red+Green+Blue) = 194+171+2=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AB02 is #3D54FD. Grayscale: #9F9F9F. Windows color (decimal): -4019454 or 175042. OLE color: 175042.
HSL color Cylindrical-coordinate representation of color #C2AB02: hue angle of 52.81º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2AB02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.24 |
| HSL | 52.81º | 0.98% | 0.38% | - |
| HSV(B) | 52.81º | 0.99% | 0.76% | - |
| XYZ | 36.82 | 40.6 | 5.95 | - |
| YUV | 158.61 | 39.62 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 2 | 0 | 0.12 | 0.99 | 0.24 | 52.81 | 0.98 | 0.38 |
| Hex | C2 | AB | 2 | 0 | C | 63 | 18 | 35 | 62 | 26 |
| Octal | 302 | 253 | 2 | 0 | 14 | 143 | 30 | 65 | 142 | 46 |
| Binary | 11000010 | 10101011 | 10 | 0 | 1100 | 1100011 | 11000 | 110101 | 1100010 | 100110 |
Color Harmonies of #C2AB02
Complementary color
Monochromatic Colors of #C2AB02
Black with #C2AB02
Text Example
Text Example
White with #C2AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB02; }
p { color: rgb(194,171,2); }
H1.HeaderClassName
{
color: #C2AB02;
}
.AnyTagClassName
{
color: #C2AB02;
}
</style>
background-color css
<style>
a { background-color: #C2AB02; }
a { background-color: rgb(194,171,2); }
div.DivClassName
{
background-color: #C2AB02;
}
.BgClassName
{
background-color: #C2AB02;
}
</style>
border-color css
<style>
span { border-color: #C2AB02; }
span { border-color: rgb(194,171,2); }
td.TdClassName
{
border-color: #C2AB02;
}
.TagClassName
{
border-color: #C2AB02;
}
</style>