Color Hex Logo

#c9747f Color Hex

#C9747F
(201,116,127)
0 Favorites   0 Comments

Color spaces of #c9747f

RGB 201116127
HSL0.980.440.62
HSV352°42°79°
CMYK 0.000.420.37   0.21
XYZ34.163626.440623.3816
Yxy26.44060.40680.3148
Hunter Lab51.420428.60929.0343
CIE-Lab58.452934.58678.6008

#c9747f color RGB value is (201,116,127).

#c9747f hex color red value is 201, green value is 116 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c9747f hue: 0.98 , saturation: 0.44 and the lightness value of c9747f is 0.62.

The process color (four color CMYK) of #c9747f color hex is 0.00, 0.42, 0.37, 0.21. Web safe color of #c9747f is #cc6666. Color #c9747f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110100 01111111
Octal 311 164 177
Decimal 201 116 127
Hex C9 74 7F

RGB Percentages of Color #c9747f

%45.27
%26.13
%28.60

CMYK Percentages of Color #c9747f

%0
%42
%37
%21

Triadic Colors of #c9747f

#c9747f #7fc974 #747fc9

Analogous Colors of #c9747f

#c9747f #c99474 #c974aa

Monochromatic Colors of #c9747f

#c9747f

Complementary Color

#c9747f #74c9be

#c9747f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9747f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9747f Color CSS Codes

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

#c9747f Text Font Color

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

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


#c9747f Background Color

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

This div background color is #c9747f


#c9747f Border Color

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

This div border color is #c9747f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,116,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9747f


Comments

No comments written yet.

Please login to write comment.