Color Hex Logo

#c39caa Color Hex

#C39CAA
(195,156,170)
0 Favorites   0 Comments

Color spaces of #c39caa

RGB 195156170
HSL0.940.250.69
HSV338°20°76°
CMYK 0.000.200.13   0.24
XYZ41.649838.281343.2241
Yxy38.28130.33820.3108
Hunter Lab61.871911.88361.8899
CIE-Lab68.227416.7273-1.7694

#c39caa color RGB value is (195,156,170).

#c39caa hex color red value is 195, green value is 156 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c39caa hue: 0.94 , saturation: 0.25 and the lightness value of c39caa is 0.69.

The process color (four color CMYK) of #c39caa color hex is 0.00, 0.20, 0.13, 0.24. Web safe color of #c39caa is #cc9999. Color #c39caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011100 10101010
Octal 303 234 252
Decimal 195 156 170
Hex C3 9C AA

RGB Percentages of Color #c39caa

%37.43
%29.94
%32.63

CMYK Percentages of Color #c39caa

%0
%20
%13
%24

Triadic Colors of #c39caa

#c39caa #aac39c #9caac3

Analogous Colors of #c39caa

#c39caa #c3a29c #c39cbe

Monochromatic Colors of #c39caa

#c39caa

Complementary Color

#c39caa #9cc3b5

#c39caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39caa Color CSS Codes

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

#c39caa Text Font Color

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

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


#c39caa Background Color

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

This div background color is #c39caa


#c39caa Border Color

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

This div border color is #c39caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39caa


Comments

No comments written yet.

Please login to write comment.