Color Hex Logo

#c7aaaf Color Hex

#C7AAAF
(199,170,175)
0 Favorites   0 Comments

Color spaces of #c7aaaf

RGB 199170175
HSL0.970.210.72
HSV350°15°78°
CMYK 0.000.150.12   0.22
XYZ45.665843.986746.6409
Yxy43.98670.33510.3227
Hunter Lab66.32256.84044.7304
CIE-Lab72.219611.35351.3383

#c7aaaf color RGB value is (199,170,175).

#c7aaaf hex color red value is 199, green value is 170 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c7aaaf hue: 0.97 , saturation: 0.21 and the lightness value of c7aaaf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101010 10101111
Octal 307 252 257
Decimal 199 170 175
Hex C7 AA AF

RGB Percentages of Color #c7aaaf

%36.58
%31.25
%32.17

CMYK Percentages of Color #c7aaaf

%0
%15
%12
%22

Triadic Colors of #c7aaaf

#c7aaaf #afc7aa #aaafc7

Analogous Colors of #c7aaaf

#c7aaaf #c7b4aa #c7aabe

Monochromatic Colors of #c7aaaf

#c7aaaf

Complementary Color

#c7aaaf #aac7c2

#c7aaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7aaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7aaaf Color CSS Codes

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

#c7aaaf Text Font Color

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

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


#c7aaaf Background Color

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

This div background color is #c7aaaf


#c7aaaf Border Color

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

This div border color is #c7aaaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,170,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 #c7aaaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7aaaf


Comments

No comments written yet.

Please login to write comment.