Color Hex Logo

#c196ae Color Hex

#C196AE
(193,150,174)
0 Favorites   0 Comments

Color spaces of #c196ae

RGB 193150174
HSL0.910.260.67
HSV327°22°76°
CMYK 0.000.220.10   0.24
XYZ40.538636.206144.8963
Yxy36.20610.33330.2976
Hunter Lab60.171514.9585-2.1185
CIE-Lab66.677120.0018-6.3140

#c196ae color RGB value is (193,150,174).

#c196ae hex color red value is 193, green value is 150 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c196ae hue: 0.91 , saturation: 0.26 and the lightness value of c196ae is 0.67.

The process color (four color CMYK) of #c196ae color hex is 0.00, 0.22, 0.10, 0.24. Web safe color of #c196ae is #cc9999. Color #c196ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010110 10101110
Octal 301 226 256
Decimal 193 150 174
Hex C1 96 AE

RGB Percentages of Color #c196ae

%37.33
%29.01
%33.66

CMYK Percentages of Color #c196ae

%0
%22
%10
%24

Triadic Colors of #c196ae

#c196ae #aec196 #96aec1

Analogous Colors of #c196ae

#c196ae #c19699 #bf96c1

Monochromatic Colors of #c196ae

#c196ae

Complementary Color

#c196ae #96c1a9

#c196ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c196ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c196ae Color CSS Codes

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

#c196ae Text Font Color

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

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


#c196ae Background Color

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

This div background color is #c196ae


#c196ae Border Color

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

This div border color is #c196ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c196ae


Comments

No comments written yet.

Please login to write comment.