Shades of La Rioja #C7BA08
Tints of La Rioja #C7BA08
RGB
CMYK
RGB Variations
Color information
#C7BA08 (or 0xC7BA08) is known color: La Rioja. HEX triplet: C7, BA and 08. RGB value is (199,186,8). Sum of RGB (Red+Green+Blue) = 199+186+8=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BA08 is #3845F7. Grayscale: #AAAAAA. Windows color (decimal): -3687928 or 572103. OLE color: 572103.
HSL color Cylindrical-coordinate representation of color #C7BA08: hue angle of 55.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7BA08 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 8 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.22 |
| HSL | 55.92º | 0.92% | 0.41% | - |
| HSV(B) | 55.92º | 0.96% | 0.78% | - |
| XYZ | 41.16 | 47.28 | 7.19 | - |
| YUV | 169.6 | 36.81 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 8 | 0 | 0.07 | 0.96 | 0.22 | 55.92 | 0.92 | 0.41 |
| Hex | C7 | BA | 8 | 0 | 7 | 60 | 16 | 38 | 5C | 29 |
| Octal | 307 | 272 | 10 | 0 | 7 | 140 | 26 | 70 | 134 | 51 |
| Binary | 11000111 | 10111010 | 1000 | 0 | 111 | 1100000 | 10110 | 111000 | 1011100 | 101001 |
Color Harmonies of #C7BA08
Complementary color
Monochromatic Colors of #C7BA08
Black with #C7BA08
Text Example
Text Example
White with #C7BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA08; }
p { color: rgb(199,186,8); }
H1.HeaderClassName
{
color: #C7BA08;
}
.AnyTagClassName
{
color: #C7BA08;
}
</style>
background-color css
<style>
a { background-color: #C7BA08; }
a { background-color: rgb(199,186,8); }
div.DivClassName
{
background-color: #C7BA08;
}
.BgClassName
{
background-color: #C7BA08;
}
</style>
border-color css
<style>
span { border-color: #C7BA08; }
span { border-color: rgb(199,186,8); }
td.TdClassName
{
border-color: #C7BA08;
}
.TagClassName
{
border-color: #C7BA08;
}
</style>