Color Hex Logo

#c9706e Color Hex

#C9706E
(201,112,110)
0 Favorites   0 Comments

Color spaces of #c9706e

RGB 201112110
HSL0.000.460.61
HSV45°79°
CMYK 0.000.440.45   0.21
XYZ32.696025.131617.8795
Yxy25.13160.43190.3320
Hunter Lab50.131428.688713.9461
CIE-Lab57.203434.807216.6924

#c9706e color RGB value is (201,112,110).

#c9706e hex color red value is 201, green value is 112 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c9706e hue: 0.00 , saturation: 0.46 and the lightness value of c9706e is 0.61.

The process color (four color CMYK) of #c9706e color hex is 0.00, 0.44, 0.45, 0.21. Web safe color of #c9706e is #cc6666. Color #c9706e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110000 01101110
Octal 311 160 156
Decimal 201 112 110
Hex C9 70 6E

RGB Percentages of Color #c9706e

%47.52
%26.48
%26.00

CMYK Percentages of Color #c9706e

%0
%44
%45
%21

Triadic Colors of #c9706e

#c9706e #6ec970 #706ec9

Analogous Colors of #c9706e

#c9706e #c99e6e #c96e9a

Monochromatic Colors of #c9706e

#c9706e

Complementary Color

#c9706e #6ec7c9

#c9706e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9706e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9706e Color CSS Codes

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

#c9706e Text Font Color

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

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


#c9706e Background Color

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

This div background color is #c9706e


#c9706e Border Color

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

This div border color is #c9706e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9706e


Comments

No comments written yet.

Please login to write comment.