Color Hex Logo

#c6acaa Color Hex

#C6ACAA
(198,172,170)
0 Favorites   0 Comments

Color spaces of #c6acaa

RGB 198172170
HSL0.010.200.72
HSV14°78°
CMYK 0.000.130.14   0.22
XYZ45.296944.413144.2154
Yxy44.41310.33820.3316
Hunter Lab66.64324.69977.3134
CIE-Lab72.50389.07144.4883

#c6acaa color RGB value is (198,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101100 10101010
Octal 306 254 252
Decimal 198 172 170
Hex C6 AC AA

RGB Percentages of Color #c6acaa

%36.67
%31.85
%31.48

CMYK Percentages of Color #c6acaa

%0
%13
%14
%22

Triadic Colors of #c6acaa

#c6acaa #aac6ac #acaac6

Analogous Colors of #c6acaa

#c6acaa #c6baaa #c6aab6

Monochromatic Colors of #c6acaa

#c6acaa

Complementary Color

#c6acaa #aac4c6

#c6acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6acaa Color CSS Codes

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

#c6acaa Text Font Color

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

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


#c6acaa Background Color

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

This div background color is #c6acaa


#c6acaa Border Color

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

This div border color is #c6acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6acaa


Comments

No comments written yet.

Please login to write comment.