Color Hex Logo

#c96daa Color Hex

#C96DAA
(201,109,170)
0 Favorites   0 Comments

Color spaces of #c96daa

RGB 201109170
HSL0.890.460.61
HSV320°46°79°
CMYK 0.000.460.15   0.21
XYZ36.811726.257141.1581
Yxy26.25710.35320.2519
Hunter Lab51.241738.5603-11.7535
CIE-Lab58.280344.2885-16.5395

#c96daa color RGB value is (201,109,170).

#c96daa hex color red value is 201, green value is 109 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c96daa hue: 0.89 , saturation: 0.46 and the lightness value of c96daa is 0.61.

The process color (four color CMYK) of #c96daa color hex is 0.00, 0.46, 0.15, 0.21. Web safe color of #c96daa is #cc6699. Color #c96daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101101 10101010
Octal 311 155 252
Decimal 201 109 170
Hex C9 6D AA

RGB Percentages of Color #c96daa

%41.88
%22.71
%35.42

CMYK Percentages of Color #c96daa

%0
%46
%15
%21

Triadic Colors of #c96daa

#c96daa #aac96d #6daac9

Analogous Colors of #c96daa

#c96daa #c96d7c #ba6dc9

Monochromatic Colors of #c96daa

#c96daa

Complementary Color

#c96daa #6dc98c

#c96daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96daa Color CSS Codes

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

#c96daa Text Font Color

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

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


#c96daa Background Color

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

This div background color is #c96daa


#c96daa Border Color

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

This div border color is #c96daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,109,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c96daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c96daa;
  -webkit-box-shadow: 1px 1px 3px 2px #c96daa;
  box-shadow:         1px 1px 3px 2px #c96daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,109,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96daa


Comments

No comments written yet.

Please login to write comment.