COLOR #C97D5D

HEX: #C97D5D
RGB: (201,125,93)

Color info

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

RGB color model

#C97D5D color RGB value is (201,125,93).

  • red value is 201;
  • green value is 125;
  • blue value is 93.
RGB:
(201,125,93)
(79%,49%,36%)

RGB channels and saturation

R 201 of 255 = 79%
G 125 of 255 = 49%
B 93 of 255 = 36%

201
125
93

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

Portions of RGB colors in percentages

R + G + B =
201 + 125 + 93 = 419 (100%)
R 201 of 419 ~ 47.97%
G 125 of 419 ~ 29.83%
B 93 of 419 ~ 22.2%

%47.97
%29.83
%22.2

CMYK color model

#C97D5D color CMYK value is (0,38,54,21).

  • cyan value is 0.00%
  • magenta value is 37.81%
  • yellow value is 53.73%
  • key color value is 21.18%
CMYK:
(0,38,54,21)
C0M38Y54K21 
(0%,38%,54%,21%)
(0.00/0.38/0.54/0.21)	

CMYK percentages

%0
%37.81
%53.73
%21.18

Codes

Color #C97D5D in popluar color models

C97D5D
RGB20112593
HSL18°50.00%57.65%
HSB/HSV18°53.73%78.82%
CMYK0.00%37.81%53.73%
21.18%

Color #C97D5D in popluar number systems.

HEXC97D5D
Decimal20112593
Binary1100100111111011011101
Octal311175135

Shades and tints

Shades of #C97D5D

#C97D5D
(201,125,93)
#B77255
(183,114,85)
#A5674D
(165,103,77)
#935C45
(147,92,69)
#81513D
(129,81,61)
#6F4635
(111,70,53)
#5D3B2D
(93,59,45)
#4B3025
(75,48,37)
#39251D
(57,37,29)
#271A15
(39,26,21)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #C97D5D

#C97D5D
(201,125,93)
#CD886B
(205,136,107)
#D19379
(209,147,121)
#D59E87
(213,158,135)
#D9A995
(217,169,149)
#DDB4A3
(221,180,163)
#E1BFB1
(225,191,177)
#E5CABF
(229,202,191)
#E9D5CD
(233,213,205)
#EDE0DB
(237,224,219)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97D5D color. Also use rgb(201,125,93) instead hex code.

Text Font Color

.myTextColor { color: #C97D5D; }

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

This text font color is #C97D5D.


Background Color

.myBgColor { background-color: #C97D5D; }

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

This div background color is #C97D5D.


Border color

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

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

This div border color is #C97D5D.


Opacity

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

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

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

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

This text has shadow with #C97D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97D5D on black background.


Color preview on white background

This text has color #C97D5D on white background.



Black color preview on #C97D5D background

This text has black color on #C97D5D background.


White color preview on #C97D5D background

This text has white color on #C97D5D background.