COLOR #C98752

HEX: #C98752 RGB: (201,135,82)

Color info

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

RGB color model

#C98752 color RGB value is (201,135,82).

RGB: (201,135,82) (79%, 53%, 32%)

RGB channels and saturation

R 201 of 255 = 79%
G 135 of 255 = 53%
B 82 of 255 = 32%

201
135
82

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

Portions of RGB colors in percentages

R + G + B = 201 + 135 + 82 = 418 (100%)
R 201 of 418 ~ 48.09%
G 135 of 418 ~ 32.3%
B 82 of 418 ~ 19.62'%

%48.09
%32.3
%19.62

CMYK color model

#C98752 color CMYK value is (0,33,59,21).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 59.20%
  • key color value is 21.18%

CMYK: (0,33,59,21)
C0M33Y59K21 (0%, 33%, 59%, 21%)
(0.00 / 0.33 / 0.59 / 0.21)

CMYK percentages

%0
%32.84
%59.2
%21.18

Codes

Color #C98752 in popluar color models

C9 87 52
RGB 201 135 82
HSL 27° 52.42% 55.49%
HSB/HSV 27° 59.20% 78.82%
CMYK 0.00% 32.84% 59.20%
21.18%

Color #C98752 in popluar number systems.

HEX C9 87 52
Decimal 201 135 82
Binary 11001001 10000111 1010010
Octal 311 207 122

Shades and tints

Shades of #C98752

#C98752
(201,135,82)
#B77B4B
(183,123,75)
#A56F44
(165,111,68)
#93633D
(147,99,61)
#815736
(129,87,54)
#6F4B2F
(111,75,47)
#5D3F28
(93,63,40)
#4B3321
(75,51,33)
#39271A
(57,39,26)
#271B13
(39,27,19)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #C98752

#C98752
(201,135,82)
#CD9161
(205,145,97)
#D19B70
(209,155,112)
#D5A57F
(213,165,127)
#D9AF8E
(217,175,142)
#DDB99D
(221,185,157)
#E1C3AC
(225,195,172)
#E5CDBB
(229,205,187)
#E9D7CA
(233,215,202)
#EDE1D9
(237,225,217)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98752 color. Also use rgb(201,135,82) instead hex code.

Text Font Color

.myTextColor { color: #C98752; }

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

This text font color is #C98752.

Background Color

.myBgColor { background-color: #C98752; }

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

This div background color is #C98752.

Border color

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

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

This div border color is #C98752.

Opacity

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

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

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

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

This text has shadow with #C98752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98752.

Preview

Color preview on black background

This text has color #C98752 on black background.


Color preview on white background

This text has color #C98752 on white background.


Black color preview on #C98752 background

This text has black color on #C98752 background.


White color preview on #C98752 background

This text has white color on #C98752 background.


Related colors

Complementary color

Complementary color for #hex is #3678AD.


I love getcolorcode.com

Triadic colors

1 #52C987 and #8752C9 with #C98752 are triadic colors.

2 #5287C9 and #87C952 with #C98752 are triadic colors.