Shades of La Rioja #C2BA01
Tints of La Rioja #C2BA01
RGB
CMYK
RGB Variations
Color information
#C2BA01 (or 0xC2BA01) is known color: La Rioja. HEX triplet: C2, BA and 01. RGB value is (194,186,1). Sum of RGB (Red+Green+Blue) = 194+186+1=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BA01 is #3D45FE. Grayscale: #A8A8A8. Windows color (decimal): -4015615 or 113346. OLE color: 113346.
HSL color Cylindrical-coordinate representation of color #C2BA01: hue angle of 57.51º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2BA01 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.24 |
| HSL | 57.51º | 0.99% | 0.38% | - |
| HSV(B) | 57.51º | 0.99% | 0.76% | - |
| XYZ | 39.81 | 46.59 | 6.92 | - |
| YUV | 167.3 | 34.15 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 1 | 0 | 0.04 | 0.99 | 0.24 | 57.51 | 0.99 | 0.38 |
| Hex | C2 | BA | 1 | 0 | 4 | 63 | 18 | 3A | 63 | 26 |
| Octal | 302 | 272 | 1 | 0 | 4 | 143 | 30 | 72 | 143 | 46 |
| Binary | 11000010 | 10111010 | 1 | 0 | 100 | 1100011 | 11000 | 111010 | 1100011 | 100110 |
Color Harmonies of #C2BA01
Complementary color
Monochromatic Colors of #C2BA01
Black with #C2BA01
Text Example
Text Example
White with #C2BA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA01; }
p { color: rgb(194,186,1); }
H1.HeaderClassName
{
color: #C2BA01;
}
.AnyTagClassName
{
color: #C2BA01;
}
</style>
background-color css
<style>
a { background-color: #C2BA01; }
a { background-color: rgb(194,186,1); }
div.DivClassName
{
background-color: #C2BA01;
}
.BgClassName
{
background-color: #C2BA01;
}
</style>
border-color css
<style>
span { border-color: #C2BA01; }
span { border-color: rgb(194,186,1); }
td.TdClassName
{
border-color: #C2BA01;
}
.TagClassName
{
border-color: #C2BA01;
}
</style>