Color Hex Logo

#c9afac Color Hex

#C9AFAC
(201,175,172)
0 Favorites   0 Comments

Color spaces of #c9afac

RGB 201175172
HSL0.020.210.73
HSV14°79°
CMYK 0.000.130.14   0.21
XYZ46.863846.056045.4494
Yxy46.05600.33870.3328
Hunter Lab67.86464.50007.7983
CIE-Lab73.58198.87674.9819

#c9afac color RGB value is (201,175,172).

#c9afac hex color red value is 201, green value is 175 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c9afac hue: 0.02 , saturation: 0.21 and the lightness value of c9afac is 0.73.

The process color (four color CMYK) of #c9afac color hex is 0.00, 0.13, 0.14, 0.21. Web safe color of #c9afac is #cc9999. Color #c9afac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101111 10101100
Octal 311 257 254
Decimal 201 175 172
Hex C9 AF AC

RGB Percentages of Color #c9afac

%36.68
%31.93
%31.39

CMYK Percentages of Color #c9afac

%0
%13
%14
%21

Triadic Colors of #c9afac

#c9afac #acc9af #afacc9

Analogous Colors of #c9afac

#c9afac #c9beac #c9acb8

Monochromatic Colors of #c9afac

#c9afac

Complementary Color

#c9afac #acc6c9

#c9afac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9afac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9afac Color CSS Codes

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

#c9afac Text Font Color

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

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


#c9afac Background Color

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

This div background color is #c9afac


#c9afac Border Color

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

This div border color is #c9afac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9afac


Comments

No comments written yet.

Please login to write comment.