Color Hex Logo

#c79baa Color Hex

#C79BAA
(199,155,170)
0 Favorites   0 Comments

Color spaces of #c79baa

RGB 199155170
HSL0.940.280.69
HSV340°22°78°
CMYK 0.000.220.15   0.22
XYZ42.530238.487143.2174
Yxy38.48710.34230.3098
Hunter Lab62.038013.80442.1235
CIE-Lab68.378118.7352-1.5021

#c79baa color RGB value is (199,155,170).

#c79baa hex color red value is 199, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c79baa hue: 0.94 , saturation: 0.28 and the lightness value of c79baa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011011 10101010
Octal 307 233 252
Decimal 199 155 170
Hex C7 9B AA

RGB Percentages of Color #c79baa

%37.98
%29.58
%32.44

CMYK Percentages of Color #c79baa

%0
%22
%15
%22

Triadic Colors of #c79baa

#c79baa #aac79b #9baac7

Analogous Colors of #c79baa

#c79baa #c7a29b #c79bc0

Monochromatic Colors of #c79baa

#c79baa

Complementary Color

#c79baa #9bc7b8

#c79baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79baa Color CSS Codes

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

#c79baa Text Font Color

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

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


#c79baa Background Color

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

This div background color is #c79baa


#c79baa Border Color

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

This div border color is #c79baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79baa


Comments

No comments written yet.

Please login to write comment.