COLOR #C98E59

HEX: #C98E59 RGB: (201,142,89)

Color info

#C98E59 contains mainly red and green colors. Web safe color of #C98E59 is #CC9966 (or #C96).

RGB color model

#C98E59 color RGB value is (201,142,89).

RGB: (201,142,89) (79%, 56%, 35%)

RGB channels and saturation

R 201 of 255 = 79%
G 142 of 255 = 56%
B 89 of 255 = 35%

201
142
89

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

Portions of RGB colors in percentages

R + G + B = 201 + 142 + 89 = 432 (100%)
R 201 of 432 ~ 46.53%
G 142 of 432 ~ 32.87%
B 89 of 432 ~ 20.6'%

%46.53
%32.87
%20.6

CMYK color model

#C98E59 color CMYK value is (0,29,56,21).

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

CMYK: (0,29,56,21)
C0M29Y56K21 (0%, 29%, 56%, 21%)
(0.00 / 0.29 / 0.56 / 0.21)

CMYK percentages

%0
%29.35
%55.72
%21.18

Codes

Color #C98E59 in popluar color models

C9 8E 59
RGB 201 142 89
HSL 28° 50.91% 56.86%
HSB/HSV 28° 55.72% 78.82%
CMYK 0.00% 29.35% 55.72%
21.18%

Color #C98E59 in popluar number systems.

HEX C9 8E 59
Decimal 201 142 89
Binary 11001001 10001110 1011001
Octal 311 216 131

Shades and tints

Shades of #C98E59

#C98E59
(201,142,89)
#B78251
(183,130,81)
#A57649
(165,118,73)
#936A41
(147,106,65)
#815E39
(129,94,57)
#6F5231
(111,82,49)
#5D4629
(93,70,41)
#4B3A21
(75,58,33)
#392E19
(57,46,25)
#272211
(39,34,17)
#151609
(21,22,9)
#000000
(0,0,0)

Tints of #C98E59

#C98E59
(201,142,89)
#CD9868
(205,152,104)
#D1A277
(209,162,119)
#D5AC86
(213,172,134)
#D9B695
(217,182,149)
#DDC0A4
(221,192,164)
#E1CAB3
(225,202,179)
#E5D4C2
(229,212,194)
#E9DED1
(233,222,209)
#EDE8E0
(237,232,224)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98E59; }

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

This text font color is #C98E59.

Background Color

.myBgColor { background-color: #C98E59; }

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

This div background color is #C98E59.

Border color

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

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

This div border color is #C98E59.

Opacity

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

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

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

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

This text has shadow with #C98E59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98E59.

Preview

Color preview on black background

This text has color #C98E59 on black background.


Color preview on white background

This text has color #C98E59 on white background.


Black color preview on #C98E59 background

This text has black color on #C98E59 background.


White color preview on #C98E59 background

This text has white color on #C98E59 background.


Related colors

Complementary color

Complementary color for #hex is #3671A6.


I love getcolorcode.com

Triadic colors

1 #59C98E and #8E59C9 with #C98E59 are triadic colors.

2 #598EC9 and #8EC959 with #C98E59 are triadic colors.