Color Hex Logo

#c4640e Color Hex

#C4640E
(196,100,14)
0 Favorites   0 Comments

Color spaces of #c4640e

RGB 19610014
HSL0.080.870.41
HSV28°93°77°
CMYK 0.000.490.93   0.23
XYZ27.401420.88183.0018
Yxy20.88180.53430.4072
Hunter Lab45.696627.066228.0929
CIE-Lab52.819933.667358.2364

#c4640e color RGB value is (196,100,14).

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

The process color (four color CMYK) of #c4640e color hex is 0.00, 0.49, 0.93, 0.23. Web safe color of #c4640e is #cc6600. Color #c4640e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100100 00001110
Octal 304 144 16
Decimal 196 100 14
Hex C4 64 E

RGB Percentages of Color #c4640e

%63.23
%32.26
%4.52

CMYK Percentages of Color #c4640e

%0
%49
%93
%23

Triadic Colors of #c4640e

#c4640e #0ec464 #640ec4

Analogous Colors of #c4640e

#c4640e #c4bf0e #c40e13

Monochromatic Colors of #c4640e

#c4640e

Complementary Color

#c4640e #0e6ec4

#c4640e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4640e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4640e Color CSS Codes

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

#c4640e Text Font Color

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

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


#c4640e Background Color

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

This div background color is #c4640e


#c4640e Border Color

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

This div border color is #c4640e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4640e


Comments

No comments written yet.

Please login to write comment.