Color Hex Logo

#c1acaa Color Hex

#C1ACAA
(193,172,170)
0 Favorites   0 Comments

Color spaces of #c1acaa

RGB 193172170
HSL0.010.160.71
HSV12°76°
CMYK 0.000.110.12   0.24
XYZ44.000543.744844.1547
Yxy43.74480.33360.3317
Hunter Lab66.13993.00506.7161
CIE-Lab72.05767.23253.7869

#c1acaa color RGB value is (193,172,170).

#c1acaa hex color red value is 193, green value is 172 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c1acaa hue: 0.01 , saturation: 0.16 and the lightness value of c1acaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101100 10101010
Octal 301 254 252
Decimal 193 172 170
Hex C1 AC AA

RGB Percentages of Color #c1acaa

%36.07
%32.15
%31.78

CMYK Percentages of Color #c1acaa

%0
%11
%12
%24

Triadic Colors of #c1acaa

#c1acaa #aac1ac #acaac1

Analogous Colors of #c1acaa

#c1acaa #c1b8aa #c1aab4

Monochromatic Colors of #c1acaa

#c1acaa

Complementary Color

#c1acaa #aabfc1

#c1acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1acaa Color CSS Codes

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

#c1acaa Text Font Color

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

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


#c1acaa Background Color

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

This div background color is #c1acaa


#c1acaa Border Color

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

This div border color is #c1acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1acaa


Comments

No comments written yet.

Please login to write comment.