COLOR #C98E94

HEX: #C98E94 RGB: (201,142,148)

Color info

#C98E94 contains red, green and blue colors in about the same proportion. Web safe color of #C98E94 is #CC9999 (or #C99).

RGB color model

#C98E94 color RGB value is (201,142,148).

RGB: (201,142,148) (79%, 56%, 58%)

RGB channels and saturation

R 201 of 255 = 79%
G 142 of 255 = 56%
B 148 of 255 = 58%

201
142
148

R + G + B ~ 64%. #C98E94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 142 + 148 = 491 (100%)
R 201 of 491 ~ 40.94%
G 142 of 491 ~ 28.92%
B 148 of 491 ~ 30.14'%

%40.94
%28.92
%30.14

CMYK color model

#C98E94 color CMYK value is (0,29,26,21).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 26.37%
  • key color value is 21.18%
CMYK: (0,29,26,21) C0M29Y26K21 (0%,29%,26%,21%) (0.00/0.29/0.26/0.21) 

CMYK percentages

%0
%29.35
%26.37
%21.18

Codes

Color #C98E94 in popluar color models

C9 8E 94
RGB 201 142 148
HSL 354° 35.33% 67.25%
HSB/HSV 354° 29.35% 78.82%
CMYK 0.00% 29.35% 26.37%
21.18%

Color #C98E94 in popluar number systems.

HEX C9 8E 94
Decimal 201 142 148
Binary 11001001 10001110 10010100
Octal 311 216 224

Shades and tints

Shades of #C98E94

#C98E94
(201,142,148)
#B78287
(183,130,135)
#A5767A
(165,118,122)
#936A6D
(147,106,109)
#815E60
(129,94,96)
#6F5253
(111,82,83)
#5D4646
(93,70,70)
#4B3A39
(75,58,57)
#392E2C
(57,46,44)
#27221F
(39,34,31)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #C98E94

#C98E94
(201,142,148)
#CD989D
(205,152,157)
#D1A2A6
(209,162,166)
#D5ACAF
(213,172,175)
#D9B6B8
(217,182,184)
#DDC0C1
(221,192,193)
#E1CACA
(225,202,202)
#E5D4D3
(229,212,211)
#E9DEDC
(233,222,220)
#EDE8E5
(237,232,229)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98E94; }

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

This text font color is #C98E94.

Background Color

.myBgColor { background-color: #C98E94; }

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

This div background color is #C98E94.

Border color

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

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

This div border color is #C98E94.

Opacity

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

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

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

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

This text has shadow with #C98E94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98E94.

Preview

Color preview on black background

This text has color #C98E94 on black background.


Color preview on white background

This text has color #C98E94 on white background.


Black color preview on #C98E94 background

This text has black color on #C98E94 background.


White color preview on #C98E94 background

This text has white color on #C98E94 background.


Related colors

Complementary color

Complementary color for #hex is #36716B.


I love getcolorcode.com

Triadic colors

1 #94C98E and #8E94C9 with #C98E94 are triadic colors.

2 #948EC9 and #8EC994 with #C98E94 are triadic colors.