Color Hex Logo

#c78472 Color Hex

#C78472
(199,132,114)
0 Favorites   0 Comments

Color spaces of #c78472

RGB 199132114
HSL0.040.430.61
HSV13°43°78°
CMYK 0.000.340.43   0.22
XYZ34.841729.859519.8467
Yxy29.85950.41210.3532
Hunter Lab54.643818.187416.7165
CIE-Lab61.532823.648020.2791

#c78472 color RGB value is (199,132,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000100 01110010
Octal 307 204 162
Decimal 199 132 114
Hex C7 84 72

RGB Percentages of Color #c78472

%44.72
%29.66
%25.62

CMYK Percentages of Color #c78472

%0
%34
%43
%22

Triadic Colors of #c78472

#c78472 #72c784 #8472c7

Analogous Colors of #c78472

#c78472 #c7af72 #c7728b

Monochromatic Colors of #c78472

#c78472

Complementary Color

#c78472 #72b5c7

#c78472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78472 Color CSS Codes

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

#c78472 Text Font Color

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

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


#c78472 Background Color

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

This div background color is #c78472


#c78472 Border Color

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

This div border color is #c78472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78472


Comments

No comments written yet.

Please login to write comment.