Color Hex Logo

#c9749a Color Hex

#C9749A
(201,116,154)
0 Favorites   0 Comments

Color spaces of #c9749a

RGB 201116154
HSL0.930.440.62
HSV333°42°79°
CMYK 0.000.420.23   0.21
XYZ36.165527.241433.9238
Yxy27.24140.37160.2799
Hunter Lab52.193332.3470-2.0011
CIE-Lab59.197138.1915-5.9348

#c9749a color RGB value is (201,116,154).

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

The process color (four color CMYK) of #c9749a color hex is 0.00, 0.42, 0.23, 0.21. Web safe color of #c9749a is #cc6699. Color #c9749a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110100 10011010
Octal 311 164 232
Decimal 201 116 154
Hex C9 74 9A

RGB Percentages of Color #c9749a

%42.68
%24.63
%32.70

CMYK Percentages of Color #c9749a

%0
%42
%23
%21

Triadic Colors of #c9749a

#c9749a #9ac974 #749ac9

Analogous Colors of #c9749a

#c9749a #c97974 #c974c5

Monochromatic Colors of #c9749a

#c9749a

Complementary Color

#c9749a #74c9a3

#c9749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9749a Color CSS Codes

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

#c9749a Text Font Color

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

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


#c9749a Background Color

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

This div background color is #c9749a


#c9749a Border Color

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

This div border color is #c9749a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9749a


Comments

No comments written yet.

Please login to write comment.