Shades of La Rioja #C2AB07
Tints of La Rioja #C2AB07
RGB
CMYK
RGB Variations
Color information
#C2AB07 (or 0xC2AB07) is known color: La Rioja. HEX triplet: C2, AB and 07. RGB value is (194,171,7). Sum of RGB (Red+Green+Blue) = 194+171+7=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 7 (3.12% from 255 or 1.88% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AB07 is #3D54F8. Grayscale: #9F9F9F. Windows color (decimal): -4019449 or 502722. OLE color: 502722.
HSL color Cylindrical-coordinate representation of color #C2AB07: hue angle of 52.62º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2AB07 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 7 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.24 |
| HSL | 52.62º | 0.93% | 0.39% | - |
| HSV(B) | 52.62º | 0.96% | 0.76% | - |
| XYZ | 36.85 | 40.61 | 6.1 | - |
| YUV | 159.18 | 42.12 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 7 | 0 | 0.12 | 0.96 | 0.24 | 52.62 | 0.93 | 0.39 |
| Hex | C2 | AB | 7 | 0 | C | 60 | 18 | 35 | 5D | 27 |
| Octal | 302 | 253 | 7 | 0 | 14 | 140 | 30 | 65 | 135 | 47 |
| Binary | 11000010 | 10101011 | 111 | 0 | 1100 | 1100000 | 11000 | 110101 | 1011101 | 100111 |
Color Harmonies of #C2AB07
Complementary color
Monochromatic Colors of #C2AB07
Black with #C2AB07
Text Example
Text Example
White with #C2AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB07; }
p { color: rgb(194,171,7); }
H1.HeaderClassName
{
color: #C2AB07;
}
.AnyTagClassName
{
color: #C2AB07;
}
</style>
background-color css
<style>
a { background-color: #C2AB07; }
a { background-color: rgb(194,171,7); }
div.DivClassName
{
background-color: #C2AB07;
}
.BgClassName
{
background-color: #C2AB07;
}
</style>
border-color css
<style>
span { border-color: #C2AB07; }
span { border-color: rgb(194,171,7); }
td.TdClassName
{
border-color: #C2AB07;
}
.TagClassName
{
border-color: #C2AB07;
}
</style>