COLOR #C97650

HEX: #C97650
RGB: (201,118,80)

Color info

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

RGB color model

#C97650 color RGB value is (201,118,80).

  • red value is 201;
  • green value is 118;
  • blue value is 80.
RGB:
(201,118,80)
(79%,46%,31%)

RGB channels and saturation

R 201 of 255 = 79%
G 118 of 255 = 46%
B 80 of 255 = 31%

201
118
80

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

Portions of RGB colors in percentages

R + G + B =
201 + 118 + 80 = 399 (100%)
R 201 of 399 ~ 50.38%
G 118 of 399 ~ 29.57%
B 80 of 399 ~ 20.05%

%50.38
%29.57
%20.05

CMYK color model

#C97650 color CMYK value is (0,41,60,21).

  • cyan value is 0.00%
  • magenta value is 41.29%
  • yellow value is 60.20%
  • key color value is 21.18%
CMYK:
(0,41,60,21)
C0M41Y60K21 
(0%,41%,60%,21%)
(0.00/0.41/0.60/0.21)	

CMYK percentages

%0
%41.29
%60.2
%21.18

Codes

Color #C97650 in popluar color models

C97650
RGB20111880
HSL19°52.84%55.10%
HSB/HSV19°60.20%78.82%
CMYK0.00%41.29%60.20%
21.18%

Color #C97650 in popluar number systems.

HEXC97650
Decimal20111880
Binary1100100111101101010000
Octal311166120

Shades and tints

Shades of #C97650

#C97650
(201,118,80)
#B76C49
(183,108,73)
#A56242
(165,98,66)
#93583B
(147,88,59)
#814E34
(129,78,52)
#6F442D
(111,68,45)
#5D3A26
(93,58,38)
#4B301F
(75,48,31)
#392618
(57,38,24)
#271C11
(39,28,17)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #C97650

#C97650
(201,118,80)
#CD825F
(205,130,95)
#D18E6E
(209,142,110)
#D59A7D
(213,154,125)
#D9A68C
(217,166,140)
#DDB29B
(221,178,155)
#E1BEAA
(225,190,170)
#E5CAB9
(229,202,185)
#E9D6C8
(233,214,200)
#EDE2D7
(237,226,215)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97650 color. Also use rgb(201,118,80) instead hex code.

Text Font Color

.myTextColor { color: #C97650; }

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

This text font color is #C97650.


Background Color

.myBgColor { background-color: #C97650; }

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

This div background color is #C97650.


Border color

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

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

This div border color is #C97650.


Opacity

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

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

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

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

This text has shadow with #C97650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97650 on black background.


Color preview on white background

This text has color #C97650 on white background.



Black color preview on #C97650 background

This text has black color on #C97650 background.


White color preview on #C97650 background

This text has white color on #C97650 background.