Color Hex Logo

#ccac7a Color Hex

#CCAC7A
(204,172,122)
0 Favorites   0 Comments

Color spaces of #ccac7a

RGB 204172122
HSL0.100.450.64
HSV37°40°80°
CMYK 0.000.160.40   0.20
XYZ43.167243.747624.5813
Yxy43.74760.38720.3924
Hunter Lab66.14200.748624.2646
CIE-Lab72.05954.767030.0460

#ccac7a color RGB value is (204,172,122).

#ccac7a hex color red value is 204, green value is 172 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ccac7a hue: 0.10 , saturation: 0.45 and the lightness value of ccac7a is 0.64.

The process color (four color CMYK) of #ccac7a color hex is 0.00, 0.16, 0.40, 0.20. Web safe color of #ccac7a is #cc9966. Color #ccac7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 01111010
Octal 314 254 172
Decimal 204 172 122
Hex CC AC 7A

RGB Percentages of Color #ccac7a

%40.96
%34.54
%24.50

CMYK Percentages of Color #ccac7a

%0
%16
%40
%20

Triadic Colors of #ccac7a

#ccac7a #7accac #ac7acc

Analogous Colors of #ccac7a

#ccac7a #c3cc7a #cc837a

Monochromatic Colors of #ccac7a

#ccac7a

Complementary Color

#ccac7a #7a9acc

#ccac7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccac7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccac7a Color CSS Codes

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

#ccac7a Text Font Color

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

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


#ccac7a Background Color

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

This div background color is #ccac7a


#ccac7a Border Color

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

This div border color is #ccac7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccac7a


Comments

No comments written yet.

Please login to write comment.