COLOR #C9939D

HEX: #C9939D RGB: (201,147,157)

Color info

#C9939D contains red, green and blue colors in about the same proportion. Web safe color of #C9939D is #CC9999 (or #C99).

RGB color model

#C9939D color RGB value is (201,147,157).

RGB: (201,147,157) (79%, 58%, 62%)

RGB channels and saturation

R 201 of 255 = 79%
G 147 of 255 = 58%
B 157 of 255 = 62%

201
147
157

R + G + B ~ 66%. #C9939D is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 147 + 157 = 505 (100%)
R 201 of 505 ~ 39.8%
G 147 of 505 ~ 29.11%
B 157 of 505 ~ 31.09'%

%39.8
%29.11
%31.09

CMYK color model

#C9939D color CMYK value is (0,27,22,21).

  • cyan value is 0.00%
  • magenta value is 26.87%
  • yellow value is 21.89%
  • key color value is 21.18%
CMYK: (0,27,22,21) C0M27Y22K21 (0%,27%,22%,21%) (0.00/0.27/0.22/0.21) 

CMYK percentages

%0
%26.87
%21.89
%21.18

Codes

Color #C9939D in popluar color models

C9 93 9D
RGB 201 147 157
HSL 349° 33.33% 68.24%
HSB/HSV 349° 26.87% 78.82%
CMYK 0.00% 26.87% 21.89%
21.18%

Color #C9939D in popluar number systems.

HEX C9 93 9D
Decimal 201 147 157
Binary 11001001 10010011 10011101
Octal 311 223 235

Shades and tints

Shades of #C9939D

#C9939D
(201,147,157)
#B7868F
(183,134,143)
#A57981
(165,121,129)
#936C73
(147,108,115)
#815F65
(129,95,101)
#6F5257
(111,82,87)
#5D4549
(93,69,73)
#4B383B
(75,56,59)
#392B2D
(57,43,45)
#271E1F
(39,30,31)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #C9939D

#C9939D
(201,147,157)
#CD9CA5
(205,156,165)
#D1A5AD
(209,165,173)
#D5AEB5
(213,174,181)
#D9B7BD
(217,183,189)
#DDC0C5
(221,192,197)
#E1C9CD
(225,201,205)
#E5D2D5
(229,210,213)
#E9DBDD
(233,219,221)
#EDE4E5
(237,228,229)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9939D color. Also use rgb(201,147,157) instead hex code.

Text Font Color

.myTextColor { color: #C9939D; }

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

This text font color is #C9939D.

Background Color

.myBgColor { background-color: #C9939D; }

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

This div background color is #C9939D.

Border color

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

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

This div border color is #C9939D.

Opacity

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

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

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

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

This text has shadow with #C9939D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9939D.

Preview

Color preview on black background

This text has color #C9939D on black background.


Color preview on white background

This text has color #C9939D on white background.


Black color preview on #C9939D background

This text has black color on #C9939D background.


White color preview on #C9939D background

This text has white color on #C9939D background.


Related colors

Complementary color

Complementary color for #hex is #366C62.


I love getcolorcode.com

Triadic colors

1 #9DC993 and #939DC9 with #C9939D are triadic colors.

2 #9D93C9 and #93C99D with #C9939D are triadic colors.