Color Hex Logo

#c75641 Color Hex

#C75641
(199,86,65)
0 Favorites   0 Comments

Color spaces of #c75641

RGB 1998665
HSL0.030.540.52
HSV67°78°
CMYK 0.000.570.67   0.22
XYZ27.835119.17937.2359
Yxy19.17930.51310.3535
Hunter Lab43.794236.812820.8597
CIE-Lab50.896343.692034.3281

#c75641 color RGB value is (199,86,65).

#c75641 hex color red value is 199, green value is 86 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #c75641 hue: 0.03 , saturation: 0.54 and the lightness value of c75641 is 0.52.

The process color (four color CMYK) of #c75641 color hex is 0.00, 0.57, 0.67, 0.22. Web safe color of #c75641 is #cc6633. Color #c75641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010110 01000001
Octal 307 126 101
Decimal 199 86 65
Hex C7 56 41

RGB Percentages of Color #c75641

%56.86
%24.57
%18.57

CMYK Percentages of Color #c75641

%0
%57
%67
%22

Triadic Colors of #c75641

#c75641 #41c756 #5641c7

Analogous Colors of #c75641

#c75641 #c79941 #c7416f

Monochromatic Colors of #c75641

#c75641

Complementary Color

#c75641 #41b2c7

#c75641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75641 Color CSS Codes

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

#c75641 Text Font Color

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

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


#c75641 Background Color

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

This div background color is #c75641


#c75641 Border Color

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

This div border color is #c75641


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,86,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c75641; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c75641;
  -webkit-box-shadow: 1px 1px 3px 2px #c75641;
  box-shadow:         1px 1px 3px 2px #c75641; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,86,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75641


Comments

No comments written yet.

Please login to write comment.