COLOR #C98783

HEX: #C98783 RGB: (201,135,131)

Color info

#C98783 contains mainly red color. Web safe color of #C98783 is #CC9999 (or #C99).

RGB color model

#C98783 color RGB value is (201,135,131).

RGB: (201,135,131) (79%, 53%, 51%)

RGB channels and saturation

R 201 of 255 = 79%
G 135 of 255 = 53%
B 131 of 255 = 51%

201
135
131

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

Portions of RGB colors in percentages

R + G + B = 201 + 135 + 131 = 467 (100%)
R 201 of 467 ~ 43.04%
G 135 of 467 ~ 28.91%
B 131 of 467 ~ 28.05'%

%43.04
%28.91
%28.05

CMYK color model

#C98783 color CMYK value is (0,33,35,21).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 34.83%
  • key color value is 21.18%

CMYK: (0,33,35,21)
C0M33Y35K21 (0%, 33%, 35%, 21%)
(0.00 / 0.33 / 0.35 / 0.21)

CMYK percentages

%0
%32.84
%34.83
%21.18

Codes

Color #C98783 in popluar color models

C9 87 83
RGB 201 135 131
HSL 39.33% 65.10%
HSB/HSV 34.83% 78.82%
CMYK 0.00% 32.84% 34.83%
21.18%

Color #C98783 in popluar number systems.

HEX C9 87 83
Decimal 201 135 131
Binary 11001001 10000111 10000011
Octal 311 207 203

Shades and tints

Shades of #C98783

#C98783
(201,135,131)
#B77B78
(183,123,120)
#A56F6D
(165,111,109)
#936362
(147,99,98)
#815757
(129,87,87)
#6F4B4C
(111,75,76)
#5D3F41
(93,63,65)
#4B3336
(75,51,54)
#39272B
(57,39,43)
#271B20
(39,27,32)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #C98783

#C98783
(201,135,131)
#CD918E
(205,145,142)
#D19B99
(209,155,153)
#D5A5A4
(213,165,164)
#D9AFAF
(217,175,175)
#DDB9BA
(221,185,186)
#E1C3C5
(225,195,197)
#E5CDD0
(229,205,208)
#E9D7DB
(233,215,219)
#EDE1E6
(237,225,230)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98783 color. Also use rgb(201,135,131) instead hex code.

Text Font Color

.myTextColor { color: #C98783; }

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

This text font color is #C98783.

Background Color

.myBgColor { background-color: #C98783; }

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

This div background color is #C98783.

Border color

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

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

This div border color is #C98783.

Opacity

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

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

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

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

This text has shadow with #C98783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98783.

Preview

Color preview on black background

This text has color #C98783 on black background.


Color preview on white background

This text has color #C98783 on white background.


Black color preview on #C98783 background

This text has black color on #C98783 background.


White color preview on #C98783 background

This text has white color on #C98783 background.


Related colors

Complementary color

Complementary color for #hex is #36787C.


I love getcolorcode.com

Triadic colors

1 #83C987 and #8783C9 with #C98783 are triadic colors.

2 #8387C9 and #87C983 with #C98783 are triadic colors.