COLOR #C97B6E

HEX: #C97B6E
RGB: (201,123,110)

Color info

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

RGB color model

#C97B6E color RGB value is (201,123,110).

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

RGB channels and saturation

R 201 of 255 = 79%
G 123 of 255 = 48%
B 110 of 255 = 43%

201
123
110

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

Portions of RGB colors in percentages

R + G + B =
201 + 123 + 110 = 434 (100%)
R 201 of 434 ~ 46.31%
G 123 of 434 ~ 28.34%
B 110 of 434 ~ 25.35%

%46.31
%28.34
%25.35

CMYK color model

#C97B6E color CMYK value is (0,39,45,21).

  • cyan value is 0.00%
  • magenta value is 38.81%
  • yellow value is 45.27%
  • key color value is 21.18%
CMYK:
(0,39,45,21)
C0M39Y45K21 
(0%,39%,45%,21%)
(0.00/0.39/0.45/0.21)	

CMYK percentages

%0
%38.81
%45.27
%21.18

Codes

Color #C97B6E in popluar color models

C97B6E
RGB201123110
HSL45.73%60.98%
HSB/HSV45.27%78.82%
CMYK0.00%38.81%45.27%
21.18%

Color #C97B6E in popluar number systems.

HEXC97B6E
Decimal201123110
Binary1100100111110111101110
Octal311173156

Shades and tints

Shades of #C97B6E

#C97B6E
(201,123,110)
#B77064
(183,112,100)
#A5655A
(165,101,90)
#935A50
(147,90,80)
#814F46
(129,79,70)
#6F443C
(111,68,60)
#5D3932
(93,57,50)
#4B2E28
(75,46,40)
#39231E
(57,35,30)
#271814
(39,24,20)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #C97B6E

#C97B6E
(201,123,110)
#CD877B
(205,135,123)
#D19388
(209,147,136)
#D59F95
(213,159,149)
#D9ABA2
(217,171,162)
#DDB7AF
(221,183,175)
#E1C3BC
(225,195,188)
#E5CFC9
(229,207,201)
#E9DBD6
(233,219,214)
#EDE7E3
(237,231,227)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C97B6E; }

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

This text font color is #C97B6E.


Background Color

.myBgColor { background-color: #C97B6E; }

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

This div background color is #C97B6E.


Border color

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

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

This div border color is #C97B6E.


Opacity

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

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

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

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

This text has shadow with #C97B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97B6E on black background.


Color preview on white background

This text has color #C97B6E on white background.



Black color preview on #C97B6E background

This text has black color on #C97B6E background.


White color preview on #C97B6E background

This text has white color on #C97B6E background.