Shades of La Rioja #C0AB01
Tints of La Rioja #C0AB01
RGB
CMYK
RGB Variations
Color information
#C0AB01 (or 0xC0AB01) is known color: La Rioja. HEX triplet: C0, AB and 01. RGB value is (192,171,1). Sum of RGB (Red+Green+Blue) = 192+171+1=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AB01 is #3F54FE. Grayscale: #9E9E9E. Windows color (decimal): -4150527 or 109504. OLE color: 109504.
HSL color Cylindrical-coordinate representation of color #C0AB01: hue angle of 53.4º degrees, saturation: 0.99, 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 #C0AB01 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.25 |
| HSL | 53.4º | 0.99% | 0.38% | - |
| HSV(B) | 53.4º | 0.99% | 0.75% | - |
| XYZ | 36.31 | 40.33 | 5.9 | - |
| YUV | 157.9 | 39.46 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 1 | 0 | 0.11 | 0.99 | 0.25 | 53.4 | 0.99 | 0.38 |
| Hex | C0 | AB | 1 | 0 | B | 63 | 19 | 35 | 63 | 26 |
| Octal | 300 | 253 | 1 | 0 | 13 | 143 | 31 | 65 | 143 | 46 |
| Binary | 11000000 | 10101011 | 1 | 0 | 1011 | 1100011 | 11001 | 110101 | 1100011 | 100110 |
Color Harmonies of #C0AB01
Complementary color
Monochromatic Colors of #C0AB01
Black with #C0AB01
Text Example
Text Example
White with #C0AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB01; }
p { color: rgb(192,171,1); }
H1.HeaderClassName
{
color: #C0AB01;
}
.AnyTagClassName
{
color: #C0AB01;
}
</style>
background-color css
<style>
a { background-color: #C0AB01; }
a { background-color: rgb(192,171,1); }
div.DivClassName
{
background-color: #C0AB01;
}
.BgClassName
{
background-color: #C0AB01;
}
</style>
border-color css
<style>
span { border-color: #C0AB01; }
span { border-color: rgb(192,171,1); }
td.TdClassName
{
border-color: #C0AB01;
}
.TagClassName
{
border-color: #C0AB01;
}
</style>