Shades of La Rioja #C8AB00
Tints of La Rioja #C8AB00
RGB
CMYK
RGB Variations
Color information
#C8AB00 (or 0xC8AB00) is known color: La Rioja. HEX triplet: C8, AB and 00. RGB value is (200,171,0). Sum of RGB (Red+Green+Blue) = 200+171+0=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AB00 is #3754FF. Grayscale: #A0A0A0. Windows color (decimal): -3626240 or 43976. OLE color: 43976.
HSL color Cylindrical-coordinate representation of color #C8AB00: hue angle of 51.3º 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 #C8AB00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.22 |
| HSL | 51.3º | 1% | 0.39% | - |
| HSV(B) | 51.3º | 1% | 0.78% | - |
| XYZ | 38.38 | 41.41 | 5.97 | - |
| YUV | 160.18 | 37.61 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 0 | 0 | 0.14 | 1 | 0.22 | 51.3 | 1 | 0.39 |
| Hex | C8 | AB | 0 | 0 | E | 64 | 16 | 33 | 64 | 27 |
| Octal | 310 | 253 | 0 | 0 | 16 | 144 | 26 | 63 | 144 | 47 |
| Binary | 11001000 | 10101011 | 0 | 0 | 1110 | 1100100 | 10110 | 110011 | 1100100 | 100111 |
Color Harmonies of #C8AB00
Complementary color
Monochromatic Colors of #C8AB00
Black with #C8AB00
Text Example
Text Example
White with #C8AB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB00; }
p { color: rgb(200,171,0); }
H1.HeaderClassName
{
color: #C8AB00;
}
.AnyTagClassName
{
color: #C8AB00;
}
</style>
background-color css
<style>
a { background-color: #C8AB00; }
a { background-color: rgb(200,171,0); }
div.DivClassName
{
background-color: #C8AB00;
}
.BgClassName
{
background-color: #C8AB00;
}
</style>
border-color css
<style>
span { border-color: #C8AB00; }
span { border-color: rgb(200,171,0); }
td.TdClassName
{
border-color: #C8AB00;
}
.TagClassName
{
border-color: #C8AB00;
}
</style>