COLOR #C97712

HEX: #C97712
RGB: (201,119,18)

Color info

#C97712 contains mainly red color. Web safe color of #C97712 is #CC6600 (or #C60).

RGB color model

#C97712 color RGB value is (201,119,18).

  • red value is 201;
  • green value is 119;
  • blue value is 18.
RGB:
(201,119,18)
(79%,47%,7%)

RGB channels and saturation

R 201 of 255 = 79%
G 119 of 255 = 47%
B 18 of 255 = 7%

201
119
18

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

Portions of RGB colors in percentages

R + G + B =
201 + 119 + 18 = 338 (100%)
R 201 of 338 ~ 59.47%
G 119 of 338 ~ 35.21%
B 18 of 338 ~ 5.33%

%59.47
%35.21

CMYK color model

#C97712 color CMYK value is (0,41,91,21).

  • cyan value is 0.00%
  • magenta value is 40.80%
  • yellow value is 91.04%
  • key color value is 21.18%
CMYK:
(0,41,91,21)
C0M41Y91K21 
(0%,41%,91%,21%)
(0.00/0.41/0.91/0.21)	

CMYK percentages

%0
%40.8
%91.04
%21.18

Codes

Color #C97712 in popluar color models

C97712
RGB20111918
HSL33°83.56%42.94%
HSB/HSV33°91.04%78.82%
CMYK0.00%40.80%91.04%
21.18%

Color #C97712 in popluar number systems.

HEXC97712
Decimal20111918
Binary11001001111011110010
Octal31116722

Shades and tints

Shades of #C97712

#C97712
(201,119,18)
#B76D11
(183,109,17)
#A56310
(165,99,16)
#93590F
(147,89,15)
#814F0E
(129,79,14)
#6F450D
(111,69,13)
#5D3B0C
(93,59,12)
#4B310B
(75,49,11)
#39270A
(57,39,10)
#271D09
(39,29,9)
#151308
(21,19,8)
#000000
(0,0,0)

Tints of #C97712

#C97712
(201,119,18)
#CD8327
(205,131,39)
#D18F3C
(209,143,60)
#D59B51
(213,155,81)
#D9A766
(217,167,102)
#DDB37B
(221,179,123)
#E1BF90
(225,191,144)
#E5CBA5
(229,203,165)
#E9D7BA
(233,215,186)
#EDE3CF
(237,227,207)
#F1EFE4
(241,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C97712; }

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

This text font color is #C97712.


Background Color

.myBgColor { background-color: #C97712; }

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

This div background color is #C97712.


Border color

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

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

This div border color is #C97712.


Opacity

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

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

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

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

This text has shadow with #C97712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97712 on black background.


Color preview on white background

This text has color #C97712 on white background.



Black color preview on #C97712 background

This text has black color on #C97712 background.


White color preview on #C97712 background

This text has white color on #C97712 background.