COLOR #C98984

HEX: #C98984
RGB: (201,137,132)

Color info

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

RGB color model

#C98984 color RGB value is (201,137,132).

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

RGB channels and saturation

R 201 of 255 = 79%
G 137 of 255 = 54%
B 132 of 255 = 52%

201
137
132

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

Portions of RGB colors in percentages

R + G + B =
201 + 137 + 132 = 470 (100%)
R 201 of 470 ~ 42.77%
G 137 of 470 ~ 29.15%
B 132 of 470 ~ 28.09%

%42.77
%29.15
%28.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 34.33%
  • key color value is 21.18%
CMYK:
(0,32,34,21)
C0M32Y34K21 
(0%,32%,34%,21%)
(0.00/0.32/0.34/0.21)	

CMYK percentages

%0
%31.84
%34.33
%21.18

Codes

Color #C98984 in popluar color models

C98984
RGB201137132
HSL38.98%65.29%
HSB/HSV34.33%78.82%
CMYK0.00%31.84%34.33%
21.18%

Color #C98984 in popluar number systems.

HEXC98984
Decimal201137132
Binary110010011000100110000100
Octal311211204

Shades and tints

Shades of #C98984

#C98984
(201,137,132)
#B77D78
(183,125,120)
#A5716C
(165,113,108)
#936560
(147,101,96)
#815954
(129,89,84)
#6F4D48
(111,77,72)
#5D413C
(93,65,60)
#4B3530
(75,53,48)
#392924
(57,41,36)
#271D18
(39,29,24)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #C98984

#C98984
(201,137,132)
#CD938F
(205,147,143)
#D19D9A
(209,157,154)
#D5A7A5
(213,167,165)
#D9B1B0
(217,177,176)
#DDBBBB
(221,187,187)
#E1C5C6
(225,197,198)
#E5CFD1
(229,207,209)
#E9D9DC
(233,217,220)
#EDE3E7
(237,227,231)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98984; }

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

This text font color is #C98984.


Background Color

.myBgColor { background-color: #C98984; }

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

This div background color is #C98984.


Border color

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

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

This div border color is #C98984.


Opacity

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

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

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

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

This text has shadow with #C98984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98984 on black background.


Color preview on white background

This text has color #C98984 on white background.



Black color preview on #C98984 background

This text has black color on #C98984 background.


White color preview on #C98984 background

This text has white color on #C98984 background.