Color Hex Logo

#c1543a Color Hex

#C1543A
(193,84,58)
0 Favorites   0 Comments

Color spaces of #c1543a

RGB 1938458
HSL0.030.540.49
HSV12°70°76°
CMYK 0.000.560.70   0.24
XYZ25.926417.98366.1077
Yxy17.98360.51830.3595
Hunter Lab42.407134.917121.1457
CIE-Lab49.476242.043336.3299

#c1543a color RGB value is (193,84,58).

#c1543a hex color red value is 193, green value is 84 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c1543a hue: 0.03 , saturation: 0.54 and the lightness value of c1543a is 0.49.

The process color (four color CMYK) of #c1543a color hex is 0.00, 0.56, 0.70, 0.24. Web safe color of #c1543a is #cc6633. Color #c1543a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010100 00111010
Octal 301 124 72
Decimal 193 84 58
Hex C1 54 3A

RGB Percentages of Color #c1543a

%57.61
%25.07
%17.31

CMYK Percentages of Color #c1543a

%0
%56
%70
%24

Triadic Colors of #c1543a

#c1543a #3ac154 #543ac1

Analogous Colors of #c1543a

#c1543a #c1983a #c13a64

Monochromatic Colors of #c1543a

#c1543a

Complementary Color

#c1543a #3aa7c1

#c1543a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1543a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1543a Color CSS Codes

.mybgcolor {background-color:#c1543a; } 
.myforecolor {color:#c1543a; }
.mybordercolor {border:3px solid #c1543a; }

#c1543a Text Font Color

<p style="color:#c1543a">Text here</p>

This sample text font color is #c1543a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c1543a Background Color

<div style="background-color:#c1543a">
Div content here</div>

This div background color is #c1543a


#c1543a Border Color

<div style="border:3px solid #c1543a">
Div here</div>

This div border color is #c1543a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,84,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1543a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1543a;
  -webkit-box-shadow: 1px 1px 3px 2px #c1543a;
  box-shadow:         1px 1px 3px 2px #c1543a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,84,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c1543a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c1543a;
  -webkit-box-shadow: 1px 1px 3px 2px #c1543a;
  box-shadow:         1px 1px 3px 2px #c1543a;">
Div content here</div>

This div box has shadow with color #c1543a


Comments

No comments written yet.

Please login to write comment.