Color Hex Logo

#c8aaaa Color Hex

#C8AAAA
(200,170,170)
0 Favorites   0 Comments

Color spaces of #c8aaaa

RGB 200170170
HSL0.000.210.73
HSV15°78°
CMYK 0.000.150.15   0.22
XYZ45.449843.931144.1143
Yxy43.93110.34050.3291
Hunter Lab66.28056.40986.9348
CIE-Lab72.182410.89534.0473

#c8aaaa color RGB value is (200,170,170).

#c8aaaa hex color red value is 200, green value is 170 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c8aaaa hue: 0.00 , saturation: 0.21 and the lightness value of c8aaaa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101010 10101010
Octal 310 252 252
Decimal 200 170 170
Hex C8 AA AA

RGB Percentages of Color #c8aaaa

%37.04
%31.48
%31.48

CMYK Percentages of Color #c8aaaa

%0
%15
%15
%22

Triadic Colors of #c8aaaa

#c8aaaa #aac8aa #aaaac8

Analogous Colors of #c8aaaa

#c8aaaa #c8b9aa #c8aab9

Monochromatic Colors of #c8aaaa

#c8aaaa

Complementary Color

#c8aaaa #aac8c8

#c8aaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aaaa Color CSS Codes

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

#c8aaaa Text Font Color

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

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


#c8aaaa Background Color

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

This div background color is #c8aaaa


#c8aaaa Border Color

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

This div border color is #c8aaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aaaa

#c8aaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.