COLOR #C98F7D

HEX: #C98F7D RGB: (201,143,125)

Color info

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

RGB color model

#C98F7D color RGB value is (201,143,125).

RGB: (201,143,125) (79%, 56%, 49%)

RGB channels and saturation

R 201 of 255 = 79%
G 143 of 255 = 56%
B 125 of 255 = 49%

201
143
125

R + G + B ~ 61%. #C98F7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 143 + 125 = 469 (100%)
R 201 of 469 ~ 42.86%
G 143 of 469 ~ 30.49%
B 125 of 469 ~ 26.65'%

%42.86
%30.49
%26.65

CMYK color model

#C98F7D color CMYK value is (0,29,38,21).

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

CMYK: (0,29,38,21)
C0M29Y38K21 (0%, 29%, 38%, 21%)
(0.00 / 0.29 / 0.38 / 0.21)

CMYK percentages

%0
%28.86
%37.81
%21.18

Codes

Color #C98F7D in popluar color models

C9 8F 7D
RGB 201 143 125
HSL 14° 41.30% 63.92%
HSB/HSV 14° 37.81% 78.82%
CMYK 0.00% 28.86% 37.81%
21.18%

Color #C98F7D in popluar number systems.

HEX C9 8F 7D
Decimal 201 143 125
Binary 11001001 10001111 1111101
Octal 311 217 175

Shades and tints

Shades of #C98F7D

#C98F7D
(201,143,125)
#B78272
(183,130,114)
#A57567
(165,117,103)
#93685C
(147,104,92)
#815B51
(129,91,81)
#6F4E46
(111,78,70)
#5D413B
(93,65,59)
#4B3430
(75,52,48)
#392725
(57,39,37)
#271A1A
(39,26,26)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #C98F7D

#C98F7D
(201,143,125)
#CD9988
(205,153,136)
#D1A393
(209,163,147)
#D5AD9E
(213,173,158)
#D9B7A9
(217,183,169)
#DDC1B4
(221,193,180)
#E1CBBF
(225,203,191)
#E5D5CA
(229,213,202)
#E9DFD5
(233,223,213)
#EDE9E0
(237,233,224)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98F7D; }

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

This text font color is #C98F7D.

Background Color

.myBgColor { background-color: #C98F7D; }

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

This div background color is #C98F7D.

Border color

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

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

This div border color is #C98F7D.

Opacity

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

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

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

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

This text has shadow with #C98F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98F7D.

Preview

Color preview on black background

This text has color #C98F7D on black background.


Color preview on white background

This text has color #C98F7D on white background.


Black color preview on #C98F7D background

This text has black color on #C98F7D background.


White color preview on #C98F7D background

This text has white color on #C98F7D background.


Related colors

Complementary color

Complementary color for #hex is #367082.


I love getcolorcode.com

Triadic colors

1 #7DC98F and #8F7DC9 with #C98F7D are triadic colors.

2 #7D8FC9 and #8FC97D with #C98F7D are triadic colors.