Color Hex Logo

#c77145 Color Hex

#C77145
(199,113,69)
0 Favorites   0 Comments

Color spaces of #c77145

RGB 19911369
HSL0.060.540.53
HSV20°65°78°
CMYK 0.000.430.65   0.22
XYZ30.532524.38208.7272
Yxy24.38200.47980.3831
Hunter Lab49.378123.962024.0856
CIE-Lab56.468230.071738.7133

#c77145 color RGB value is (199,113,69).

#c77145 hex color red value is 199, green value is 113 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #c77145 hue: 0.06 , saturation: 0.54 and the lightness value of c77145 is 0.53.

The process color (four color CMYK) of #c77145 color hex is 0.00, 0.43, 0.65, 0.22. Web safe color of #c77145 is #cc6633. Color #c77145 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110001 01000101
Octal 307 161 105
Decimal 199 113 69
Hex C7 71 45

RGB Percentages of Color #c77145

%52.23
%29.66
%18.11

CMYK Percentages of Color #c77145

%0
%43
%65
%22

Triadic Colors of #c77145

#c77145 #45c771 #7145c7

Analogous Colors of #c77145

#c77145 #c7b245 #c7455a

Monochromatic Colors of #c77145

#c77145

Complementary Color

#c77145 #459bc7

#c77145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77145 Color CSS Codes

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

#c77145 Text Font Color

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

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


#c77145 Background Color

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

This div background color is #c77145


#c77145 Border Color

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

This div border color is #c77145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77145


Comments

No comments written yet.

Please login to write comment.