Color Hex Logo

#c696af Color Hex

#C696AF
(198,150,175)
0 Favorites   0 Comments

Color spaces of #c696af

RGB 198150175
HSL0.910.300.68
HSV329°24°78°
CMYK 0.000.240.12   0.22
XYZ41.932936.913645.4724
Yxy36.91360.33730.2969
Hunter Lab60.756616.8730-1.8452
CIE-Lab67.212221.9620-6.0255

#c696af color RGB value is (198,150,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010110 10101111
Octal 306 226 257
Decimal 198 150 175
Hex C6 96 AF

RGB Percentages of Color #c696af

%37.86
%28.68
%33.46

CMYK Percentages of Color #c696af

%0
%24
%12
%22

Triadic Colors of #c696af

#c696af #afc696 #96afc6

Analogous Colors of #c696af

#c696af #c69697 #c596c6

Monochromatic Colors of #c696af

#c696af

Complementary Color

#c696af #96c6ad

#c696af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c696af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c696af Color CSS Codes

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

#c696af Text Font Color

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

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


#c696af Background Color

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

This div background color is #c696af


#c696af Border Color

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

This div border color is #c696af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c696af


Comments

No comments written yet.

Please login to write comment.