Color Hex Logo

#c79d85 Color Hex

#C79D85
(199,157,133)
0 Favorites   0 Comments

Color spaces of #c79d85

RGB 199157133
HSL0.060.370.65
HSV22°33°78°
CMYK 0.000.210.33   0.22
XYZ39.843837.949527.4153
Yxy37.94950.37870.3607
Hunter Lab61.60327.645016.7363
CIE-Lab67.983412.208718.5074

#c79d85 color RGB value is (199,157,133).

#c79d85 hex color red value is 199, green value is 157 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c79d85 hue: 0.06 , saturation: 0.37 and the lightness value of c79d85 is 0.65.

The process color (four color CMYK) of #c79d85 color hex is 0.00, 0.21, 0.33, 0.22. Web safe color of #c79d85 is #cc9999. Color #c79d85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011101 10000101
Octal 307 235 205
Decimal 199 157 133
Hex C7 9D 85

RGB Percentages of Color #c79d85

%40.70
%32.11
%27.20

CMYK Percentages of Color #c79d85

%0
%21
%33
%22

Triadic Colors of #c79d85

#c79d85 #85c79d #9d85c7

Analogous Colors of #c79d85

#c79d85 #c7be85 #c7858e

Monochromatic Colors of #c79d85

#c79d85

Complementary Color

#c79d85 #85afc7

#c79d85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79d85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79d85 Color CSS Codes

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

#c79d85 Text Font Color

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

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


#c79d85 Background Color

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

This div background color is #c79d85


#c79d85 Border Color

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

This div border color is #c79d85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79d85


Comments

No comments written yet.

Please login to write comment.