COLOR #C98089

HEX: #C98089 RGB: (201,128,137)

Color info

#C98089 contains mainly red color. Web safe color of #C98089 is #CC6699 (or #C69).

RGB color model

#C98089 color RGB value is (201,128,137).

RGB: (201,128,137) (79%, 50%, 54%)

RGB channels and saturation

R 201 of 255 = 79%
G 128 of 255 = 50%
B 137 of 255 = 54%

201
128
137

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

Portions of RGB colors in percentages

R + G + B = 201 + 128 + 137 = 466 (100%)
R 201 of 466 ~ 43.13%
G 128 of 466 ~ 27.47%
B 137 of 466 ~ 29.4'%

%43.13
%27.47
%29.4

CMYK color model

#C98089 color CMYK value is (0,36,32,21).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 31.84%
  • key color value is 21.18%
CMYK: (0,36,32,21) C0M36Y32K21 (0%,36%,32%,21%) (0.00/0.36/0.32/0.21) 

CMYK percentages

%0
%36.32
%31.84
%21.18

Codes

Color #C98089 in popluar color models

C9 80 89
RGB 201 128 137
HSL 353° 40.33% 64.51%
HSB/HSV 353° 36.32% 78.82%
CMYK 0.00% 36.32% 31.84%
21.18%

Color #C98089 in popluar number systems.

HEX C9 80 89
Decimal 201 128 137
Binary 11001001 10000000 10001001
Octal 311 200 211

Shades and tints

Shades of #C98089

#C98089
(201,128,137)
#B7757D
(183,117,125)
#A56A71
(165,106,113)
#935F65
(147,95,101)
#815459
(129,84,89)
#6F494D
(111,73,77)
#5D3E41
(93,62,65)
#4B3335
(75,51,53)
#392829
(57,40,41)
#271D1D
(39,29,29)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #C98089

#C98089
(201,128,137)
#CD8B93
(205,139,147)
#D1969D
(209,150,157)
#D5A1A7
(213,161,167)
#D9ACB1
(217,172,177)
#DDB7BB
(221,183,187)
#E1C2C5
(225,194,197)
#E5CDCF
(229,205,207)
#E9D8D9
(233,216,217)
#EDE3E3
(237,227,227)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98089 color. Also use rgb(201,128,137) instead hex code.

Text Font Color

.myTextColor { color: #C98089; }

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

This text font color is #C98089.

Background Color

.myBgColor { background-color: #C98089; }

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

This div background color is #C98089.

Border color

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

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

This div border color is #C98089.

Opacity

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

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

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

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

This text has shadow with #C98089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98089.

Preview

Color preview on black background

This text has color #C98089 on black background.


Color preview on white background

This text has color #C98089 on white background.


Black color preview on #C98089 background

This text has black color on #C98089 background.


White color preview on #C98089 background

This text has white color on #C98089 background.


Related colors

Complementary color

Complementary color for #hex is #367F76.


I love getcolorcode.com

Triadic colors

1 #89C980 and #8089C9 with #C98089 are triadic colors.

2 #8980C9 and #80C989 with #C98089 are triadic colors.