Color Hex Logo

#c5744d Color Hex

#C5744D
(197,116,77)
0 Favorites   0 Comments

Color spaces of #c5744d

RGB 19711677
HSL0.050.510.54
HSV20°61°77°
CMYK 0.000.410.61   0.23
XYZ30.610924.896910.2134
Yxy24.89690.46580.3788
Hunter Lab49.896822.187622.7917
CIE-Lab56.974828.181034.9460

#c5744d color RGB value is (197,116,77).

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

The process color (four color CMYK) of #c5744d color hex is 0.00, 0.41, 0.61, 0.23. Web safe color of #c5744d is #cc6666. Color #c5744d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110100 01001101
Octal 305 164 115
Decimal 197 116 77
Hex C5 74 4D

RGB Percentages of Color #c5744d

%50.51
%29.74
%19.74

CMYK Percentages of Color #c5744d

%0
%41
%61
%23

Triadic Colors of #c5744d

#c5744d #4dc574 #744dc5

Analogous Colors of #c5744d

#c5744d #c5b04d #c54d62

Monochromatic Colors of #c5744d

#c5744d

Complementary Color

#c5744d #4d9ec5

#c5744d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5744d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5744d Color CSS Codes

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

#c5744d Text Font Color

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

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


#c5744d Background Color

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

This div background color is #c5744d


#c5744d Border Color

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

This div border color is #c5744d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5744d


Comments

No comments written yet.

Please login to write comment.