Color Hex Logo

#c17996 Color Hex

#C17996
(193,121,150)
0 Favorites   0 Comments

Color spaces of #c17996

RGB 193121150
HSL0.930.370.62
HSV336°37°76°
CMYK 0.000.370.22   0.24
XYZ34.334727.214232.2974
Yxy27.21420.36590.2900
Hunter Lab52.167226.1900-0.1901
CIE-Lab59.172132.0794-3.7756

#c17996 color RGB value is (193,121,150).

#c17996 hex color red value is 193, green value is 121 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c17996 hue: 0.93 , saturation: 0.37 and the lightness value of c17996 is 0.62.

The process color (four color CMYK) of #c17996 color hex is 0.00, 0.37, 0.22, 0.24. Web safe color of #c17996 is #cc6699. Color #c17996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111001 10010110
Octal 301 171 226
Decimal 193 121 150
Hex C1 79 96

RGB Percentages of Color #c17996

%41.59
%26.08
%32.33

CMYK Percentages of Color #c17996

%0
%37
%22
%24

Triadic Colors of #c17996

#c17996 #96c179 #7996c1

Analogous Colors of #c17996

#c17996 #c18079 #c179ba

Monochromatic Colors of #c17996

#c17996

Complementary Color

#c17996 #79c1a4

#c17996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17996 Color CSS Codes

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

#c17996 Text Font Color

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

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


#c17996 Background Color

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

This div background color is #c17996


#c17996 Border Color

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

This div border color is #c17996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17996


Comments

No comments written yet.

Please login to write comment.