Color Hex Logo

#c8aca0 Color Hex

#C8ACA0
(200,172,160)
0 Favorites   0 Comments

Color spaces of #c8aca0

RGB 200172160
HSL0.050.270.71
HSV18°20°78°
CMYK 0.000.140.20   0.22
XYZ44.917144.322539.4454
Yxy44.32250.34900.3444
Hunter Lab66.57513.924411.4736
CIE-Lab72.44358.23639.9143

#c8aca0 color RGB value is (200,172,160).

#c8aca0 hex color red value is 200, green value is 172 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #c8aca0 hue: 0.05 , saturation: 0.27 and the lightness value of c8aca0 is 0.71.

The process color (four color CMYK) of #c8aca0 color hex is 0.00, 0.14, 0.20, 0.22. Web safe color of #c8aca0 is #cc9999. Color #c8aca0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101100 10100000
Octal 310 254 240
Decimal 200 172 160
Hex C8 AC A0

RGB Percentages of Color #c8aca0

%37.59
%32.33
%30.08

CMYK Percentages of Color #c8aca0

%0
%14
%20
%22

Triadic Colors of #c8aca0

#c8aca0 #a0c8ac #aca0c8

Analogous Colors of #c8aca0

#c8aca0 #c8c0a0 #c8a0a8

Monochromatic Colors of #c8aca0

#c8aca0

Complementary Color

#c8aca0 #a0bcc8

#c8aca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aca0 Color CSS Codes

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

#c8aca0 Text Font Color

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

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


#c8aca0 Background Color

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

This div background color is #c8aca0


#c8aca0 Border Color

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

This div border color is #c8aca0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,172,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c8aca0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aca0

#c8aca0 Color Palettes


Comments

No comments written yet.

Please login to write comment.