Color Hex Logo

#cca785 Color Hex

#CCA785
(204,167,133)
0 Favorites   0 Comments

Color spaces of #cca785

RGB 204167133
HSL0.080.410.66
HSV29°35°80°
CMYK 0.000.180.35   0.20
XYZ42.954242.168328.0657
Yxy42.16830.37950.3726
Hunter Lab64.93714.433119.8310
CIE-Lab70.98688.757422.6948

#cca785 color RGB value is (204,167,133).

#cca785 hex color red value is 204, green value is 167 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cca785 hue: 0.08 , saturation: 0.41 and the lightness value of cca785 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100111 10000101
Octal 314 247 205
Decimal 204 167 133
Hex CC A7 85

RGB Percentages of Color #cca785

%40.48
%33.13
%26.39

CMYK Percentages of Color #cca785

%0
%18
%35
%20

Triadic Colors of #cca785

#cca785 #85cca7 #a785cc

Analogous Colors of #cca785

#cca785 #cccb85 #cc8587

Monochromatic Colors of #cca785

#cca785

Complementary Color

#cca785 #85aacc

#cca785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca785 Color CSS Codes

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

#cca785 Text Font Color

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

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


#cca785 Background Color

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

This div background color is #cca785


#cca785 Border Color

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

This div border color is #cca785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca785


Comments

No comments written yet.

Please login to write comment.