COLOR #C97C6E

HEX: #C97C6E
RGB: (201,124,110)

Color info

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

RGB color model

#C97C6E color RGB value is (201,124,110).

  • red value is 201;
  • green value is 124;
  • blue value is 110.
RGB:
(201,124,110)
(79%,49%,43%)

RGB channels and saturation

R 201 of 255 = 79%
G 124 of 255 = 49%
B 110 of 255 = 43%

201
124
110

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

Portions of RGB colors in percentages

R + G + B =
201 + 124 + 110 = 435 (100%)
R 201 of 435 ~ 46.21%
G 124 of 435 ~ 28.51%
B 110 of 435 ~ 25.29%

%46.21
%28.51
%25.29

CMYK color model

#C97C6E color CMYK value is (0,38,45,21).

  • cyan value is 0.00%
  • magenta value is 38.31%
  • yellow value is 45.27%
  • key color value is 21.18%
CMYK:
(0,38,45,21)
C0M38Y45K21 
(0%,38%,45%,21%)
(0.00/0.38/0.45/0.21)	

CMYK percentages

%0
%38.31
%45.27
%21.18

Codes

Color #C97C6E in popluar color models

C97C6E
RGB201124110
HSL45.73%60.98%
HSB/HSV45.27%78.82%
CMYK0.00%38.31%45.27%
21.18%

Color #C97C6E in popluar number systems.

HEXC97C6E
Decimal201124110
Binary1100100111111001101110
Octal311174156

Shades and tints

Shades of #C97C6E

#C97C6E
(201,124,110)
#B77164
(183,113,100)
#A5665A
(165,102,90)
#935B50
(147,91,80)
#815046
(129,80,70)
#6F453C
(111,69,60)
#5D3A32
(93,58,50)
#4B2F28
(75,47,40)
#39241E
(57,36,30)
#271914
(39,25,20)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #C97C6E

#C97C6E
(201,124,110)
#CD877B
(205,135,123)
#D19288
(209,146,136)
#D59D95
(213,157,149)
#D9A8A2
(217,168,162)
#DDB3AF
(221,179,175)
#E1BEBC
(225,190,188)
#E5C9C9
(229,201,201)
#E9D4D6
(233,212,214)
#EDDFE3
(237,223,227)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97C6E color. Also use rgb(201,124,110) instead hex code.

Text Font Color

.myTextColor { color: #C97C6E; }

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

This text font color is #C97C6E.


Background Color

.myBgColor { background-color: #C97C6E; }

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

This div background color is #C97C6E.


Border color

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

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

This div border color is #C97C6E.


Opacity

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

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

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

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

This text has shadow with #C97C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97C6E on black background.


Color preview on white background

This text has color #C97C6E on white background.



Black color preview on #C97C6E background

This text has black color on #C97C6E background.


White color preview on #C97C6E background

This text has white color on #C97C6E background.