Color Hex Logo

#c78570 Color Hex

#C78570
(199,133,112)
0 Favorites   0 Comments

Color spaces of #c78570

RGB 199133112
HSL0.040.440.61
HSV14°44°78°
CMYK 0.000.330.44   0.22
XYZ34.865330.087019.2990
Yxy30.08700.41380.3571
Hunter Lab54.851617.469517.5355
CIE-Lab61.729222.882221.6706

#c78570 color RGB value is (199,133,112).

#c78570 hex color red value is 199, green value is 133 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #c78570 hue: 0.04 , saturation: 0.44 and the lightness value of c78570 is 0.61.

The process color (four color CMYK) of #c78570 color hex is 0.00, 0.33, 0.44, 0.22. Web safe color of #c78570 is #cc9966. Color #c78570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000101 01110000
Octal 307 205 160
Decimal 199 133 112
Hex C7 85 70

RGB Percentages of Color #c78570

%44.82
%29.95
%25.23

CMYK Percentages of Color #c78570

%0
%33
%44
%22

Triadic Colors of #c78570

#c78570 #70c785 #8570c7

Analogous Colors of #c78570

#c78570 #c7b170 #c77087

Monochromatic Colors of #c78570

#c78570

Complementary Color

#c78570 #70b2c7

#c78570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78570 Color CSS Codes

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

#c78570 Text Font Color

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

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


#c78570 Background Color

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

This div background color is #c78570


#c78570 Border Color

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

This div border color is #c78570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78570


Comments

No comments written yet.

Please login to write comment.