Color Hex Logo

#c56696 Color Hex

#C56696
(197,102,150)
0 Favorites   0 Comments

Color spaces of #c56696

RGB 197102150
HSL0.920.450.59
HSV330°48°77°
CMYK 0.000.480.24   0.23
XYZ33.282323.575131.6504
Yxy23.57510.37600.2664
Hunter Lab48.554237.3860-4.6607
CIE-Lab55.659843.5423-8.9345

#c56696 color RGB value is (197,102,150).

#c56696 hex color red value is 197, green value is 102 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c56696 hue: 0.92 , saturation: 0.45 and the lightness value of c56696 is 0.59.

The process color (four color CMYK) of #c56696 color hex is 0.00, 0.48, 0.24, 0.23. Web safe color of #c56696 is #cc6699. Color #c56696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100110 10010110
Octal 305 146 226
Decimal 197 102 150
Hex C5 66 96

RGB Percentages of Color #c56696

%43.88
%22.72
%33.41

CMYK Percentages of Color #c56696

%0
%48
%24
%23

Triadic Colors of #c56696

#c56696 #96c566 #6696c5

Analogous Colors of #c56696

#c56696 #c56667 #c566c5

Monochromatic Colors of #c56696

#c56696

Complementary Color

#c56696 #66c595

#c56696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56696 Color CSS Codes

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

#c56696 Text Font Color

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

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


#c56696 Background Color

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

This div background color is #c56696


#c56696 Border Color

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

This div border color is #c56696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56696


Comments

No comments written yet.

Please login to write comment.