Shades of La Rioja #C0AB07
Tints of La Rioja #C0AB07
RGB
CMYK
RGB Variations
Color information
#C0AB07 (or 0xC0AB07) is known color: La Rioja. HEX triplet: C0, AB and 07. RGB value is (192,171,7). Sum of RGB (Red+Green+Blue) = 192+171+7=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AB07 is #3F54F8. Grayscale: #9F9F9F. Windows color (decimal): -4150521 or 502720. OLE color: 502720.
HSL color Cylindrical-coordinate representation of color #C0AB07: hue angle of 53.19º degrees, saturation: 0.93, 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 #C0AB07 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 7 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.25 |
| HSL | 53.19º | 0.93% | 0.39% | - |
| HSV(B) | 53.19º | 0.96% | 0.75% | - |
| XYZ | 36.34 | 40.35 | 6.07 | - |
| YUV | 158.58 | 42.46 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 7 | 0 | 0.11 | 0.96 | 0.25 | 53.19 | 0.93 | 0.39 |
| Hex | C0 | AB | 7 | 0 | B | 60 | 19 | 35 | 5D | 27 |
| Octal | 300 | 253 | 7 | 0 | 13 | 140 | 31 | 65 | 135 | 47 |
| Binary | 11000000 | 10101011 | 111 | 0 | 1011 | 1100000 | 11001 | 110101 | 1011101 | 100111 |
Color Harmonies of #C0AB07
Complementary color
Monochromatic Colors of #C0AB07
Black with #C0AB07
Text Example
Text Example
White with #C0AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB07; }
p { color: rgb(192,171,7); }
H1.HeaderClassName
{
color: #C0AB07;
}
.AnyTagClassName
{
color: #C0AB07;
}
</style>
background-color css
<style>
a { background-color: #C0AB07; }
a { background-color: rgb(192,171,7); }
div.DivClassName
{
background-color: #C0AB07;
}
.BgClassName
{
background-color: #C0AB07;
}
</style>
border-color css
<style>
span { border-color: #C0AB07; }
span { border-color: rgb(192,171,7); }
td.TdClassName
{
border-color: #C0AB07;
}
.TagClassName
{
border-color: #C0AB07;
}
</style>