Color Hex Logo

#c9bcac Color Hex

#C9BCAC
(201,188,172)
0 Favorites   0 Comments

Color spaces of #c9bcac

RGB 201188172
HSL0.090.210.73
HSV33°14°79°
CMYK 0.000.060.14   0.21
XYZ49.517051.362546.3339
Yxy51.36250.33640.3489
Hunter Lab71.6676-2.088211.8357
CIE-Lab76.89811.90079.7362

#c9bcac color RGB value is (201,188,172).

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

The process color (four color CMYK) of #c9bcac color hex is 0.00, 0.06, 0.14, 0.21. Web safe color of #c9bcac is #cccc99. Color #c9bcac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111100 10101100
Octal 311 274 254
Decimal 201 188 172
Hex C9 BC AC

RGB Percentages of Color #c9bcac

%35.83
%33.51
%30.66

CMYK Percentages of Color #c9bcac

%0
%6
%14
%21

Triadic Colors of #c9bcac

#c9bcac #acc9bc #bcacc9

Analogous Colors of #c9bcac

#c9bcac #c8c9ac #c9aeac

Monochromatic Colors of #c9bcac

#c9bcac

Complementary Color

#c9bcac #acb9c9

#c9bcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bcac Color CSS Codes

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

#c9bcac Text Font Color

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

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


#c9bcac Background Color

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

This div background color is #c9bcac


#c9bcac Border Color

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

This div border color is #c9bcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bcac


Comments

No comments written yet.

Please login to write comment.