Color Hex Logo

#cca393 Color Hex

#CCA393
(204,163,147)
0 Favorites   0 Comments

Color spaces of #cca393

RGB 204163147
HSL0.050.360.69
HSV17°28°80°
CMYK 0.000.200.28   0.20
XYZ43.265541.138333.2639
Yxy41.13830.36770.3496
Hunter Lab64.13918.164914.1484
CIE-Lab70.272712.760114.0460

#cca393 color RGB value is (204,163,147).

#cca393 hex color red value is 204, green value is 163 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cca393 hue: 0.05 , saturation: 0.36 and the lightness value of cca393 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 10010011
Octal 314 243 223
Decimal 204 163 147
Hex CC A3 93

RGB Percentages of Color #cca393

%39.69
%31.71
%28.60

CMYK Percentages of Color #cca393

%0
%20
%28
%20

Triadic Colors of #cca393

#cca393 #93cca3 #a393cc

Analogous Colors of #cca393

#cca393 #ccc093 #cc93a0

Monochromatic Colors of #cca393

#cca393

Complementary Color

#cca393 #93bccc

#cca393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca393 Color CSS Codes

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

#cca393 Text Font Color

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

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


#cca393 Background Color

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

This div background color is #cca393


#cca393 Border Color

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

This div border color is #cca393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca393


Comments

No comments written yet.

Please login to write comment.