Color Hex Logo

#cca6af Color Hex

#CCA6AF
(204,166,175)
0 Favorites   0 Comments

Color spaces of #cca6af

RGB 204166175
HSL0.960.270.73
HSV346°19°80°
CMYK 0.000.190.14   0.20
XYZ46.275943.205046.4578
Yxy43.20500.34040.3178
Hunter Lab65.730510.64004.1057
CIE-Lab71.693915.35580.6295

#cca6af color RGB value is (204,166,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 10101111
Octal 314 246 257
Decimal 204 166 175
Hex CC A6 AF

RGB Percentages of Color #cca6af

%37.43
%30.46
%32.11

CMYK Percentages of Color #cca6af

%0
%19
%14
%20

Triadic Colors of #cca6af

#cca6af #afcca6 #a6afcc

Analogous Colors of #cca6af

#cca6af #ccb0a6 #cca6c2

Monochromatic Colors of #cca6af

#cca6af

Complementary Color

#cca6af #a6ccc3

#cca6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca6af Color CSS Codes

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

#cca6af Text Font Color

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

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


#cca6af Background Color

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

This div background color is #cca6af


#cca6af Border Color

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

This div border color is #cca6af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,166,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cca6af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca6af

#cca6af Color Palettes


Comments

No comments written yet.

Please login to write comment.