COLOR #C98790

HEX: #C98790 RGB: (201,135,144)

Color info

#C98790 contains mainly red and blue colors. Web safe color of #C98790 is #CC9999 (or #C99).

RGB color model

#C98790 color RGB value is (201,135,144).

RGB: (201,135,144) (79%, 53%, 56%)

RGB channels and saturation

R 201 of 255 = 79%
G 135 of 255 = 53%
B 144 of 255 = 56%

201
135
144

R + G + B ~ 63%. #C98790 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 135 + 144 = 480 (100%)
R 201 of 480 ~ 41.88%
G 135 of 480 ~ 28.13%
B 144 of 480 ~ 30'%

%41.88
%28.13
%30

CMYK color model

#C98790 color CMYK value is (0,33,28,21).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 28.36%
  • key color value is 21.18%
CMYK: (0,33,28,21) C0M33Y28K21 (0%,33%,28%,21%) (0.00/0.33/0.28/0.21) 

CMYK percentages

%0
%32.84
%28.36
%21.18

Codes

Color #C98790 in popluar color models

C9 87 90
RGB 201 135 144
HSL 352° 37.93% 65.88%
HSB/HSV 352° 32.84% 78.82%
CMYK 0.00% 32.84% 28.36%
21.18%

Color #C98790 in popluar number systems.

HEX C9 87 90
Decimal 201 135 144
Binary 11001001 10000111 10010000
Octal 311 207 220

Shades and tints

Shades of #C98790

#C98790
(201,135,144)
#B77B83
(183,123,131)
#A56F76
(165,111,118)
#936369
(147,99,105)
#81575C
(129,87,92)
#6F4B4F
(111,75,79)
#5D3F42
(93,63,66)
#4B3335
(75,51,53)
#392728
(57,39,40)
#271B1B
(39,27,27)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #C98790

#C98790
(201,135,144)
#CD919A
(205,145,154)
#D19BA4
(209,155,164)
#D5A5AE
(213,165,174)
#D9AFB8
(217,175,184)
#DDB9C2
(221,185,194)
#E1C3CC
(225,195,204)
#E5CDD6
(229,205,214)
#E9D7E0
(233,215,224)
#EDE1EA
(237,225,234)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98790; }

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

This text font color is #C98790.

Background Color

.myBgColor { background-color: #C98790; }

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

This div background color is #C98790.

Border color

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

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

This div border color is #C98790.

Opacity

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

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

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

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

This text has shadow with #C98790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98790.

Preview

Color preview on black background

This text has color #C98790 on black background.


Color preview on white background

This text has color #C98790 on white background.


Black color preview on #C98790 background

This text has black color on #C98790 background.


White color preview on #C98790 background

This text has white color on #C98790 background.


Related colors

Complementary color

Complementary color for #hex is #36786F.


I love getcolorcode.com

Triadic colors

1 #90C987 and #8790C9 with #C98790 are triadic colors.

2 #9087C9 and #87C990 with #C98790 are triadic colors.