COLOR #C9749B

HEX: #C9749B
RGB: (201,116,155)

Color info

#C9749B contains mainly red and blue colors. Web safe color of #C9749B is #CC6699 (or #C69).

RGB color model

#C9749B color RGB value is (201,116,155).

  • red value is 201;
  • green value is 116;
  • blue value is 155.
RGB:
(201,116,155)
(79%,45%,61%)

RGB channels and saturation

R 201 of 255 = 79%
G 116 of 255 = 45%
B 155 of 255 = 61%

201
116
155

R + G + B ~ 62%. #C9749B is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 116 + 155 = 472 (100%)
R 201 of 472 ~ 42.58%
G 116 of 472 ~ 24.58%
B 155 of 472 ~ 32.84%

%42.58
%24.58
%32.84

CMYK color model

#C9749B color CMYK value is (0,42,23,21).

  • cyan value is 0.00%
  • magenta value is 42.29%
  • yellow value is 22.89%
  • key color value is 21.18%
CMYK:
(0,42,23,21)
C0M42Y23K21 
(0%,42%,23%,21%)
(0.00/0.42/0.23/0.21)	

CMYK percentages

%0
%42.29
%22.89
%21.18

Codes

Color #C9749B in popluar color models

C9749B
RGB201116155
HSL332°44.04%62.16%
HSB/HSV332°42.29%78.82%
CMYK0.00%42.29%22.89%
21.18%

Color #C9749B in popluar number systems.

HEXC9749B
Decimal201116155
Binary11001001111010010011011
Octal311164233

Shades and tints

Shades of #C9749B

#C9749B
(201,116,155)
#B76A8D
(183,106,141)
#A5607F
(165,96,127)
#935671
(147,86,113)
#814C63
(129,76,99)
#6F4255
(111,66,85)
#5D3847
(93,56,71)
#4B2E39
(75,46,57)
#39242B
(57,36,43)
#271A1D
(39,26,29)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #C9749B

#C9749B
(201,116,155)
#CD80A4
(205,128,164)
#D18CAD
(209,140,173)
#D598B6
(213,152,182)
#D9A4BF
(217,164,191)
#DDB0C8
(221,176,200)
#E1BCD1
(225,188,209)
#E5C8DA
(229,200,218)
#E9D4E3
(233,212,227)
#EDE0EC
(237,224,236)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9749B color. Also use rgb(201,116,155) instead hex code.

Text Font Color

.myTextColor { color: #C9749B; }

<p style="color:#C9749B">This sample text font color is #C9749B.</p>

This text font color is #C9749B.


Background Color

.myBgColor { background-color: #C9749B; }

<div style="background-color:#C9749B">Inner text</div>

This div background color is #C9749B.


Border color

.myBorderColor { border: 1px solid #C9749B; }

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

This div border color is #C9749B.


Opacity

.myOpacity80 { color: #C9749B; opacity: 0.8; }

<p style="color:#C9749B;opacity:0.8;">80%</p>

Text with #C9749B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C9749B;}

<p style="text-shadow: 3px 3px 1px #C9749B">Text here.</p>

This text has shadow with #C9749B color.

.textShadow {text-shadow: 3px 3px 1px #C9749B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C9749B, 5px 5px 20px red">Text here.</p>

This text has shadow with #C9749B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9749B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C9749B, Direction=45, Strength=4)">Text</p>

This text has shadow with #C9749B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C9749B;
  -webkit-box-shadow:	1px 1px 3px 2px #C9749B;
  box-shadow:		1px 1px 3px 2px #C9749B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9749B;
-webkit-box-shadow: 1px 1px 3px 2px #C9749B;
box-shadow:1px 1px 3px 2px #C9749B;">
Div content here</div>
This div box has shadow with color #C9749B.

Preview

Color preview on black background

This text has color #C9749B on black background.


Color preview on white background

This text has color #C9749B on white background.



Black color preview on #C9749B background

This text has black color on #C9749B background.


White color preview on #C9749B background

This text has white color on #C9749B background.