Color Hex Logo

#c99faa Color Hex

#C99FAA
(201,159,170)
0 Favorites   0 Comments

Color spaces of #c99faa

RGB 201159170
HSL0.960.280.71
HSV344°21°79°
CMYK 0.000.210.15   0.21
XYZ43.741240.116143.4680
Yxy40.11610.34350.3151
Hunter Lab63.337312.43323.6457
CIE-Lab69.552117.27050.2386

#c99faa color RGB value is (201,159,170).

#c99faa hex color red value is 201, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c99faa hue: 0.96 , saturation: 0.28 and the lightness value of c99faa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011111 10101010
Octal 311 237 252
Decimal 201 159 170
Hex C9 9F AA

RGB Percentages of Color #c99faa

%37.92
%30.00
%32.08

CMYK Percentages of Color #c99faa

%0
%21
%15
%21

Triadic Colors of #c99faa

#c99faa #aac99f #9faac9

Analogous Colors of #c99faa

#c99faa #c9a99f #c99fbf

Monochromatic Colors of #c99faa

#c99faa

Complementary Color

#c99faa #9fc9be

#c99faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99faa Color CSS Codes

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

#c99faa Text Font Color

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

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


#c99faa Background Color

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

This div background color is #c99faa


#c99faa Border Color

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

This div border color is #c99faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99faa


Comments

No comments written yet.

Please login to write comment.