COLOR #C98673

HEX: #C98673 RGB: (201,134,115)

Color info

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

RGB color model

#C98673 color RGB value is (201,134,115).

RGB: (201,134,115) (79%, 53%, 45%)

RGB channels and saturation

R 201 of 255 = 79%
G 134 of 255 = 53%
B 115 of 255 = 45%

201
134
115

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

Portions of RGB colors in percentages

R + G + B = 201 + 134 + 115 = 450 (100%)
R 201 of 450 ~ 44.67%
G 134 of 450 ~ 29.78%
B 115 of 450 ~ 25.56'%

%44.67
%29.78
%25.56

CMYK color model

#C98673 color CMYK value is (0,33,43,21).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 42.79%
  • key color value is 21.18%
CMYK: (0,33,43,21) C0M33Y43K21 (0%,33%,43%,21%) (0.00/0.33/0.43/0.21) 

CMYK percentages

%0
%33.33
%42.79
%21.18

Codes

Color #C98673 in popluar color models

C9 86 73
RGB 201 134 115
HSL 13° 44.33% 61.96%
HSB/HSV 13° 42.79% 78.82%
CMYK 0.00% 33.33% 42.79%
21.18%

Color #C98673 in popluar number systems.

HEX C9 86 73
Decimal 201 134 115
Binary 11001001 10000110 1110011
Octal 311 206 163

Shades and tints

Shades of #C98673

#C98673
(201,134,115)
#B77A69
(183,122,105)
#A56E5F
(165,110,95)
#936255
(147,98,85)
#81564B
(129,86,75)
#6F4A41
(111,74,65)
#5D3E37
(93,62,55)
#4B322D
(75,50,45)
#392623
(57,38,35)
#271A19
(39,26,25)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #C98673

#C98673
(201,134,115)
#CD917F
(205,145,127)
#D19C8B
(209,156,139)
#D5A797
(213,167,151)
#D9B2A3
(217,178,163)
#DDBDAF
(221,189,175)
#E1C8BB
(225,200,187)
#E5D3C7
(229,211,199)
#E9DED3
(233,222,211)
#EDE9DF
(237,233,223)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98673 color. Also use rgb(201,134,115) instead hex code.

Text Font Color

.myTextColor { color: #C98673; }

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

This text font color is #C98673.

Background Color

.myBgColor { background-color: #C98673; }

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

This div background color is #C98673.

Border color

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

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

This div border color is #C98673.

Opacity

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

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

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

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

This text has shadow with #C98673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98673.

Preview

Color preview on black background

This text has color #C98673 on black background.


Color preview on white background

This text has color #C98673 on white background.


Black color preview on #C98673 background

This text has black color on #C98673 background.


White color preview on #C98673 background

This text has white color on #C98673 background.


Related colors

Complementary color

Complementary color for #hex is #36798C.


I love getcolorcode.com

Triadic colors

1 #73C986 and #8673C9 with #C98673 are triadic colors.

2 #7386C9 and #86C973 with #C98673 are triadic colors.