Color Hex Logo

#c996ab Color Hex

#C996AB
(201,150,171)
0 Favorites   0 Comments

Color spaces of #c996ab

RGB 201150171
HSL0.930.320.69
HSV335°25°79°
CMYK 0.000.250.15   0.21
XYZ42.344437.170543.4709
Yxy37.17050.34430.3022
Hunter Lab60.967617.28190.4026
CIE-Lab67.404822.3729-3.4671

#c996ab color RGB value is (201,150,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010110 10101011
Octal 311 226 253
Decimal 201 150 171
Hex C9 96 AB

RGB Percentages of Color #c996ab

%38.51
%28.74
%32.76

CMYK Percentages of Color #c996ab

%0
%25
%15
%21

Triadic Colors of #c996ab

#c996ab #abc996 #96abc9

Analogous Colors of #c996ab

#c996ab #c99b96 #c996c5

Monochromatic Colors of #c996ab

#c996ab

Complementary Color

#c996ab #96c9b4

#c996ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c996ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c996ab Color CSS Codes

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

#c996ab Text Font Color

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

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


#c996ab Background Color

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

This div background color is #c996ab


#c996ab Border Color

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

This div border color is #c996ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c996ab


Comments

No comments written yet.

Please login to write comment.