COLOR #C98280

HEX: #C98280
RGB: (201,130,128)

Color info

#C98280 contains mainly red color. Web safe color of #C98280 is #CC9966 (or #C96).

RGB color model

#C98280 color RGB value is (201,130,128).

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

RGB channels and saturation

R 201 of 255 = 79%
G 130 of 255 = 51%
B 128 of 255 = 50%

201
130
128

R + G + B ~ 60%. #C98280 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
201 + 130 + 128 = 459 (100%)
R 201 of 459 ~ 43.79%
G 130 of 459 ~ 28.32%
B 128 of 459 ~ 27.89%

%43.79
%28.32
%27.89

CMYK color model

#C98280 color CMYK value is (0,35,36,21).

  • cyan value is 0.00%
  • magenta value is 35.32%
  • yellow value is 36.32%
  • key color value is 21.18%
CMYK:
(0,35,36,21)
C0M35Y36K21 
(0%,35%,36%,21%)
(0.00/0.35/0.36/0.21)	

CMYK percentages

%0
%35.32
%36.32
%21.18

Codes

Color #C98280 in popluar color models

C98280
RGB201130128
HSL40.33%64.51%
HSB/HSV36.32%78.82%
CMYK0.00%35.32%36.32%
21.18%

Color #C98280 in popluar number systems.

HEXC98280
Decimal201130128
Binary110010011000001010000000
Octal311202200

Shades and tints

Shades of #C98280

#C98280
(201,130,128)
#B77775
(183,119,117)
#A56C6A
(165,108,106)
#93615F
(147,97,95)
#815654
(129,86,84)
#6F4B49
(111,75,73)
#5D403E
(93,64,62)
#4B3533
(75,53,51)
#392A28
(57,42,40)
#271F1D
(39,31,29)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #C98280

#C98280
(201,130,128)
#CD8D8B
(205,141,139)
#D19896
(209,152,150)
#D5A3A1
(213,163,161)
#D9AEAC
(217,174,172)
#DDB9B7
(221,185,183)
#E1C4C2
(225,196,194)
#E5CFCD
(229,207,205)
#E9DAD8
(233,218,216)
#EDE5E3
(237,229,227)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98280; }

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

This text font color is #C98280.


Background Color

.myBgColor { background-color: #C98280; }

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

This div background color is #C98280.


Border color

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

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

This div border color is #C98280.


Opacity

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

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

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

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

This text has shadow with #C98280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98280 on black background.


Color preview on white background

This text has color #C98280 on white background.



Black color preview on #C98280 background

This text has black color on #C98280 background.


White color preview on #C98280 background

This text has white color on #C98280 background.