COLOR #C98E81

HEX: #C98E81 RGB: (201,142,129)

Color info

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

RGB color model

#C98E81 color RGB value is (201,142,129).

RGB: (201,142,129) (79%, 56%, 51%)

RGB channels and saturation

R 201 of 255 = 79%
G 142 of 255 = 56%
B 129 of 255 = 51%

201
142
129

R + G + B ~ 62%. #C98E81 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 142 + 129 = 472 (100%)
R 201 of 472 ~ 42.58%
G 142 of 472 ~ 30.08%
B 129 of 472 ~ 27.33'%

%42.58
%30.08
%27.33

CMYK color model

#C98E81 color CMYK value is (0,29,36,21).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 35.82%
  • key color value is 21.18%

CMYK: (0,29,36,21)
C0M29Y36K21 (0%, 29%, 36%, 21%)
(0.00 / 0.29 / 0.36 / 0.21)

CMYK percentages

%0
%29.35
%35.82
%21.18

Codes

Color #C98E81 in popluar color models

C9 8E 81
RGB 201 142 129
HSL 11° 40.00% 64.71%
HSB/HSV 11° 35.82% 78.82%
CMYK 0.00% 29.35% 35.82%
21.18%

Color #C98E81 in popluar number systems.

HEX C9 8E 81
Decimal 201 142 129
Binary 11001001 10001110 10000001
Octal 311 216 201

Shades and tints

Shades of #C98E81

#C98E81
(201,142,129)
#B78276
(183,130,118)
#A5766B
(165,118,107)
#936A60
(147,106,96)
#815E55
(129,94,85)
#6F524A
(111,82,74)
#5D463F
(93,70,63)
#4B3A34
(75,58,52)
#392E29
(57,46,41)
#27221E
(39,34,30)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #C98E81

#C98E81
(201,142,129)
#CD988C
(205,152,140)
#D1A297
(209,162,151)
#D5ACA2
(213,172,162)
#D9B6AD
(217,182,173)
#DDC0B8
(221,192,184)
#E1CAC3
(225,202,195)
#E5D4CE
(229,212,206)
#E9DED9
(233,222,217)
#EDE8E4
(237,232,228)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98E81 color. Also use rgb(201,142,129) instead hex code.

Text Font Color

.myTextColor { color: #C98E81; }

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

This text font color is #C98E81.

Background Color

.myBgColor { background-color: #C98E81; }

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

This div background color is #C98E81.

Border color

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

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

This div border color is #C98E81.

Opacity

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

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

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

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

This text has shadow with #C98E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98E81.

Preview

Color preview on black background

This text has color #C98E81 on black background.


Color preview on white background

This text has color #C98E81 on white background.


Black color preview on #C98E81 background

This text has black color on #C98E81 background.


White color preview on #C98E81 background

This text has white color on #C98E81 background.


Related colors

Complementary color

Complementary color for #hex is #36717E.


I love getcolorcode.com

Triadic colors

1 #81C98E and #8E81C9 with #C98E81 are triadic colors.

2 #818EC9 and #8EC981 with #C98E81 are triadic colors.