Color Hex Logo

#cca889 Color Hex

#CCA889
(204,168,137)
0 Favorites   0 Comments

Color spaces of #cca889

RGB 204168137
HSL0.080.400.67
HSV28°33°80°
CMYK 0.000.180.33   0.20
XYZ43.419842.648829.6105
Yxy42.64880.37530.3687
Hunter Lab65.30604.393118.8315
CIE-Lab71.31608.720120.9686

#cca889 color RGB value is (204,168,137).

#cca889 hex color red value is 204, green value is 168 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cca889 hue: 0.08 , saturation: 0.40 and the lightness value of cca889 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101000 10001001
Octal 314 250 211
Decimal 204 168 137
Hex CC A8 89

RGB Percentages of Color #cca889

%40.08
%33.01
%26.92

CMYK Percentages of Color #cca889

%0
%18
%33
%20

Triadic Colors of #cca889

#cca889 #89cca8 #a889cc

Analogous Colors of #cca889

#cca889 #ccca89 #cc898c

Monochromatic Colors of #cca889

#cca889

Complementary Color

#cca889 #89adcc

#cca889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca889 Color CSS Codes

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

#cca889 Text Font Color

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

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


#cca889 Background Color

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

This div background color is #cca889


#cca889 Border Color

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

This div border color is #cca889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca889


Comments

No comments written yet.

Please login to write comment.