Shades of La Rioja #C7BA06
Tints of La Rioja #C7BA06
RGB
CMYK
RGB Variations
Color information
#C7BA06 (or 0xC7BA06) is known color: La Rioja. HEX triplet: C7, BA and 06. RGB value is (199,186,6). Sum of RGB (Red+Green+Blue) = 199+186+6=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BA06 is #3845F9. Grayscale: #AAAAAA. Windows color (decimal): -3687930 or 441031. OLE color: 441031.
HSL color Cylindrical-coordinate representation of color #C7BA06: hue angle of 55.96º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7BA06 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 6 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.22 |
| HSL | 55.96º | 0.94% | 0.4% | - |
| HSV(B) | 55.96º | 0.97% | 0.78% | - |
| XYZ | 41.14 | 47.27 | 7.13 | - |
| YUV | 169.37 | 35.81 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 6 | 0 | 0.07 | 0.97 | 0.22 | 55.96 | 0.94 | 0.4 |
| Hex | C7 | BA | 6 | 0 | 7 | 61 | 16 | 38 | 5E | 28 |
| Octal | 307 | 272 | 6 | 0 | 7 | 141 | 26 | 70 | 136 | 50 |
| Binary | 11000111 | 10111010 | 110 | 0 | 111 | 1100001 | 10110 | 111000 | 1011110 | 101000 |
Color Harmonies of #C7BA06
Complementary color
Monochromatic Colors of #C7BA06
Black with #C7BA06
Text Example
Text Example
White with #C7BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA06; }
p { color: rgb(199,186,6); }
H1.HeaderClassName
{
color: #C7BA06;
}
.AnyTagClassName
{
color: #C7BA06;
}
</style>
background-color css
<style>
a { background-color: #C7BA06; }
a { background-color: rgb(199,186,6); }
div.DivClassName
{
background-color: #C7BA06;
}
.BgClassName
{
background-color: #C7BA06;
}
</style>
border-color css
<style>
span { border-color: #C7BA06; }
span { border-color: rgb(199,186,6); }
td.TdClassName
{
border-color: #C7BA06;
}
.TagClassName
{
border-color: #C7BA06;
}
</style>