Color Hex Logo

#c596af Color Hex

#C596AF
(197,150,175)
0 Favorites   0 Comments

Color spaces of #c596af

RGB 197150175
HSL0.910.290.68
HSV328°24°77°
CMYK 0.000.240.11   0.23
XYZ41.670236.778245.4601
Yxy36.77820.33630.2968
Hunter Lab60.645016.5215-1.9928
CIE-Lab67.110321.6045-6.1877

#c596af color RGB value is (197,150,175).

#c596af hex color red value is 197, green value is 150 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c596af hue: 0.91 , saturation: 0.29 and the lightness value of c596af is 0.68.

The process color (four color CMYK) of #c596af color hex is 0.00, 0.24, 0.11, 0.23. Web safe color of #c596af is #cc9999. Color #c596af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010110 10101111
Octal 305 226 257
Decimal 197 150 175
Hex C5 96 AF

RGB Percentages of Color #c596af

%37.74
%28.74
%33.52

CMYK Percentages of Color #c596af

%0
%24
%11
%23

Triadic Colors of #c596af

#c596af #afc596 #96afc5

Analogous Colors of #c596af

#c596af #c59698 #c496c5

Monochromatic Colors of #c596af

#c596af

Complementary Color

#c596af #96c5ac

#c596af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c596af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c596af Color CSS Codes

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

#c596af Text Font Color

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

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


#c596af Background Color

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

This div background color is #c596af


#c596af Border Color

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

This div border color is #c596af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c596af


Comments

No comments written yet.

Please login to write comment.