Color Hex Logo

#c75720 Color Hex

#C75720
(199,87,32)
0 Favorites   0 Comments

Color spaces of #c75720

RGB 1998732
HSL0.050.720.45
HSV20°84°78°
CMYK 0.000.560.84   0.22
XYZ27.222119.06283.6112
Yxy19.06280.54560.3820
Hunter Lab43.661034.886025.6588
CIE-Lab50.760641.821550.8465

#c75720 color RGB value is (199,87,32).

#c75720 hex color red value is 199, green value is 87 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c75720 hue: 0.05 , saturation: 0.72 and the lightness value of c75720 is 0.45.

The process color (four color CMYK) of #c75720 color hex is 0.00, 0.56, 0.84, 0.22. Web safe color of #c75720 is #cc6633. Color #c75720 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010111 00100000
Octal 307 127 40
Decimal 199 87 32
Hex C7 57 20

RGB Percentages of Color #c75720

%62.58
%27.36
%10.06

CMYK Percentages of Color #c75720

%0
%56
%84
%22

Triadic Colors of #c75720

#c75720 #20c757 #5720c7

Analogous Colors of #c75720

#c75720 #c7ab20 #c7203d

Monochromatic Colors of #c75720

#c75720

Complementary Color

#c75720 #2090c7

#c75720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75720 Color CSS Codes

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

#c75720 Text Font Color

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

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


#c75720 Background Color

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

This div background color is #c75720


#c75720 Border Color

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

This div border color is #c75720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75720


Comments

No comments written yet.

Please login to write comment.