Shades of La Rioja #C0AB02
Tints of La Rioja #C0AB02
RGB
CMYK
RGB Variations
Color information
#C0AB02 (or 0xC0AB02) is known color: La Rioja. HEX triplet: C0, AB and 02. RGB value is (192,171,2). Sum of RGB (Red+Green+Blue) = 192+171+2=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AB02 is #3F54FD. Grayscale: #9E9E9E. Windows color (decimal): -4150526 or 175040. OLE color: 175040.
HSL color Cylindrical-coordinate representation of color #C0AB02: hue angle of 53.37º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0AB02 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.25 |
| HSL | 53.37º | 0.98% | 0.38% | - |
| HSV(B) | 53.37º | 0.99% | 0.75% | - |
| XYZ | 36.31 | 40.34 | 5.93 | - |
| YUV | 158.01 | 39.96 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 2 | 0 | 0.11 | 0.99 | 0.25 | 53.37 | 0.98 | 0.38 |
| Hex | C0 | AB | 2 | 0 | B | 63 | 19 | 35 | 62 | 26 |
| Octal | 300 | 253 | 2 | 0 | 13 | 143 | 31 | 65 | 142 | 46 |
| Binary | 11000000 | 10101011 | 10 | 0 | 1011 | 1100011 | 11001 | 110101 | 1100010 | 100110 |
Color Harmonies of #C0AB02
Complementary color
Monochromatic Colors of #C0AB02
Black with #C0AB02
Text Example
Text Example
White with #C0AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB02; }
p { color: rgb(192,171,2); }
H1.HeaderClassName
{
color: #C0AB02;
}
.AnyTagClassName
{
color: #C0AB02;
}
</style>
background-color css
<style>
a { background-color: #C0AB02; }
a { background-color: rgb(192,171,2); }
div.DivClassName
{
background-color: #C0AB02;
}
.BgClassName
{
background-color: #C0AB02;
}
</style>
border-color css
<style>
span { border-color: #C0AB02; }
span { border-color: rgb(192,171,2); }
td.TdClassName
{
border-color: #C0AB02;
}
.TagClassName
{
border-color: #C0AB02;
}
</style>