Color Hex Logo

#c296ac Color Hex

#C296AC
(194,150,172)
0 Favorites   0 Comments

Color spaces of #c296ac

RGB 194150172
HSL0.920.270.67
HSV330°23°76°
CMYK 0.000.230.11   0.24
XYZ40.600936.260643.8888
Yxy36.26060.33620.3003
Hunter Lab60.216814.9735-1.0616
CIE-Lab66.718620.0158-5.1206

#c296ac color RGB value is (194,150,172).

#c296ac hex color red value is 194, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c296ac hue: 0.92 , saturation: 0.27 and the lightness value of c296ac is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 10101100
Octal 302 226 254
Decimal 194 150 172
Hex C2 96 AC

RGB Percentages of Color #c296ac

%37.60
%29.07
%33.33

CMYK Percentages of Color #c296ac

%0
%23
%11
%24

Triadic Colors of #c296ac

#c296ac #acc296 #96acc2

Analogous Colors of #c296ac

#c296ac #c29696 #c296c2

Monochromatic Colors of #c296ac

#c296ac

Complementary Color

#c296ac #96c2ac

#c296ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c296ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c296ac Color CSS Codes

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

#c296ac Text Font Color

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

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


#c296ac Background Color

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

This div background color is #c296ac


#c296ac Border Color

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

This div border color is #c296ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c296ac


Comments

No comments written yet.

Please login to write comment.