Shades of La Rioja #C8AB02
Tints of La Rioja #C8AB02
RGB
CMYK
RGB Variations
Color information
#C8AB02 (or 0xC8AB02) is known color: La Rioja. HEX triplet: C8, AB and 02. RGB value is (200,171,2). Sum of RGB (Red+Green+Blue) = 200+171+2=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AB02 is #3754FD. Grayscale: #A1A1A1. Windows color (decimal): -3626238 or 175048. OLE color: 175048.
HSL color Cylindrical-coordinate representation of color #C8AB02: hue angle of 51.21º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8AB02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.22 |
| HSL | 51.21º | 0.98% | 0.4% | - |
| HSV(B) | 51.21º | 0.99% | 0.78% | - |
| XYZ | 38.39 | 41.41 | 6.03 | - |
| YUV | 160.41 | 38.61 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 2 | 0 | 0.14 | 0.99 | 0.22 | 51.21 | 0.98 | 0.4 |
| Hex | C8 | AB | 2 | 0 | E | 63 | 16 | 33 | 62 | 28 |
| Octal | 310 | 253 | 2 | 0 | 16 | 143 | 26 | 63 | 142 | 50 |
| Binary | 11001000 | 10101011 | 10 | 0 | 1110 | 1100011 | 10110 | 110011 | 1100010 | 101000 |
Color Harmonies of #C8AB02
Complementary color
Monochromatic Colors of #C8AB02
Black with #C8AB02
Text Example
Text Example
White with #C8AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB02; }
p { color: rgb(200,171,2); }
H1.HeaderClassName
{
color: #C8AB02;
}
.AnyTagClassName
{
color: #C8AB02;
}
</style>
background-color css
<style>
a { background-color: #C8AB02; }
a { background-color: rgb(200,171,2); }
div.DivClassName
{
background-color: #C8AB02;
}
.BgClassName
{
background-color: #C8AB02;
}
</style>
border-color css
<style>
span { border-color: #C8AB02; }
span { border-color: rgb(200,171,2); }
td.TdClassName
{
border-color: #C8AB02;
}
.TagClassName
{
border-color: #C8AB02;
}
</style>