Shades of La Rioja #C2BC0A
Tints of La Rioja #C2BC0A
RGB
CMYK
RGB Variations
Color information
#C2BC0A (or 0xC2BC0A) is known color: La Rioja. HEX triplet: C2, BC and 0A. RGB value is (194,188,10). Sum of RGB (Red+Green+Blue) = 194+188+10=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BC0A is #3D43F5. Grayscale: #AAAAAA. Windows color (decimal): -4015094 or 703682. OLE color: 703682.
HSL color Cylindrical-coordinate representation of color #C2BC0A: hue angle of 58.04º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2BC0A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 10 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.24 |
| HSL | 58.04º | 0.9% | 0.4% | - |
| HSV(B) | 58.04º | 0.95% | 0.76% | - |
| XYZ | 40.29 | 47.46 | 7.32 | - |
| YUV | 169.5 | 37.99 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 10 | 0 | 0.03 | 0.95 | 0.24 | 58.04 | 0.9 | 0.4 |
| Hex | C2 | BC | A | 0 | 3 | 5F | 18 | 3A | 5A | 28 |
| Octal | 302 | 274 | 12 | 0 | 3 | 137 | 30 | 72 | 132 | 50 |
| Binary | 11000010 | 10111100 | 1010 | 0 | 11 | 1011111 | 11000 | 111010 | 1011010 | 101000 |
Color Harmonies of #C2BC0A
Complementary color
Monochromatic Colors of #C2BC0A
Black with #C2BC0A
Text Example
Text Example
White with #C2BC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC0A; }
p { color: rgb(194,188,10); }
H1.HeaderClassName
{
color: #C2BC0A;
}
.AnyTagClassName
{
color: #C2BC0A;
}
</style>
background-color css
<style>
a { background-color: #C2BC0A; }
a { background-color: rgb(194,188,10); }
div.DivClassName
{
background-color: #C2BC0A;
}
.BgClassName
{
background-color: #C2BC0A;
}
</style>
border-color css
<style>
span { border-color: #C2BC0A; }
span { border-color: rgb(194,188,10); }
td.TdClassName
{
border-color: #C2BC0A;
}
.TagClassName
{
border-color: #C2BC0A;
}
</style>