Color Hex Logo

#c996ae Color Hex

#C996AE
(201,150,174)
0 Favorites   0 Comments

Color spaces of #c996ae

RGB 201150174
HSL0.920.320.69
HSV332°25°79°
CMYK 0.000.250.13   0.21
XYZ42.633737.286244.9943
Yxy37.28620.34130.2985
Hunter Lab61.062417.7692-0.9446
CIE-Lab67.491222.8680-5.0186

#c996ae color RGB value is (201,150,174).

#c996ae hex color red value is 201, green value is 150 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c996ae hue: 0.92 , saturation: 0.32 and the lightness value of c996ae is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010110 10101110
Octal 311 226 256
Decimal 201 150 174
Hex C9 96 AE

RGB Percentages of Color #c996ae

%38.29
%28.57
%33.14

CMYK Percentages of Color #c996ae

%0
%25
%13
%21

Triadic Colors of #c996ae

#c996ae #aec996 #96aec9

Analogous Colors of #c996ae

#c996ae #c99896 #c996c8

Monochromatic Colors of #c996ae

#c996ae

Complementary Color

#c996ae #96c9b1

#c996ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c996ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c996ae Color CSS Codes

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

#c996ae Text Font Color

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

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


#c996ae Background Color

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

This div background color is #c996ae


#c996ae Border Color

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

This div border color is #c996ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c996ae


Comments

No comments written yet.

Please login to write comment.