Color Hex Logo

#c1640e Color Hex

#C1640E
(193,100,14)
0 Favorites   0 Comments

Color spaces of #c1640e

RGB 19310014
HSL0.080.860.41
HSV29°93°76°
CMYK 0.000.480.93   0.24
XYZ26.628820.48352.9657
Yxy20.48350.53170.4090
Hunter Lab45.258725.821127.7960
CIE-Lab52.379532.431457.7203

#c1640e color RGB value is (193,100,14).

#c1640e hex color red value is 193, green value is 100 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c1640e hue: 0.08 , saturation: 0.86 and the lightness value of c1640e is 0.41.

The process color (four color CMYK) of #c1640e color hex is 0.00, 0.48, 0.93, 0.24. Web safe color of #c1640e is #cc6600. Color #c1640e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100100 00001110
Octal 301 144 16
Decimal 193 100 14
Hex C1 64 E

RGB Percentages of Color #c1640e

%62.87
%32.57
%4.56

CMYK Percentages of Color #c1640e

%0
%48
%93
%24

Triadic Colors of #c1640e

#c1640e #0ec164 #640ec1

Analogous Colors of #c1640e

#c1640e #c1be0e #c10e12

Monochromatic Colors of #c1640e

#c1640e

Complementary Color

#c1640e #0e6bc1

#c1640e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1640e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1640e Color CSS Codes

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

#c1640e Text Font Color

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

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


#c1640e Background Color

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

This div background color is #c1640e


#c1640e Border Color

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

This div border color is #c1640e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1640e


Comments

No comments written yet.

Please login to write comment.