Color Hex Logo

#c1aaac Color Hex

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

Color spaces of #c1aaac

RGB 193170172
HSL0.990.160.71
HSV355°12°76°
CMYK 0.000.120.11   0.24
XYZ43.813443.065545.0330
Yxy43.06550.33210.3265
Hunter Lab65.62434.33125.2508
CIE-Lab71.59948.65842.0218

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

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

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

Base Numbers

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

RGB Percentages of Color #c1aaac

%36.07
%31.78
%32.15

CMYK Percentages of Color #c1aaac

%0
%12
%11
%24

Triadic Colors of #c1aaac

#c1aaac #acc1aa #aaacc1

Analogous Colors of #c1aaac

#c1aaac #c1b4aa #c1aab8

Monochromatic Colors of #c1aaac

#c1aaac

Complementary Color

#c1aaac #aac1bf

#c1aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1aaac Color CSS Codes

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

#c1aaac Text Font Color

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

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


#c1aaac Background Color

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

This div background color is #c1aaac


#c1aaac Border Color

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

This div border color is #c1aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1aaac


Comments

No comments written yet.

Please login to write comment.