COLOR #C98882

HEX: #C98882 RGB: (201,136,130)

Color info

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

RGB color model

#C98882 color RGB value is (201,136,130).

RGB: (201,136,130) (79%, 53%, 51%)

RGB channels and saturation

R 201 of 255 = 79%
G 136 of 255 = 53%
B 130 of 255 = 51%

201
136
130

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

Portions of RGB colors in percentages

R + G + B = 201 + 136 + 130 = 467 (100%)
R 201 of 467 ~ 43.04%
G 136 of 467 ~ 29.12%
B 130 of 467 ~ 27.84'%

%43.04
%29.12
%27.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.34%
  • 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
%32.34
%35.32
%21.18

Codes

Color #C98882 in popluar color models

C9 88 82
RGB 201 136 130
HSL 39.66% 64.90%
HSB/HSV 35.32% 78.82%
CMYK 0.00% 32.34% 35.32%
21.18%

Color #C98882 in popluar number systems.

HEX C9 88 82
Decimal 201 136 130
Binary 11001001 10001000 10000010
Octal 311 210 202

Shades and tints

Shades of #C98882

#C98882
(201,136,130)
#B77C77
(183,124,119)
#A5706C
(165,112,108)
#936461
(147,100,97)
#815856
(129,88,86)
#6F4C4B
(111,76,75)
#5D4040
(93,64,64)
#4B3435
(75,52,53)
#39282A
(57,40,42)
#271C1F
(39,28,31)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #C98882

#C98882
(201,136,130)
#CD928D
(205,146,141)
#D19C98
(209,156,152)
#D5A6A3
(213,166,163)
#D9B0AE
(217,176,174)
#DDBAB9
(221,186,185)
#E1C4C4
(225,196,196)
#E5CECF
(229,206,207)
#E9D8DA
(233,216,218)
#EDE2E5
(237,226,229)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98882; }

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

This text font color is #C98882.

Background Color

.myBgColor { background-color: #C98882; }

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

This div background color is #C98882.

Border color

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

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

This div border color is #C98882.

Opacity

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

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

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

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

This text has shadow with #C98882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98882.

Preview

Color preview on black background

This text has color #C98882 on black background.


Color preview on white background

This text has color #C98882 on white background.


Black color preview on #C98882 background

This text has black color on #C98882 background.


White color preview on #C98882 background

This text has white color on #C98882 background.


Related colors

Complementary color

Complementary color for #hex is #36777D.


I love getcolorcode.com

Triadic colors

1 #82C988 and #8882C9 with #C98882 are triadic colors.

2 #8288C9 and #88C982 with #C98882 are triadic colors.