COLOR #C98798

HEX: #C98798
RGB: (201,135,152)

Color info

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

RGB color model

#C98798 color RGB value is (201,135,152).

  • red value is 201;
  • green value is 135;
  • blue value is 152.
RGB:
(201,135,152)
(79%,53%,60%)

RGB channels and saturation

R 201 of 255 = 79%
G 135 of 255 = 53%
B 152 of 255 = 60%

201
135
152

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

Portions of RGB colors in percentages

R + G + B =
201 + 135 + 152 = 488 (100%)
R 201 of 488 ~ 41.19%
G 135 of 488 ~ 27.66%
B 152 of 488 ~ 31.15%

%41.19
%27.66
%31.15

CMYK color model

#C98798 color CMYK value is (0,33,24,21).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 24.38%
  • key color value is 21.18%
CMYK:
(0,33,24,21)
C0M33Y24K21 
(0%,33%,24%,21%)
(0.00/0.33/0.24/0.21)	

CMYK percentages

%0
%32.84
%24.38
%21.18

Codes

Color #C98798 in popluar color models

C98798
RGB201135152
HSL345°37.93%65.88%
HSB/HSV345°32.84%78.82%
CMYK0.00%32.84%24.38%
21.18%

Color #C98798 in popluar number systems.

HEXC98798
Decimal201135152
Binary110010011000011110011000
Octal311207230

Shades and tints

Shades of #C98798

#C98798
(201,135,152)
#B77B8B
(183,123,139)
#A56F7E
(165,111,126)
#936371
(147,99,113)
#815764
(129,87,100)
#6F4B57
(111,75,87)
#5D3F4A
(93,63,74)
#4B333D
(75,51,61)
#392730
(57,39,48)
#271B23
(39,27,35)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #C98798

#C98798
(201,135,152)
#CD91A1
(205,145,161)
#D19BAA
(209,155,170)
#D5A5B3
(213,165,179)
#D9AFBC
(217,175,188)
#DDB9C5
(221,185,197)
#E1C3CE
(225,195,206)
#E5CDD7
(229,205,215)
#E9D7E0
(233,215,224)
#EDE1E9
(237,225,233)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98798; }

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

This text font color is #C98798.


Background Color

.myBgColor { background-color: #C98798; }

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

This div background color is #C98798.


Border color

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

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

This div border color is #C98798.


Opacity

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

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

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

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

This text has shadow with #C98798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98798 on black background.


Color preview on white background

This text has color #C98798 on white background.



Black color preview on #C98798 background

This text has black color on #C98798 background.


White color preview on #C98798 background

This text has white color on #C98798 background.