Color Hex Logo

#c96196 Color Hex

#C96196
(201,97,150)
0 Favorites   0 Comments

Color spaces of #c96196

RGB 20197150
HSL0.920.490.58
HSV329°52°79°
CMYK 0.000.520.25   0.21
XYZ33.867123.168931.5412
Yxy23.16890.38230.2616
Hunter Lab48.134141.3578-5.1576
CIE-Lab55.245947.3787-9.4956

#c96196 color RGB value is (201,97,150).

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

The process color (four color CMYK) of #c96196 color hex is 0.00, 0.52, 0.25, 0.21. Web safe color of #c96196 is #cc6699. Color #c96196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100001 10010110
Octal 311 141 226
Decimal 201 97 150
Hex C9 61 96

RGB Percentages of Color #c96196

%44.87
%21.65
%33.48

CMYK Percentages of Color #c96196

%0
%52
%25
%21

Triadic Colors of #c96196

#c96196 #96c961 #6196c9

Analogous Colors of #c96196

#c96196 #c96162 #c861c9

Monochromatic Colors of #c96196

#c96196

Complementary Color

#c96196 #61c994

#c96196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96196 Color CSS Codes

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

#c96196 Text Font Color

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

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


#c96196 Background Color

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

This div background color is #c96196


#c96196 Border Color

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

This div border color is #c96196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96196


Comments

No comments written yet.

Please login to write comment.