Shades of La Rioja #C6BA01
Tints of La Rioja #C6BA01
RGB
CMYK
RGB Variations
Color information
#C6BA01 (or 0xC6BA01) is known color: La Rioja. HEX triplet: C6, BA and 01. RGB value is (198,186,1). Sum of RGB (Red+Green+Blue) = 198+186+1=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BA01 is #3945FE. Grayscale: #A9A9A9. Windows color (decimal): -3753471 or 113350. OLE color: 113350.
HSL color Cylindrical-coordinate representation of color #C6BA01: hue angle of 56.35º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6BA01 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.22 |
| HSL | 56.35º | 0.99% | 0.39% | - |
| HSV(B) | 56.35º | 0.99% | 0.78% | - |
| XYZ | 40.85 | 47.13 | 6.97 | - |
| YUV | 168.5 | 33.48 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 1 | 0 | 0.06 | 0.99 | 0.22 | 56.35 | 0.99 | 0.39 |
| Hex | C6 | BA | 1 | 0 | 6 | 63 | 16 | 38 | 63 | 27 |
| Octal | 306 | 272 | 1 | 0 | 6 | 143 | 26 | 70 | 143 | 47 |
| Binary | 11000110 | 10111010 | 1 | 0 | 110 | 1100011 | 10110 | 111000 | 1100011 | 100111 |
Color Harmonies of #C6BA01
Complementary color
Monochromatic Colors of #C6BA01
Black with #C6BA01
Text Example
Text Example
White with #C6BA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA01; }
p { color: rgb(198,186,1); }
H1.HeaderClassName
{
color: #C6BA01;
}
.AnyTagClassName
{
color: #C6BA01;
}
</style>
background-color css
<style>
a { background-color: #C6BA01; }
a { background-color: rgb(198,186,1); }
div.DivClassName
{
background-color: #C6BA01;
}
.BgClassName
{
background-color: #C6BA01;
}
</style>
border-color css
<style>
span { border-color: #C6BA01; }
span { border-color: rgb(198,186,1); }
td.TdClassName
{
border-color: #C6BA01;
}
.TagClassName
{
border-color: #C6BA01;
}
</style>