COLOR #C9947C

HEX: #C9947C RGB: (201,148,124)

Color info

#C9947C contains mainly red and green colors. Web safe color of #C9947C is #CC9966 (or #C96).

RGB color model

#C9947C color RGB value is (201,148,124).

RGB: (201,148,124) (79%, 58%, 49%)

RGB channels and saturation

R 201 of 255 = 79%
G 148 of 255 = 58%
B 124 of 255 = 49%

201
148
124

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

Portions of RGB colors in percentages

R + G + B = 201 + 148 + 124 = 473 (100%)
R 201 of 473 ~ 42.49%
G 148 of 473 ~ 31.29%
B 124 of 473 ~ 26.22'%

%42.49
%31.29
%26.22

CMYK color model

#C9947C color CMYK value is (0,26,38,21).

  • cyan value is 0.00%
  • magenta value is 26.37%
  • yellow value is 38.31%
  • key color value is 21.18%

CMYK: (0,26,38,21)
C0M26Y38K21 (0%, 26%, 38%, 21%)
(0.00 / 0.26 / 0.38 / 0.21)

CMYK percentages

%0
%26.37
%38.31
%21.18

Codes

Color #C9947C in popluar color models

C9 94 7C
RGB 201 148 124
HSL 19° 41.62% 63.73%
HSB/HSV 19° 38.31% 78.82%
CMYK 0.00% 26.37% 38.31%
21.18%

Color #C9947C in popluar number systems.

HEX C9 94 7C
Decimal 201 148 124
Binary 11001001 10010100 1111100
Octal 311 224 174

Shades and tints

Shades of #C9947C

#C9947C
(201,148,124)
#B78771
(183,135,113)
#A57A66
(165,122,102)
#936D5B
(147,109,91)
#816050
(129,96,80)
#6F5345
(111,83,69)
#5D463A
(93,70,58)
#4B392F
(75,57,47)
#392C24
(57,44,36)
#271F19
(39,31,25)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #C9947C

#C9947C
(201,148,124)
#CD9D87
(205,157,135)
#D1A692
(209,166,146)
#D5AF9D
(213,175,157)
#D9B8A8
(217,184,168)
#DDC1B3
(221,193,179)
#E1CABE
(225,202,190)
#E5D3C9
(229,211,201)
#E9DCD4
(233,220,212)
#EDE5DF
(237,229,223)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9947C color. Also use rgb(201,148,124) instead hex code.

Text Font Color

.myTextColor { color: #C9947C; }

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

This text font color is #C9947C.

Background Color

.myBgColor { background-color: #C9947C; }

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

This div background color is #C9947C.

Border color

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

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

This div border color is #C9947C.

Opacity

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

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

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

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

This text has shadow with #C9947C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9947C.

Preview

Color preview on black background

This text has color #C9947C on black background.


Color preview on white background

This text has color #C9947C on white background.


Black color preview on #C9947C background

This text has black color on #C9947C background.


White color preview on #C9947C background

This text has white color on #C9947C background.


Related colors

Complementary color

Complementary color for #hex is #366B83.


I love getcolorcode.com

Triadic colors

1 #7CC994 and #947CC9 with #C9947C are triadic colors.

2 #7C94C9 and #94C97C with #C9947C are triadic colors.