COLOR #C97752

HEX: #C97752 RGB: (201,119,82)

Color info

#C97752 contains mainly red color. Web safe color of #C97752 is #CC6666 (or #C66).

RGB color model

#C97752 color RGB value is (201,119,82).

RGB: (201,119,82) (79%, 47%, 32%)

RGB channels and saturation

R 201 of 255 = 79%
G 119 of 255 = 47%
B 82 of 255 = 32%

201
119
82

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

Portions of RGB colors in percentages

R + G + B = 201 + 119 + 82 = 402 (100%)
R 201 of 402 ~ 50%
G 119 of 402 ~ 29.6%
B 82 of 402 ~ 20.4'%

%50
%29.6
%20.4

CMYK color model

#C97752 color CMYK value is (0,41,59,21).

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

CMYK: (0,41,59,21)
C0M41Y59K21 (0%, 41%, 59%, 21%)
(0.00 / 0.41 / 0.59 / 0.21)

CMYK percentages

%0
%40.8
%59.2
%21.18

Codes

Color #C97752 in popluar color models

C9 77 52
RGB 201 119 82
HSL 19° 52.42% 55.49%
HSB/HSV 19° 59.20% 78.82%
CMYK 0.00% 40.80% 59.20%
21.18%

Color #C97752 in popluar number systems.

HEX C9 77 52
Decimal 201 119 82
Binary 11001001 1110111 1010010
Octal 311 167 122

Shades and tints

Shades of #C97752

#C97752
(201,119,82)
#B76D4B
(183,109,75)
#A56344
(165,99,68)
#93593D
(147,89,61)
#814F36
(129,79,54)
#6F452F
(111,69,47)
#5D3B28
(93,59,40)
#4B3121
(75,49,33)
#39271A
(57,39,26)
#271D13
(39,29,19)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #C97752

#C97752
(201,119,82)
#CD8361
(205,131,97)
#D18F70
(209,143,112)
#D59B7F
(213,155,127)
#D9A78E
(217,167,142)
#DDB39D
(221,179,157)
#E1BFAC
(225,191,172)
#E5CBBB
(229,203,187)
#E9D7CA
(233,215,202)
#EDE3D9
(237,227,217)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C97752; }

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

This text font color is #C97752.

Background Color

.myBgColor { background-color: #C97752; }

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

This div background color is #C97752.

Border color

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

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

This div border color is #C97752.

Opacity

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

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

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

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

This text has shadow with #C97752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C97752.

Preview

Color preview on black background

This text has color #C97752 on black background.


Color preview on white background

This text has color #C97752 on white background.


Black color preview on #C97752 background

This text has black color on #C97752 background.


White color preview on #C97752 background

This text has white color on #C97752 background.


Related colors

Complementary color

Complementary color for #hex is #3688AD.


I love getcolorcode.com

Triadic colors

1 #52C977 and #7752C9 with #C97752 are triadic colors.

2 #5277C9 and #77C952 with #C97752 are triadic colors.