Color Hex Logo

#cca79a Color Hex

#CCA79A
(204,167,154)
0 Favorites   0 Comments

Color spaces of #cca79a

RGB 204167154
HSL0.040.330.70
HSV16°25°80°
CMYK 0.000.180.25   0.20
XYZ44.553342.807936.4864
Yxy42.80790.35970.3456
Hunter Lab65.42777.051812.7358
CIE-Lab71.424411.574811.8153

#cca79a color RGB value is (204,167,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100111 10011010
Octal 314 247 232
Decimal 204 167 154
Hex CC A7 9A

RGB Percentages of Color #cca79a

%38.86
%31.81
%29.33

CMYK Percentages of Color #cca79a

%0
%18
%25
%20

Triadic Colors of #cca79a

#cca79a #9acca7 #a79acc

Analogous Colors of #cca79a

#cca79a #ccc09a #cc9aa6

Monochromatic Colors of #cca79a

#cca79a

Complementary Color

#cca79a #9abfcc

#cca79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca79a Color CSS Codes

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

#cca79a Text Font Color

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

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


#cca79a Background Color

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

This div background color is #cca79a


#cca79a Border Color

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

This div border color is #cca79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca79a

#cca79a Color Palettes


Comments

No comments written yet.

Please login to write comment.