Color Hex Logo

#cca1aa Color Hex

#CCA1AA
(204,161,170)
0 Favorites   0 Comments

Color spaces of #cca1aa

RGB 204161170
HSL0.970.300.72
HSV347°21°80°
CMYK 0.000.210.17   0.20
XYZ44.902441.229443.6217
Yxy41.22940.34610.3178
Hunter Lab64.210112.45814.6679
CIE-Lab70.336317.27651.4173

#cca1aa color RGB value is (204,161,170).

#cca1aa hex color red value is 204, green value is 161 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cca1aa hue: 0.97 , saturation: 0.30 and the lightness value of cca1aa is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100001 10101010
Octal 314 241 252
Decimal 204 161 170
Hex CC A1 AA

RGB Percentages of Color #cca1aa

%38.13
%30.09
%31.78

CMYK Percentages of Color #cca1aa

%0
%21
%17
%20

Triadic Colors of #cca1aa

#cca1aa #aacca1 #a1aacc

Analogous Colors of #cca1aa

#cca1aa #ccaea1 #cca1c0

Monochromatic Colors of #cca1aa

#cca1aa

Complementary Color

#cca1aa #a1ccc3

#cca1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca1aa Color CSS Codes

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

#cca1aa Text Font Color

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

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


#cca1aa Background Color

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

This div background color is #cca1aa


#cca1aa Border Color

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

This div border color is #cca1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca1aa


Comments

No comments written yet.

Please login to write comment.