COLOR #C97044

HEX: #C97044 RGB: (201,112,68)

Color info

#C97044 contains mainly red color. Web safe color of #C97044 is #CC6633 (or #C63).

RGB color model

#C97044 color RGB value is (201,112,68).

RGB: (201,112,68) (79%, 44%, 27%)

RGB channels and saturation

R 201 of 255 = 79%
G 112 of 255 = 44%
B 68 of 255 = 27%

201
112
68

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

Portions of RGB colors in percentages

R + G + B = 201 + 112 + 68 = 381 (100%)
R 201 of 381 ~ 52.76%
G 112 of 381 ~ 29.4%
B 68 of 381 ~ 17.85'%

%52.76
%29.4
%17.85

CMYK color model

#C97044 color CMYK value is (0,44,66,21).

  • cyan value is 0.00%
  • magenta value is 44.28%
  • yellow value is 66.17%
  • key color value is 21.18%

CMYK: (0,44,66,21)
C0M44Y66K21 (0%, 44%, 66%, 21%)
(0.00 / 0.44 / 0.66 / 0.21)

CMYK percentages

%0
%44.28
%66.17
%21.18

Codes

Color #C97044 in popluar color models

C9 70 44
RGB 201 112 68
HSL 20° 55.19% 52.75%
HSB/HSV 20° 66.17% 78.82%
CMYK 0.00% 44.28% 66.17%
21.18%

Color #C97044 in popluar number systems.

HEX C9 70 44
Decimal 201 112 68
Binary 11001001 1110000 1000100
Octal 311 160 104

Shades and tints

Shades of #C97044

#C97044
(201,112,68)
#B7663E
(183,102,62)
#A55C38
(165,92,56)
#935232
(147,82,50)
#81482C
(129,72,44)
#6F3E26
(111,62,38)
#5D3420
(93,52,32)
#4B2A1A
(75,42,26)
#392014
(57,32,20)
#27160E
(39,22,14)
#150C08
(21,12,8)
#000000
(0,0,0)

Tints of #C97044

#C97044
(201,112,68)
#CD7D55
(205,125,85)
#D18A66
(209,138,102)
#D59777
(213,151,119)
#D9A488
(217,164,136)
#DDB199
(221,177,153)
#E1BEAA
(225,190,170)
#E5CBBB
(229,203,187)
#E9D8CC
(233,216,204)
#EDE5DD
(237,229,221)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97044 color. Also use rgb(201,112,68) instead hex code.

Text Font Color

.myTextColor { color: #C97044; }

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

This text font color is #C97044.

Background Color

.myBgColor { background-color: #C97044; }

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

This div background color is #C97044.

Border color

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

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

This div border color is #C97044.

Opacity

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

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

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

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

This text has shadow with #C97044 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C97044.

Preview

Color preview on black background

This text has color #C97044 on black background.


Color preview on white background

This text has color #C97044 on white background.


Black color preview on #C97044 background

This text has black color on #C97044 background.


White color preview on #C97044 background

This text has white color on #C97044 background.


Related colors

Complementary color

Complementary color for #hex is #368FBB.


I love getcolorcode.com

Triadic colors

1 #44C970 and #7044C9 with #C97044 are triadic colors.

2 #4470C9 and #70C944 with #C97044 are triadic colors.