Color Hex Logo

#c5443e Color Hex

#C5443E
(197,68,62)
0 Favorites   0 Comments

Color spaces of #c5443e

RGB 1976862
HSL0.010.540.51
HSV69°77°
CMYK 0.000.650.69   0.23
XYZ25.962616.35246.3454
Yxy16.35240.53350.3361
Hunter Lab40.438143.836219.0031
CIE-Lab47.433550.999131.8274

#c5443e color RGB value is (197,68,62).

#c5443e hex color red value is 197, green value is 68 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c5443e hue: 0.01 , saturation: 0.54 and the lightness value of c5443e is 0.51.

The process color (four color CMYK) of #c5443e color hex is 0.00, 0.65, 0.69, 0.23. Web safe color of #c5443e is #cc3333. Color #c5443e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000100 00111110
Octal 305 104 76
Decimal 197 68 62
Hex C5 44 3E

RGB Percentages of Color #c5443e

%60.24
%20.80
%18.96

CMYK Percentages of Color #c5443e

%0
%65
%69
%23

Triadic Colors of #c5443e

#c5443e #3ec544 #443ec5

Analogous Colors of #c5443e

#c5443e #c5883e #c53e7c

Monochromatic Colors of #c5443e

#c5443e

Complementary Color

#c5443e #3ebfc5

#c5443e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5443e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5443e Color CSS Codes

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

#c5443e Text Font Color

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

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


#c5443e Background Color

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

This div background color is #c5443e


#c5443e Border Color

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

This div border color is #c5443e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,68,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5443e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5443e;
  -webkit-box-shadow: 1px 1px 3px 2px #c5443e;
  box-shadow:         1px 1px 3px 2px #c5443e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,68,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5443e


Comments

No comments written yet.

Please login to write comment.