Color Hex Logo

#c79690 Color Hex

#C79690
(199,150,144)
0 Favorites   0 Comments

Color spaces of #c79690

RGB 199150144
HSL0.020.330.67
HSV28°78°
CMYK 0.000.250.28   0.22
XYZ39.493635.968431.2466
Yxy35.96840.37010.3371
Hunter Lab59.973712.591211.0912
CIE-Lab66.495817.521210.3140

#c79690 color RGB value is (199,150,144).

#c79690 hex color red value is 199, green value is 150 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c79690 hue: 0.02 , saturation: 0.33 and the lightness value of c79690 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010110 10010000
Octal 307 226 220
Decimal 199 150 144
Hex C7 96 90

RGB Percentages of Color #c79690

%40.37
%30.43
%29.21

CMYK Percentages of Color #c79690

%0
%25
%28
%22

Triadic Colors of #c79690

#c79690 #90c796 #9690c7

Analogous Colors of #c79690

#c79690 #c7b290 #c790a6

Monochromatic Colors of #c79690

#c79690

Complementary Color

#c79690 #90c1c7

#c79690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79690 Color CSS Codes

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

#c79690 Text Font Color

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

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


#c79690 Background Color

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

This div background color is #c79690


#c79690 Border Color

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

This div border color is #c79690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79690


Comments

No comments written yet.

Please login to write comment.