COLOR #C9738E

HEX: #C9738E
RGB: (201,115,142)

Color info

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

RGB color model

#C9738E color RGB value is (201,115,142).

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

RGB channels and saturation

R 201 of 255 = 79%
G 115 of 255 = 45%
B 142 of 255 = 56%

201
115
142

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

Portions of RGB colors in percentages

R + G + B =
201 + 115 + 142 = 458 (100%)
R 201 of 458 ~ 43.89%
G 115 of 458 ~ 25.11%
B 142 of 458 ~ 31%

%43.89
%25.11
%31

CMYK color model

#C9738E color CMYK value is (0,43,29,21).

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 29.35%
  • key color value is 21.18%
CMYK:
(0,43,29,21)
C0M43Y29K21 
(0%,43%,29%,21%)
(0.00/0.43/0.29/0.21)	

CMYK percentages

%0
%42.79
%29.35
%21.18

Codes

Color #C9738E in popluar color models

C9738E
RGB201115142
HSL341°44.33%61.96%
HSB/HSV341°42.79%78.82%
CMYK0.00%42.79%29.35%
21.18%

Color #C9738E in popluar number systems.

HEXC9738E
Decimal201115142
Binary11001001111001110001110
Octal311163216

Shades and tints

Shades of #C9738E

#C9738E
(201,115,142)
#B76982
(183,105,130)
#A55F76
(165,95,118)
#93556A
(147,85,106)
#814B5E
(129,75,94)
#6F4152
(111,65,82)
#5D3746
(93,55,70)
#4B2D3A
(75,45,58)
#39232E
(57,35,46)
#271922
(39,25,34)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #C9738E

#C9738E
(201,115,142)
#CD7F98
(205,127,152)
#D18BA2
(209,139,162)
#D597AC
(213,151,172)
#D9A3B6
(217,163,182)
#DDAFC0
(221,175,192)
#E1BBCA
(225,187,202)
#E5C7D4
(229,199,212)
#E9D3DE
(233,211,222)
#EDDFE8
(237,223,232)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9738E color. Also use rgb(201,115,142) instead hex code.

Text Font Color

.myTextColor { color: #C9738E; }

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

This text font color is #C9738E.


Background Color

.myBgColor { background-color: #C9738E; }

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

This div background color is #C9738E.


Border color

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

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

This div border color is #C9738E.


Opacity

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

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

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

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

This text has shadow with #C9738E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9738E on black background.


Color preview on white background

This text has color #C9738E on white background.



Black color preview on #C9738E background

This text has black color on #C9738E background.


White color preview on #C9738E background

This text has white color on #C9738E background.