Color Hex Logo

#cca39a Color Hex

#CCA39A
(204,163,154)
0 Favorites   0 Comments

Color spaces of #cca39a

RGB 204163154
HSL0.030.330.70
HSV11°25°80°
CMYK 0.000.200.25   0.20
XYZ43.831841.364836.2459
Yxy41.36480.36090.3406
Hunter Lab64.31559.097911.6071
CIE-Lab70.430813.749710.4080

#cca39a color RGB value is (204,163,154).

#cca39a hex color red value is 204, green value is 163 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cca39a hue: 0.03 , saturation: 0.33 and the lightness value of cca39a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 10011010
Octal 314 243 232
Decimal 204 163 154
Hex CC A3 9A

RGB Percentages of Color #cca39a

%39.16
%31.29
%29.56

CMYK Percentages of Color #cca39a

%0
%20
%25
%20

Triadic Colors of #cca39a

#cca39a #9acca3 #a39acc

Analogous Colors of #cca39a

#cca39a #ccbc9a #cc9aaa

Monochromatic Colors of #cca39a

#cca39a

Complementary Color

#cca39a #9ac3cc

#cca39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca39a Color CSS Codes

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

#cca39a Text Font Color

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

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


#cca39a Background Color

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

This div background color is #cca39a


#cca39a Border Color

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

This div border color is #cca39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca39a

#cca39a Color Palettes


Comments

No comments written yet.

Please login to write comment.