COLOR #C97966

HEX: #C97966
RGB: (201,121,102)

Color info

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

RGB color model

#C97966 color RGB value is (201,121,102).

  • red value is 201;
  • green value is 121;
  • blue value is 102.
RGB:
(201,121,102)
(79%,47%,40%)

RGB channels and saturation

R 201 of 255 = 79%
G 121 of 255 = 47%
B 102 of 255 = 40%

201
121
102

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

Portions of RGB colors in percentages

R + G + B =
201 + 121 + 102 = 424 (100%)
R 201 of 424 ~ 47.41%
G 121 of 424 ~ 28.54%
B 102 of 424 ~ 24.06%

%47.41
%28.54
%24.06

CMYK color model

#C97966 color CMYK value is (0,40,49,21).

  • cyan value is 0.00%
  • magenta value is 39.80%
  • yellow value is 49.25%
  • key color value is 21.18%
CMYK:
(0,40,49,21)
C0M40Y49K21 
(0%,40%,49%,21%)
(0.00/0.40/0.49/0.21)	

CMYK percentages

%0
%39.8
%49.25
%21.18

Codes

Color #C97966 in popluar color models

C97966
RGB201121102
HSL12°47.83%59.41%
HSB/HSV12°49.25%78.82%
CMYK0.00%39.80%49.25%
21.18%

Color #C97966 in popluar number systems.

HEXC97966
Decimal201121102
Binary1100100111110011100110
Octal311171146

Shades and tints

Shades of #C97966

#C97966
(201,121,102)
#B76E5D
(183,110,93)
#A56354
(165,99,84)
#93584B
(147,88,75)
#814D42
(129,77,66)
#6F4239
(111,66,57)
#5D3730
(93,55,48)
#4B2C27
(75,44,39)
#39211E
(57,33,30)
#271615
(39,22,21)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #C97966

#C97966
(201,121,102)
#CD8573
(205,133,115)
#D19180
(209,145,128)
#D59D8D
(213,157,141)
#D9A99A
(217,169,154)
#DDB5A7
(221,181,167)
#E1C1B4
(225,193,180)
#E5CDC1
(229,205,193)
#E9D9CE
(233,217,206)
#EDE5DB
(237,229,219)
#F1F1E8
(241,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97966 color. Also use rgb(201,121,102) instead hex code.

Text Font Color

.myTextColor { color: #C97966; }

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

This text font color is #C97966.


Background Color

.myBgColor { background-color: #C97966; }

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

This div background color is #C97966.


Border color

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

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

This div border color is #C97966.


Opacity

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

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

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

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

This text has shadow with #C97966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97966 on black background.


Color preview on white background

This text has color #C97966 on white background.



Black color preview on #C97966 background

This text has black color on #C97966 background.


White color preview on #C97966 background

This text has white color on #C97966 background.