Color Hex Logo

#c78470 Color Hex

#C78470
(199,132,112)
0 Favorites   0 Comments

Color spaces of #c78470

RGB 199132112
HSL0.040.440.61
HSV14°44°78°
CMYK 0.000.340.44   0.22
XYZ34.729129.814519.2536
Yxy29.81450.41440.3558
Hunter Lab54.602717.977317.3154
CIE-Lab61.493823.430121.3529

#c78470 color RGB value is (199,132,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000100 01110000
Octal 307 204 160
Decimal 199 132 112
Hex C7 84 70

RGB Percentages of Color #c78470

%44.92
%29.80
%25.28

CMYK Percentages of Color #c78470

%0
%34
%44
%22

Triadic Colors of #c78470

#c78470 #70c784 #8470c7

Analogous Colors of #c78470

#c78470 #c7b070 #c77088

Monochromatic Colors of #c78470

#c78470

Complementary Color

#c78470 #70b3c7

#c78470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78470 Color CSS Codes

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

#c78470 Text Font Color

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

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


#c78470 Background Color

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

This div background color is #c78470


#c78470 Border Color

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

This div border color is #c78470


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,132,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 #c78470">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78470


Comments

No comments written yet.

Please login to write comment.