COLOR #C98C92

HEX: #C98C92
RGB: (201,140,146)

Color info

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

RGB color model

#C98C92 color RGB value is (201,140,146).

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

RGB channels and saturation

R 201 of 255 = 79%
G 140 of 255 = 55%
B 146 of 255 = 57%

201
140
146

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

Portions of RGB colors in percentages

R + G + B =
201 + 140 + 146 = 487 (100%)
R 201 of 487 ~ 41.27%
G 140 of 487 ~ 28.75%
B 146 of 487 ~ 29.98%

%41.27
%28.75
%29.98

CMYK color model

#C98C92 color CMYK value is (0,30,27,21).

  • cyan value is 0.00%
  • magenta value is 30.35%
  • yellow value is 27.36%
  • key color value is 21.18%
CMYK:
(0,30,27,21)
C0M30Y27K21 
(0%,30%,27%,21%)
(0.00/0.30/0.27/0.21)	

CMYK percentages

%0
%30.35
%27.36
%21.18

Codes

Color #C98C92 in popluar color models

C98C92
RGB201140146
HSL354°36.09%66.86%
HSB/HSV354°30.35%78.82%
CMYK0.00%30.35%27.36%
21.18%

Color #C98C92 in popluar number systems.

HEXC98C92
Decimal201140146
Binary110010011000110010010010
Octal311214222

Shades and tints

Shades of #C98C92

#C98C92
(201,140,146)
#B78085
(183,128,133)
#A57478
(165,116,120)
#93686B
(147,104,107)
#815C5E
(129,92,94)
#6F5051
(111,80,81)
#5D4444
(93,68,68)
#4B3837
(75,56,55)
#392C2A
(57,44,42)
#27201D
(39,32,29)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #C98C92

#C98C92
(201,140,146)
#CD969B
(205,150,155)
#D1A0A4
(209,160,164)
#D5AAAD
(213,170,173)
#D9B4B6
(217,180,182)
#DDBEBF
(221,190,191)
#E1C8C8
(225,200,200)
#E5D2D1
(229,210,209)
#E9DCDA
(233,220,218)
#EDE6E3
(237,230,227)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98C92; }

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

This text font color is #C98C92.


Background Color

.myBgColor { background-color: #C98C92; }

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

This div background color is #C98C92.


Border color

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

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

This div border color is #C98C92.


Opacity

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

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

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

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

This text has shadow with #C98C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98C92 on black background.


Color preview on white background

This text has color #C98C92 on white background.



Black color preview on #C98C92 background

This text has black color on #C98C92 background.


White color preview on #C98C92 background

This text has white color on #C98C92 background.