Color Hex Logo

#c79baf Color Hex

#C79BAF
(199,155,175)
0 Favorites   0 Comments

Color spaces of #c79baf

RGB 199155175
HSL0.920.280.69
HSV333°22°78°
CMYK 0.000.220.12   0.22
XYZ43.012438.679945.7564
Yxy38.67990.33750.3035
Hunter Lab62.193214.6114-0.0853
CIE-Lab68.518819.5688-4.0833

#c79baf color RGB value is (199,155,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011011 10101111
Octal 307 233 257
Decimal 199 155 175
Hex C7 9B AF

RGB Percentages of Color #c79baf

%37.62
%29.30
%33.08

CMYK Percentages of Color #c79baf

%0
%22
%12
%22

Triadic Colors of #c79baf

#c79baf #afc79b #9bafc7

Analogous Colors of #c79baf

#c79baf #c79d9b #c79bc5

Monochromatic Colors of #c79baf

#c79baf

Complementary Color

#c79baf #9bc7b3

#c79baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79baf Color CSS Codes

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

#c79baf Text Font Color

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

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


#c79baf Background Color

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

This div background color is #c79baf


#c79baf Border Color

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

This div border color is #c79baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79baf


Comments

No comments written yet.

Please login to write comment.