#C0BA1A

Color #C0BA1A La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C0BA1A

Tints of La Rioja #C0BA1A

Color information

#C0BA1A (or 0xC0BA1A) is unknown color: approx La Rioja. HEX triplet: C0, BA and 1A. RGB value is (192,186,26). Sum of RGB (Red+Green+Blue) = 192+186+26=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA1A is #3F45E5. Grayscale: #AAAAAA. Windows color (decimal): -4146662 or 1751744. OLE color: 1751744.

HSL color Cylindrical-coordinate representation of color #C0BA1A: hue angle of 57.83º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0BA1A is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19218626-
CMYK00.030.860.25
HSL57.83º76.15%42.75%-
HSV(B)57.83º86.46%75.29%-
XYZ39.4846.47.85-
YUV169.5546.99144.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 47.52%
GREEN value IS 186 (73.05% from 255) = 46.04%
BLUE value IS 26 (10.55% from 255) = 6.44%
R=47.52%
G=46.04%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921862600.030.860.2557.8376.1542.75
HexC0BA1A0356193a4c2b
Octal3002723203126317211453
Binary1100000010111010110100111010110110011110101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA1A; }

 p { color: rgb(192,186,26); }

 H1.HeaderClassName
 {
   color: #C0BA1A;
 }
 .AnyTagClassName
 {
   color: #C0BA1A;
 }
</style>
background-color css

<style>
 a { background-color: #C0BA1A; }

 a { background-color: rgb(192,186,26); }

 div.DivClassName
 {
   background-color: #C0BA1A;
 }
 .BgClassName
 {
   background-color: #C0BA1A;
 }
</style>
border-color css

<style>
 span { border-color: #C0BA1A; }

 span { border-color: rgb(192,186,26); }

 td.TdClassName
 {
   border-color: #C0BA1A;
 }
 .TagClassName
 {
   border-color: #C0BA1A;
 }
</style>