Color Hex Logo

#c7aaa0 Color Hex

#C7AAA0
(199,170,160)
0 Favorites   0 Comments

Color spaces of #c7aaa0

RGB 199170160
HSL0.040.260.70
HSV15°20°78°
CMYK 0.000.150.20   0.22
XYZ44.273143.429639.3070
Yxy43.42960.34860.3419
Hunter Lab65.90114.591210.7670
CIE-Lab71.84568.94349.0503

#c7aaa0 color RGB value is (199,170,160).

#c7aaa0 hex color red value is 199, green value is 170 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #c7aaa0 hue: 0.04 , saturation: 0.26 and the lightness value of c7aaa0 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101010 10100000
Octal 307 252 240
Decimal 199 170 160
Hex C7 AA A0

RGB Percentages of Color #c7aaa0

%37.62
%32.14
%30.25

CMYK Percentages of Color #c7aaa0

%0
%15
%20
%22

Triadic Colors of #c7aaa0

#c7aaa0 #a0c7aa #aaa0c7

Analogous Colors of #c7aaa0

#c7aaa0 #c7bea0 #c7a0aa

Monochromatic Colors of #c7aaa0

#c7aaa0

Complementary Color

#c7aaa0 #a0bdc7

#c7aaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7aaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7aaa0 Color CSS Codes

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

#c7aaa0 Text Font Color

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

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


#c7aaa0 Background Color

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

This div background color is #c7aaa0


#c7aaa0 Border Color

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

This div border color is #c7aaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7aaa0


Comments

No comments written yet.

Please login to write comment.