COLOR #C9937D

HEX: #C9937D RGB: (201,147,125)

Color info

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

RGB color model

#C9937D color RGB value is (201,147,125).

RGB: (201,147,125) (79%, 58%, 49%)

RGB channels and saturation

R 201 of 255 = 79%
G 147 of 255 = 58%
B 125 of 255 = 49%

201
147
125

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

Portions of RGB colors in percentages

R + G + B = 201 + 147 + 125 = 473 (100%)
R 201 of 473 ~ 42.49%
G 147 of 473 ~ 31.08%
B 125 of 473 ~ 26.43'%

%42.49
%31.08
%26.43

CMYK color model

#C9937D color CMYK value is (0,27,38,21).

  • cyan value is 0.00%
  • magenta value is 26.87%
  • yellow value is 37.81%
  • key color value is 21.18%

CMYK: (0,27,38,21)
C0M27Y38K21 (0%, 27%, 38%, 21%)
(0.00 / 0.27 / 0.38 / 0.21)

CMYK percentages

%0
%26.87
%37.81
%21.18

Codes

Color #C9937D in popluar color models

C9 93 7D
RGB 201 147 125
HSL 17° 41.30% 63.92%
HSB/HSV 17° 37.81% 78.82%
CMYK 0.00% 26.87% 37.81%
21.18%

Color #C9937D in popluar number systems.

HEX C9 93 7D
Decimal 201 147 125
Binary 11001001 10010011 1111101
Octal 311 223 175

Shades and tints

Shades of #C9937D

#C9937D
(201,147,125)
#B78672
(183,134,114)
#A57967
(165,121,103)
#936C5C
(147,108,92)
#815F51
(129,95,81)
#6F5246
(111,82,70)
#5D453B
(93,69,59)
#4B3830
(75,56,48)
#392B25
(57,43,37)
#271E1A
(39,30,26)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #C9937D

#C9937D
(201,147,125)
#CD9C88
(205,156,136)
#D1A593
(209,165,147)
#D5AE9E
(213,174,158)
#D9B7A9
(217,183,169)
#DDC0B4
(221,192,180)
#E1C9BF
(225,201,191)
#E5D2CA
(229,210,202)
#E9DBD5
(233,219,213)
#EDE4E0
(237,228,224)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9937D; }

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

This text font color is #C9937D.

Background Color

.myBgColor { background-color: #C9937D; }

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

This div background color is #C9937D.

Border color

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

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

This div border color is #C9937D.

Opacity

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

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

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

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

This text has shadow with #C9937D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9937D.

Preview

Color preview on black background

This text has color #C9937D on black background.


Color preview on white background

This text has color #C9937D on white background.


Black color preview on #C9937D background

This text has black color on #C9937D background.


White color preview on #C9937D background

This text has white color on #C9937D background.


Related colors

Complementary color

Complementary color for #hex is #366C82.


I love getcolorcode.com

Triadic colors

1 #7DC993 and #937DC9 with #C9937D are triadic colors.

2 #7D93C9 and #93C97D with #C9937D are triadic colors.