Color Hex Logo

#c897aa Color Hex

#C897AA
(200,151,170)
0 Favorites   0 Comments

Color spaces of #c897aa

RGB 200151170
HSL0.940.310.69
HSV337°25°78°
CMYK 0.000.250.15   0.22
XYZ42.141737.314943.0116
Yxy37.31490.34410.3047
Hunter Lab61.085916.24251.0131
CIE-Lab67.512621.2977-2.7606

#c897aa color RGB value is (200,151,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010111 10101010
Octal 310 227 252
Decimal 200 151 170
Hex C8 97 AA

RGB Percentages of Color #c897aa

%38.39
%28.98
%32.63

CMYK Percentages of Color #c897aa

%0
%25
%15
%22

Triadic Colors of #c897aa

#c897aa #aac897 #97aac8

Analogous Colors of #c897aa

#c897aa #c89d97 #c897c3

Monochromatic Colors of #c897aa

#c897aa

Complementary Color

#c897aa #97c8b5

#c897aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c897aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c897aa Color CSS Codes

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

#c897aa Text Font Color

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

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


#c897aa Background Color

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

This div background color is #c897aa


#c897aa Border Color

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

This div border color is #c897aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c897aa


Comments

No comments written yet.

Please login to write comment.