Color Hex Logo

#c3a3ac Color Hex

#C3A3AC
(195,163,172)
1 Favorites   0 Comments

Color spaces of #c3a3ac

RGB 195163172
HSL0.950.210.70
HSV343°16°76°
CMYK 0.000.160.12   0.24
XYZ43.049340.775044.6312
Yxy40.77500.33510.3174
Hunter Lab63.85538.59253.2584
CIE-Lab70.018013.2163-0.2603

#c3a3ac color RGB value is (195,163,172).

#c3a3ac hex color red value is 195, green value is 163 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c3a3ac hue: 0.95 , saturation: 0.21 and the lightness value of c3a3ac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10100011 10101100
Octal 303 243 254
Decimal 195 163 172
Hex C3 A3 AC

RGB Percentages of Color #c3a3ac

%36.79
%30.75
%32.45

CMYK Percentages of Color #c3a3ac

%0
%16
%12
%24

Triadic Colors of #c3a3ac

#c3a3ac #acc3a3 #a3acc3

Analogous Colors of #c3a3ac

#c3a3ac #c3aaa3 #c3a3bc

Monochromatic Colors of #c3a3ac

#c3a3ac

Complementary Color

#c3a3ac #a3c3ba

#c3a3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3a3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3a3ac Color CSS Codes

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

#c3a3ac Text Font Color

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

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


#c3a3ac Background Color

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

This div background color is #c3a3ac


#c3a3ac Border Color

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

This div border color is #c3a3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3a3ac


Comments

No comments written yet.

Please login to write comment.