COLOR #C98982

HEX: #C98982
RGB: (201,137,130)

Color info

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

RGB color model

#C98982 color RGB value is (201,137,130).

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

RGB channels and saturation

R 201 of 255 = 79%
G 137 of 255 = 54%
B 130 of 255 = 51%

201
137
130

R + G + B ~ 61%. #C98982 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 137 + 130 = 468 (100%)
R 201 of 468 ~ 42.95%
G 137 of 468 ~ 29.27%
B 130 of 468 ~ 27.78%

%42.95
%29.27
%27.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 35.32%
  • key color value is 21.18%
CMYK:
(0,32,35,21)
C0M32Y35K21 
(0%,32%,35%,21%)
(0.00/0.32/0.35/0.21)	

CMYK percentages

%0
%31.84
%35.32
%21.18

Codes

Color #C98982 in popluar color models

C98982
RGB201137130
HSL39.66%64.90%
HSB/HSV35.32%78.82%
CMYK0.00%31.84%35.32%
21.18%

Color #C98982 in popluar number systems.

HEXC98982
Decimal201137130
Binary110010011000100110000010
Octal311211202

Shades and tints

Shades of #C98982

#C98982
(201,137,130)
#B77D77
(183,125,119)
#A5716C
(165,113,108)
#936561
(147,101,97)
#815956
(129,89,86)
#6F4D4B
(111,77,75)
#5D4140
(93,65,64)
#4B3535
(75,53,53)
#39292A
(57,41,42)
#271D1F
(39,29,31)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #C98982

#C98982
(201,137,130)
#CD938D
(205,147,141)
#D19D98
(209,157,152)
#D5A7A3
(213,167,163)
#D9B1AE
(217,177,174)
#DDBBB9
(221,187,185)
#E1C5C4
(225,197,196)
#E5CFCF
(229,207,207)
#E9D9DA
(233,217,218)
#EDE3E5
(237,227,229)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98982; }

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

This text font color is #C98982.


Background Color

.myBgColor { background-color: #C98982; }

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

This div background color is #C98982.


Border color

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

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

This div border color is #C98982.


Opacity

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

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

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

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

This text has shadow with #C98982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98982 on black background.


Color preview on white background

This text has color #C98982 on white background.



Black color preview on #C98982 background

This text has black color on #C98982 background.


White color preview on #C98982 background

This text has white color on #C98982 background.