Color Hex Logo

#c16e3a Color Hex

#C16E3A
(193,110,58)
0 Favorites   0 Comments

Color spaces of #c16e3a

RGB 19311058
HSL0.060.540.49
HSV23°70°76°
CMYK 0.000.430.70   0.24
XYZ28.332022.79486.9096
Yxy22.79480.48820.3928
Hunter Lab47.743922.373024.8402
CIE-Lab54.860328.569942.3991

#c16e3a color RGB value is (193,110,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101110 00111010
Octal 301 156 72
Decimal 193 110 58
Hex C1 6E 3A

RGB Percentages of Color #c16e3a

%53.46
%30.47
%16.07

CMYK Percentages of Color #c16e3a

%0
%43
%70
%24

Triadic Colors of #c16e3a

#c16e3a #3ac16e #6e3ac1

Analogous Colors of #c16e3a

#c16e3a #c1b23a #c13a49

Monochromatic Colors of #c16e3a

#c16e3a

Complementary Color

#c16e3a #3a8dc1

#c16e3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16e3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16e3a Color CSS Codes

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

#c16e3a Text Font Color

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

This sample text font color is #c16e3a
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.


#c16e3a Background Color

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

This div background color is #c16e3a


#c16e3a Border Color

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

This div border color is #c16e3a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,110,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 #c16e3a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16e3a


Comments

No comments written yet.

Please login to write comment.