Color Hex Logo

#c4a7aa Color Hex

#C4A7AA
(196,167,170)
0 Favorites   0 Comments

Color spaces of #c4a7aa

RGB 196167170
HSL0.980.200.71
HSV354°15°77°
CMYK 0.000.150.13   0.23
XYZ43.839442.275543.8796
Yxy42.27550.33720.3252
Hunter Lab65.01966.56915.5009
CIE-Lab71.060411.05782.3758

#c4a7aa color RGB value is (196,167,170).

#c4a7aa hex color red value is 196, green value is 167 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c4a7aa hue: 0.98 , saturation: 0.20 and the lightness value of c4a7aa is 0.71.

The process color (four color CMYK) of #c4a7aa color hex is 0.00, 0.15, 0.13, 0.23. Web safe color of #c4a7aa is #cc9999. Color #c4a7aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10100111 10101010
Octal 304 247 252
Decimal 196 167 170
Hex C4 A7 AA

RGB Percentages of Color #c4a7aa

%36.77
%31.33
%31.89

CMYK Percentages of Color #c4a7aa

%0
%15
%13
%23

Triadic Colors of #c4a7aa

#c4a7aa #aac4a7 #a7aac4

Analogous Colors of #c4a7aa

#c4a7aa #c4b3a7 #c4a7b9

Monochromatic Colors of #c4a7aa

#c4a7aa

Complementary Color

#c4a7aa #a7c4c1

#c4a7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a7aa Color CSS Codes

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

#c4a7aa Text Font Color

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

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


#c4a7aa Background Color

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

This div background color is #c4a7aa


#c4a7aa Border Color

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

This div border color is #c4a7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a7aa


Comments

No comments written yet.

Please login to write comment.