Shades of La Rioja #C7BA03
Tints of La Rioja #C7BA03
RGB
CMYK
RGB Variations
Color information
#C7BA03 (or 0xC7BA03) is known color: La Rioja. HEX triplet: C7, BA and 03. RGB value is (199,186,3). Sum of RGB (Red+Green+Blue) = 199+186+3=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BA03 is #3845FC. Grayscale: #A9A9A9. Windows color (decimal): -3687933 or 244423. OLE color: 244423.
HSL color Cylindrical-coordinate representation of color #C7BA03: hue angle of 56.02º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7BA03 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 3 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.22 |
| HSL | 56.02º | 0.97% | 0.4% | - |
| HSV(B) | 56.02º | 0.98% | 0.78% | - |
| XYZ | 41.13 | 47.27 | 7.04 | - |
| YUV | 169.03 | 34.31 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 3 | 0 | 0.07 | 0.98 | 0.22 | 56.02 | 0.97 | 0.4 |
| Hex | C7 | BA | 3 | 0 | 7 | 62 | 16 | 38 | 61 | 28 |
| Octal | 307 | 272 | 3 | 0 | 7 | 142 | 26 | 70 | 141 | 50 |
| Binary | 11000111 | 10111010 | 11 | 0 | 111 | 1100010 | 10110 | 111000 | 1100001 | 101000 |
Color Harmonies of #C7BA03
Complementary color
Monochromatic Colors of #C7BA03
Black with #C7BA03
Text Example
Text Example
White with #C7BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA03; }
p { color: rgb(199,186,3); }
H1.HeaderClassName
{
color: #C7BA03;
}
.AnyTagClassName
{
color: #C7BA03;
}
</style>
background-color css
<style>
a { background-color: #C7BA03; }
a { background-color: rgb(199,186,3); }
div.DivClassName
{
background-color: #C7BA03;
}
.BgClassName
{
background-color: #C7BA03;
}
</style>
border-color css
<style>
span { border-color: #C7BA03; }
span { border-color: rgb(199,186,3); }
td.TdClassName
{
border-color: #C7BA03;
}
.TagClassName
{
border-color: #C7BA03;
}
</style>