Shades of La Rioja #C7AB00
Tints of La Rioja #C7AB00
RGB
CMYK
RGB Variations
Color information
#C7AB00 (or 0xC7AB00) is known color: La Rioja. HEX triplet: C7, AB and 00. RGB value is (199,171,0). Sum of RGB (Red+Green+Blue) = 199+171+0=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AB00 is #3854FF. Grayscale: #A0A0A0. Windows color (decimal): -3691776 or 43975. OLE color: 43975.
HSL color Cylindrical-coordinate representation of color #C7AB00: hue angle of 51.56º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7AB00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 171 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.22 |
| HSL | 51.56º | 1% | 0.39% | - |
| HSV(B) | 51.56º | 1% | 0.78% | - |
| XYZ | 38.12 | 41.27 | 5.96 | - |
| YUV | 159.88 | 37.78 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 0 | 0 | 0.14 | 1 | 0.22 | 51.56 | 1 | 0.39 |
| Hex | C7 | AB | 0 | 0 | E | 64 | 16 | 34 | 64 | 27 |
| Octal | 307 | 253 | 0 | 0 | 16 | 144 | 26 | 64 | 144 | 47 |
| Binary | 11000111 | 10101011 | 0 | 0 | 1110 | 1100100 | 10110 | 110100 | 1100100 | 100111 |
Color Harmonies of #C7AB00
Complementary color
Monochromatic Colors of #C7AB00
Black with #C7AB00
Text Example
Text Example
White with #C7AB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AB00; }
p { color: rgb(199,171,0); }
H1.HeaderClassName
{
color: #C7AB00;
}
.AnyTagClassName
{
color: #C7AB00;
}
</style>
background-color css
<style>
a { background-color: #C7AB00; }
a { background-color: rgb(199,171,0); }
div.DivClassName
{
background-color: #C7AB00;
}
.BgClassName
{
background-color: #C7AB00;
}
</style>
border-color css
<style>
span { border-color: #C7AB00; }
span { border-color: rgb(199,171,0); }
td.TdClassName
{
border-color: #C7AB00;
}
.TagClassName
{
border-color: #C7AB00;
}
</style>