Color Hex Logo

#cca6aa Color Hex

#CCA6AA
(204,166,170)
0 Favorites   0 Comments

Color spaces of #cca6aa

RGB 204166170
HSL0.980.270.73
HSV354°19°80°
CMYK 0.000.190.17   0.20
XYZ45.793843.012143.9188
Yxy43.01210.34500.3241
Hunter Lab65.58369.86646.2043
CIE-Lab71.563214.54843.1986

#cca6aa color RGB value is (204,166,170).

#cca6aa hex color red value is 204, green value is 166 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cca6aa hue: 0.98 , saturation: 0.27 and the lightness value of cca6aa is 0.73.

The process color (four color CMYK) of #cca6aa color hex is 0.00, 0.19, 0.17, 0.20. Web safe color of #cca6aa is #cc9999. Color #cca6aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 10101010
Octal 314 246 252
Decimal 204 166 170
Hex CC A6 AA

RGB Percentages of Color #cca6aa

%37.78
%30.74
%31.48

CMYK Percentages of Color #cca6aa

%0
%19
%17
%20

Triadic Colors of #cca6aa

#cca6aa #aacca6 #a6aacc

Analogous Colors of #cca6aa

#cca6aa #ccb5a6 #cca6bd

Monochromatic Colors of #cca6aa

#cca6aa

Complementary Color

#cca6aa #a6ccc8

#cca6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca6aa Color CSS Codes

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

#cca6aa Text Font Color

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

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


#cca6aa Background Color

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

This div background color is #cca6aa


#cca6aa Border Color

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

This div border color is #cca6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca6aa


Comments

No comments written yet.

Please login to write comment.