Color Hex Logo

#c6aaaa Color Hex

#C6AAAA
(198,170,170)
0 Favorites   0 Comments

Color spaces of #c6aaaa

RGB 198170170
HSL0.000.200.72
HSV14°78°
CMYK 0.000.140.14   0.22
XYZ44.919143.657544.0895
Yxy43.65750.33860.3291
Hunter Lab66.07385.72086.6889
CIE-Lab71.999010.15833.7587

#c6aaaa color RGB value is (198,170,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101010 10101010
Octal 306 252 252
Decimal 198 170 170
Hex C6 AA AA

RGB Percentages of Color #c6aaaa

%36.80
%31.60
%31.60

CMYK Percentages of Color #c6aaaa

%0
%14
%14
%22

Triadic Colors of #c6aaaa

#c6aaaa #aac6aa #aaaac6

Analogous Colors of #c6aaaa

#c6aaaa #c6b8aa #c6aab8

Monochromatic Colors of #c6aaaa

#c6aaaa

Complementary Color

#c6aaaa #aac6c6

#c6aaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6aaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6aaaa Color CSS Codes

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

#c6aaaa Text Font Color

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

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


#c6aaaa Background Color

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

This div background color is #c6aaaa


#c6aaaa Border Color

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

This div border color is #c6aaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6aaaa


Comments

No comments written yet.

Please login to write comment.