Color Hex Logo

#cca389 Color Hex

#CCA389
(204,163,137)
0 Favorites   0 Comments

Color spaces of #cca389

RGB 204163137
HSL0.060.400.67
HSV23°33°80°
CMYK 0.000.200.33   0.20
XYZ42.514440.837929.3087
Yxy40.83790.37740.3625
Hunter Lab63.90456.919517.5409
CIE-Lab70.062211.428719.2486

#cca389 color RGB value is (204,163,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 10001001
Octal 314 243 211
Decimal 204 163 137
Hex CC A3 89

RGB Percentages of Color #cca389

%40.48
%32.34
%27.18

CMYK Percentages of Color #cca389

%0
%20
%33
%20

Triadic Colors of #cca389

#cca389 #89cca3 #a389cc

Analogous Colors of #cca389

#cca389 #ccc589 #cc8991

Monochromatic Colors of #cca389

#cca389

Complementary Color

#cca389 #89b2cc

#cca389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca389 Color CSS Codes

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

#cca389 Text Font Color

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

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


#cca389 Background Color

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

This div background color is #cca389


#cca389 Border Color

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

This div border color is #cca389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca389


Comments

No comments written yet.

Please login to write comment.