COLOR #C98490

HEX: #C98490
RGB: (201,132,144)

Color info

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

RGB color model

#C98490 color RGB value is (201,132,144).

  • red value is 201;
  • green value is 132;
  • blue value is 144.
RGB:
(201,132,144)
(79%,52%,56%)

RGB channels and saturation

R 201 of 255 = 79%
G 132 of 255 = 52%
B 144 of 255 = 56%

201
132
144

R + G + B ~ 62%. #C98490 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 132 + 144 = 477 (100%)
R 201 of 477 ~ 42.14%
G 132 of 477 ~ 27.67%
B 144 of 477 ~ 30.19%

%42.14
%27.67
%30.19

CMYK color model

#C98490 color CMYK value is (0,34,28,21).

  • cyan value is 0.00%
  • magenta value is 34.33%
  • yellow value is 28.36%
  • key color value is 21.18%
CMYK:
(0,34,28,21)
C0M34Y28K21 
(0%,34%,28%,21%)
(0.00/0.34/0.28/0.21)	

CMYK percentages

%0
%34.33
%28.36
%21.18

Codes

Color #C98490 in popluar color models

C98490
RGB201132144
HSL350°38.98%65.29%
HSB/HSV350°34.33%78.82%
CMYK0.00%34.33%28.36%
21.18%

Color #C98490 in popluar number systems.

HEXC98490
Decimal201132144
Binary110010011000010010010000
Octal311204220

Shades and tints

Shades of #C98490

#C98490
(201,132,144)
#B77883
(183,120,131)
#A56C76
(165,108,118)
#936069
(147,96,105)
#81545C
(129,84,92)
#6F484F
(111,72,79)
#5D3C42
(93,60,66)
#4B3035
(75,48,53)
#392428
(57,36,40)
#27181B
(39,24,27)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #C98490

#C98490
(201,132,144)
#CD8F9A
(205,143,154)
#D19AA4
(209,154,164)
#D5A5AE
(213,165,174)
#D9B0B8
(217,176,184)
#DDBBC2
(221,187,194)
#E1C6CC
(225,198,204)
#E5D1D6
(229,209,214)
#E9DCE0
(233,220,224)
#EDE7EA
(237,231,234)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98490; }

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

This text font color is #C98490.


Background Color

.myBgColor { background-color: #C98490; }

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

This div background color is #C98490.


Border color

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

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

This div border color is #C98490.


Opacity

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

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

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

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

This text has shadow with #C98490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98490 on black background.


Color preview on white background

This text has color #C98490 on white background.



Black color preview on #C98490 background

This text has black color on #C98490 background.


White color preview on #C98490 background

This text has white color on #C98490 background.