Color Hex Logo

#cca1ac Color Hex

#CCA1AC
(204,161,172)
0 Favorites   0 Comments

Color spaces of #cca1ac

RGB 204161172
HSL0.960.300.72
HSV345°21°80°
CMYK 0.000.210.16   0.20
XYZ45.093141.305744.6259
Yxy41.30570.34420.3153
Hunter Lab64.269512.76843.8203
CIE-Lab70.389617.59760.3863

#cca1ac color RGB value is (204,161,172).

#cca1ac hex color red value is 204, green value is 161 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cca1ac hue: 0.96 , saturation: 0.30 and the lightness value of cca1ac is 0.72.

The process color (four color CMYK) of #cca1ac color hex is 0.00, 0.21, 0.16, 0.20. Web safe color of #cca1ac is #cc9999. Color #cca1ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100001 10101100
Octal 314 241 254
Decimal 204 161 172
Hex CC A1 AC

RGB Percentages of Color #cca1ac

%37.99
%29.98
%32.03

CMYK Percentages of Color #cca1ac

%0
%21
%16
%20

Triadic Colors of #cca1ac

#cca1ac #accca1 #a1accc

Analogous Colors of #cca1ac

#cca1ac #ccaca1 #cca1c2

Monochromatic Colors of #cca1ac

#cca1ac

Complementary Color

#cca1ac #a1ccc1

#cca1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca1ac Color CSS Codes

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

#cca1ac Text Font Color

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

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


#cca1ac Background Color

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

This div background color is #cca1ac


#cca1ac Border Color

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

This div border color is #cca1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca1ac


Comments

No comments written yet.

Please login to write comment.