COLOR #C98C8B

HEX: #C98C8B
RGB: (201,140,139)

Color info

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

RGB color model

#C98C8B color RGB value is (201,140,139).

  • red value is 201;
  • green value is 140;
  • blue value is 139.
RGB:
(201,140,139)
(79%,55%,55%)

RGB channels and saturation

R 201 of 255 = 79%
G 140 of 255 = 55%
B 139 of 255 = 55%

201
140
139

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

Portions of RGB colors in percentages

R + G + B =
201 + 140 + 139 = 480 (100%)
R 201 of 480 ~ 41.88%
G 140 of 480 ~ 29.17%
B 139 of 480 ~ 28.96%

%41.88
%29.17
%28.96

CMYK color model

#C98C8B color CMYK value is (0,30,31,21).

  • cyan value is 0.00%
  • magenta value is 30.35%
  • yellow value is 30.85%
  • key color value is 21.18%
CMYK:
(0,30,31,21)
C0M30Y31K21 
(0%,30%,31%,21%)
(0.00/0.30/0.31/0.21)	

CMYK percentages

%0
%30.35
%30.85
%21.18

Codes

Color #C98C8B in popluar color models

C98C8B
RGB201140139
HSL36.47%66.67%
HSB/HSV30.85%78.82%
CMYK0.00%30.35%30.85%
21.18%

Color #C98C8B in popluar number systems.

HEXC98C8B
Decimal201140139
Binary110010011000110010001011
Octal311214213

Shades and tints

Shades of #C98C8B

#C98C8B
(201,140,139)
#B7807F
(183,128,127)
#A57473
(165,116,115)
#936867
(147,104,103)
#815C5B
(129,92,91)
#6F504F
(111,80,79)
#5D4443
(93,68,67)
#4B3837
(75,56,55)
#392C2B
(57,44,43)
#27201F
(39,32,31)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #C98C8B

#C98C8B
(201,140,139)
#CD9695
(205,150,149)
#D1A09F
(209,160,159)
#D5AAA9
(213,170,169)
#D9B4B3
(217,180,179)
#DDBEBD
(221,190,189)
#E1C8C7
(225,200,199)
#E5D2D1
(229,210,209)
#E9DCDB
(233,220,219)
#EDE6E5
(237,230,229)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98C8B color. Also use rgb(201,140,139) instead hex code.

Text Font Color

.myTextColor { color: #C98C8B; }

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

This text font color is #C98C8B.


Background Color

.myBgColor { background-color: #C98C8B; }

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

This div background color is #C98C8B.


Border color

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

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

This div border color is #C98C8B.


Opacity

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

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

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

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

This text has shadow with #C98C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98C8B on black background.


Color preview on white background

This text has color #C98C8B on white background.



Black color preview on #C98C8B background

This text has black color on #C98C8B background.


White color preview on #C98C8B background

This text has white color on #C98C8B background.