Shades of La Rioja #C0AB08
Tints of La Rioja #C0AB08
RGB
CMYK
RGB Variations
Color information
#C0AB08 (or 0xC0AB08) is known color: La Rioja. HEX triplet: C0, AB and 08. RGB value is (192,171,8). Sum of RGB (Red+Green+Blue) = 192+171+8=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AB08 is #3F54F7. Grayscale: #9F9F9F. Windows color (decimal): -4150520 or 568256. OLE color: 568256.
HSL color Cylindrical-coordinate representation of color #C0AB08: hue angle of 53.15º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0AB08 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 8 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.25 |
| HSL | 53.15º | 0.92% | 0.39% | - |
| HSV(B) | 53.15º | 0.96% | 0.75% | - |
| XYZ | 36.34 | 40.35 | 6.1 | - |
| YUV | 158.7 | 42.96 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 8 | 0 | 0.11 | 0.96 | 0.25 | 53.15 | 0.92 | 0.39 |
| Hex | C0 | AB | 8 | 0 | B | 60 | 19 | 35 | 5C | 27 |
| Octal | 300 | 253 | 10 | 0 | 13 | 140 | 31 | 65 | 134 | 47 |
| Binary | 11000000 | 10101011 | 1000 | 0 | 1011 | 1100000 | 11001 | 110101 | 1011100 | 100111 |
Color Harmonies of #C0AB08
Complementary color
Monochromatic Colors of #C0AB08
Black with #C0AB08
Text Example
Text Example
White with #C0AB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB08; }
p { color: rgb(192,171,8); }
H1.HeaderClassName
{
color: #C0AB08;
}
.AnyTagClassName
{
color: #C0AB08;
}
</style>
background-color css
<style>
a { background-color: #C0AB08; }
a { background-color: rgb(192,171,8); }
div.DivClassName
{
background-color: #C0AB08;
}
.BgClassName
{
background-color: #C0AB08;
}
</style>
border-color css
<style>
span { border-color: #C0AB08; }
span { border-color: rgb(192,171,8); }
td.TdClassName
{
border-color: #C0AB08;
}
.TagClassName
{
border-color: #C0AB08;
}
</style>