Color Hex Logo

#cca7aa Color Hex

#CCA7AA
(204,167,170)
0 Favorites   0 Comments

Color spaces of #cca7aa

RGB 204167170
HSL0.990.270.73
HSV355°18°80°
CMYK 0.000.180.17   0.20
XYZ45.976343.377143.9796
Yxy43.37710.34480.3253
Hunter Lab65.86139.34966.5114
CIE-Lab71.810214.00393.5562

#cca7aa color RGB value is (204,167,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100111 10101010
Octal 314 247 252
Decimal 204 167 170
Hex CC A7 AA

RGB Percentages of Color #cca7aa

%37.71
%30.87
%31.42

CMYK Percentages of Color #cca7aa

%0
%18
%17
%20

Triadic Colors of #cca7aa

#cca7aa #aacca7 #a7aacc

Analogous Colors of #cca7aa

#cca7aa #ccb7a7 #cca7bd

Monochromatic Colors of #cca7aa

#cca7aa

Complementary Color

#cca7aa #a7ccc9

#cca7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca7aa Color CSS Codes

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

#cca7aa Text Font Color

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

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


#cca7aa Background Color

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

This div background color is #cca7aa


#cca7aa Border Color

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

This div border color is #cca7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca7aa


Comments

No comments written yet.

Please login to write comment.