Color Hex Logo

#c6a96e Color Hex

#C6A96E
(198,169,110)
0 Favorites   0 Comments

Color spaces of #c6a96e

RGB 198169110
HSL0.110.440.60
HSV40°44°78°
CMYK 0.000.150.44   0.22
XYZ40.291141.507520.6400
Yxy41.50750.39330.4052
Hunter Lab64.4263-1.115226.1039
CIE-Lab70.53002.626934.3003

#c6a96e color RGB value is (198,169,110).

#c6a96e hex color red value is 198, green value is 169 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c6a96e hue: 0.11 , saturation: 0.44 and the lightness value of c6a96e is 0.60.

The process color (four color CMYK) of #c6a96e color hex is 0.00, 0.15, 0.44, 0.22. Web safe color of #c6a96e is #cc9966. Color #c6a96e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101001 01101110
Octal 306 251 156
Decimal 198 169 110
Hex C6 A9 6E

RGB Percentages of Color #c6a96e

%41.51
%35.43
%23.06

CMYK Percentages of Color #c6a96e

%0
%15
%44
%22

Triadic Colors of #c6a96e

#c6a96e #6ec6a9 #a96ec6

Analogous Colors of #c6a96e

#c6a96e #b7c66e #c67d6e

Monochromatic Colors of #c6a96e

#c6a96e

Complementary Color

#c6a96e #6e8bc6

#c6a96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6a96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6a96e Color CSS Codes

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

#c6a96e Text Font Color

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

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


#c6a96e Background Color

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

This div background color is #c6a96e


#c6a96e Border Color

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

This div border color is #c6a96e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,169,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6a96e


Comments

No comments written yet.

Please login to write comment.