Shades of La Rioja #C6BA03
Tints of La Rioja #C6BA03
RGB
CMYK
RGB Variations
Color information
#C6BA03 (or 0xC6BA03) is known color: La Rioja. HEX triplet: C6, BA and 03. RGB value is (198,186,3). Sum of RGB (Red+Green+Blue) = 198+186+3=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BA03 is #3945FC. Grayscale: #A9A9A9. Windows color (decimal): -3753469 or 244422. OLE color: 244422.
HSL color Cylindrical-coordinate representation of color #C6BA03: hue angle of 56.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6BA03 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 3 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.22 |
| HSL | 56.31º | 0.97% | 0.39% | - |
| HSV(B) | 56.31º | 0.98% | 0.78% | - |
| XYZ | 40.86 | 47.13 | 7.03 | - |
| YUV | 168.73 | 34.48 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 3 | 0 | 0.06 | 0.98 | 0.22 | 56.31 | 0.97 | 0.39 |
| Hex | C6 | BA | 3 | 0 | 6 | 62 | 16 | 38 | 61 | 27 |
| Octal | 306 | 272 | 3 | 0 | 6 | 142 | 26 | 70 | 141 | 47 |
| Binary | 11000110 | 10111010 | 11 | 0 | 110 | 1100010 | 10110 | 111000 | 1100001 | 100111 |
Color Harmonies of #C6BA03
Complementary color
Monochromatic Colors of #C6BA03
Black with #C6BA03
Text Example
Text Example
White with #C6BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA03; }
p { color: rgb(198,186,3); }
H1.HeaderClassName
{
color: #C6BA03;
}
.AnyTagClassName
{
color: #C6BA03;
}
</style>
background-color css
<style>
a { background-color: #C6BA03; }
a { background-color: rgb(198,186,3); }
div.DivClassName
{
background-color: #C6BA03;
}
.BgClassName
{
background-color: #C6BA03;
}
</style>
border-color css
<style>
span { border-color: #C6BA03; }
span { border-color: rgb(198,186,3); }
td.TdClassName
{
border-color: #C6BA03;
}
.TagClassName
{
border-color: #C6BA03;
}
</style>