COLOR #C9748F

HEX: #C9748F
RGB: (201,116,143)

Color info

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

RGB color model

#C9748F color RGB value is (201,116,143).

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

RGB channels and saturation

R 201 of 255 = 79%
G 116 of 255 = 45%
B 143 of 255 = 56%

201
116
143

R + G + B ~ 60%. #C9748F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
201 + 116 + 143 = 460 (100%)
R 201 of 460 ~ 43.7%
G 116 of 460 ~ 25.22%
B 143 of 460 ~ 31.09%

%43.7
%25.22
%31.09

CMYK color model

#C9748F color CMYK value is (0,42,29,21).

  • cyan value is 0.00%
  • magenta value is 42.29%
  • yellow value is 28.86%
  • key color value is 21.18%
CMYK:
(0,42,29,21)
C0M42Y29K21 
(0%,42%,29%,21%)
(0.00/0.42/0.29/0.21)	

CMYK percentages

%0
%42.29
%28.86
%21.18

Codes

Color #C9748F in popluar color models

C9748F
RGB201116143
HSL341°44.04%62.16%
HSB/HSV341°42.29%78.82%
CMYK0.00%42.29%28.86%
21.18%

Color #C9748F in popluar number systems.

HEXC9748F
Decimal201116143
Binary11001001111010010001111
Octal311164217

Shades and tints

Shades of #C9748F

#C9748F
(201,116,143)
#B76A82
(183,106,130)
#A56075
(165,96,117)
#935668
(147,86,104)
#814C5B
(129,76,91)
#6F424E
(111,66,78)
#5D3841
(93,56,65)
#4B2E34
(75,46,52)
#392427
(57,36,39)
#271A1A
(39,26,26)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #C9748F

#C9748F
(201,116,143)
#CD8099
(205,128,153)
#D18CA3
(209,140,163)
#D598AD
(213,152,173)
#D9A4B7
(217,164,183)
#DDB0C1
(221,176,193)
#E1BCCB
(225,188,203)
#E5C8D5
(229,200,213)
#E9D4DF
(233,212,223)
#EDE0E9
(237,224,233)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9748F; }

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

This text font color is #C9748F.


Background Color

.myBgColor { background-color: #C9748F; }

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

This div background color is #C9748F.


Border color

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

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

This div border color is #C9748F.


Opacity

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

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

Text with #C9748F 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 #C9748F;}

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

This text has shadow with #C9748F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9748F on black background.


Color preview on white background

This text has color #C9748F on white background.



Black color preview on #C9748F background

This text has black color on #C9748F background.


White color preview on #C9748F background

This text has white color on #C9748F background.