COLOR #C98988

HEX: #C98988
RGB: (201,137,136)

Color info

#C98988 contains mainly red color. Web safe color of #C98988 is #CC9999 (or #C99).

RGB color model

#C98988 color RGB value is (201,137,136).

  • red value is 201;
  • green value is 137;
  • blue value is 136.
RGB:
(201,137,136)
(79%,54%,53%)

RGB channels and saturation

R 201 of 255 = 79%
G 137 of 255 = 54%
B 136 of 255 = 53%

201
137
136

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

Portions of RGB colors in percentages

R + G + B =
201 + 137 + 136 = 474 (100%)
R 201 of 474 ~ 42.41%
G 137 of 474 ~ 28.9%
B 136 of 474 ~ 28.69%

%42.41
%28.9
%28.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 32.34%
  • key color value is 21.18%
CMYK:
(0,32,32,21)
C0M32Y32K21 
(0%,32%,32%,21%)
(0.00/0.32/0.32/0.21)	

CMYK percentages

%0
%31.84
%32.34
%21.18

Codes

Color #C98988 in popluar color models

C98988
RGB201137136
HSL37.57%66.08%
HSB/HSV32.34%78.82%
CMYK0.00%31.84%32.34%
21.18%

Color #C98988 in popluar number systems.

HEXC98988
Decimal201137136
Binary110010011000100110001000
Octal311211210

Shades and tints

Shades of #C98988

#C98988
(201,137,136)
#B77D7C
(183,125,124)
#A57170
(165,113,112)
#936564
(147,101,100)
#815958
(129,89,88)
#6F4D4C
(111,77,76)
#5D4140
(93,65,64)
#4B3534
(75,53,52)
#392928
(57,41,40)
#271D1C
(39,29,28)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #C98988

#C98988
(201,137,136)
#CD9392
(205,147,146)
#D19D9C
(209,157,156)
#D5A7A6
(213,167,166)
#D9B1B0
(217,177,176)
#DDBBBA
(221,187,186)
#E1C5C4
(225,197,196)
#E5CFCE
(229,207,206)
#E9D9D8
(233,217,216)
#EDE3E2
(237,227,226)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98988; }

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

This text font color is #C98988.


Background Color

.myBgColor { background-color: #C98988; }

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

This div background color is #C98988.


Border color

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

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

This div border color is #C98988.


Opacity

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

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

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

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

This text has shadow with #C98988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98988 on black background.


Color preview on white background

This text has color #C98988 on white background.



Black color preview on #C98988 background

This text has black color on #C98988 background.


White color preview on #C98988 background

This text has white color on #C98988 background.