Color Hex Logo

#c7c6aa Color Hex

#C7C6AA
(199,198,170)
0 Favorites   0 Comments

Color spaces of #c7c6aa

RGB 199198170
HSL0.160.210.72
HSV58°15°78°
CMYK 0.000.010.15   0.22
XYZ51.003055.432646.0416
Yxy55.43260.33450.3635
Hunter Lab74.4531-8.014015.4524
CIE-Lab79.2898-4.423514.1768

#c7c6aa color RGB value is (199,198,170).

#c7c6aa hex color red value is 199, green value is 198 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c7c6aa hue: 0.16 , saturation: 0.21 and the lightness value of c7c6aa is 0.72.

The process color (four color CMYK) of #c7c6aa color hex is 0.00, 0.01, 0.15, 0.22. Web safe color of #c7c6aa is #cccc99. Color #c7c6aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11000110 10101010
Octal 307 306 252
Decimal 199 198 170
Hex C7 C6 AA

RGB Percentages of Color #c7c6aa

%35.10
%34.92
%29.98

CMYK Percentages of Color #c7c6aa

%0
%1
%15
%22

Triadic Colors of #c7c6aa

#c7c6aa #aac7c6 #c6aac7

Analogous Colors of #c7c6aa

#c7c6aa #bac7aa #c7b8aa

Monochromatic Colors of #c7c6aa

#c7c6aa

Complementary Color

#c7c6aa #aaabc7

#c7c6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7c6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7c6aa Color CSS Codes

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

#c7c6aa Text Font Color

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

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


#c7c6aa Background Color

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

This div background color is #c7c6aa


#c7c6aa Border Color

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

This div border color is #c7c6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7c6aa

#c7c6aa Color Palettes


Comments

No comments written yet.

Please login to write comment.