COLOR #C98961

HEX: #C98961 RGB: (201,137,97)

Color info

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

RGB color model

#C98961 color RGB value is (201,137,97).

RGB: (201,137,97) (79%, 54%, 38%)

RGB channels and saturation

R 201 of 255 = 79%
G 137 of 255 = 54%
B 97 of 255 = 38%

201
137
97

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

Portions of RGB colors in percentages

R + G + B = 201 + 137 + 97 = 435 (100%)
R 201 of 435 ~ 46.21%
G 137 of 435 ~ 31.49%
B 97 of 435 ~ 22.3'%

%46.21
%31.49
%22.3

CMYK color model

#C98961 color CMYK value is (0,32,52,21).

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 51.74%
  • key color value is 21.18%

CMYK: (0,32,52,21)
C0M32Y52K21 (0%, 32%, 52%, 21%)
(0.00 / 0.32 / 0.52 / 0.21)

CMYK percentages

%0
%31.84
%51.74
%21.18

Codes

Color #C98961 in popluar color models

C9 89 61
RGB 201 137 97
HSL 23° 49.06% 58.43%
HSB/HSV 23° 51.74% 78.82%
CMYK 0.00% 31.84% 51.74%
21.18%

Color #C98961 in popluar number systems.

HEX C9 89 61
Decimal 201 137 97
Binary 11001001 10001001 1100001
Octal 311 211 141

Shades and tints

Shades of #C98961

#C98961
(201,137,97)
#B77D59
(183,125,89)
#A57151
(165,113,81)
#936549
(147,101,73)
#815941
(129,89,65)
#6F4D39
(111,77,57)
#5D4131
(93,65,49)
#4B3529
(75,53,41)
#392921
(57,41,33)
#271D19
(39,29,25)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #C98961

#C98961
(201,137,97)
#CD936F
(205,147,111)
#D19D7D
(209,157,125)
#D5A78B
(213,167,139)
#D9B199
(217,177,153)
#DDBBA7
(221,187,167)
#E1C5B5
(225,197,181)
#E5CFC3
(229,207,195)
#E9D9D1
(233,217,209)
#EDE3DF
(237,227,223)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98961; }

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

This text font color is #C98961.

Background Color

.myBgColor { background-color: #C98961; }

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

This div background color is #C98961.

Border color

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

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

This div border color is #C98961.

Opacity

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

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

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

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

This text has shadow with #C98961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98961.

Preview

Color preview on black background

This text has color #C98961 on black background.


Color preview on white background

This text has color #C98961 on white background.


Black color preview on #C98961 background

This text has black color on #C98961 background.


White color preview on #C98961 background

This text has white color on #C98961 background.


Related colors

Complementary color

Complementary color for #hex is #36769E.


I love getcolorcode.com

Triadic colors

1 #61C989 and #8961C9 with #C98961 are triadic colors.

2 #6189C9 and #89C961 with #C98961 are triadic colors.