COLOR #C96A77

HEX: #C96A77 RGB: (201,106,119)

Color info

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

RGB color model

#C96A77 color RGB value is (201,106,119).

RGB: (201,106,119) (79%, 42%, 47%)

RGB channels and saturation

R 201 of 255 = 79%
G 106 of 255 = 42%
B 119 of 255 = 47%

201
106
119

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

Portions of RGB colors in percentages

R + G + B = 201 + 106 + 119 = 426 (100%)
R 201 of 426 ~ 47.18%
G 106 of 426 ~ 24.88%
B 119 of 426 ~ 27.93'%

%47.18
%24.88
%27.93

CMYK color model

#C96A77 color CMYK value is (0,47,41,21).

  • cyan value is 0.00%
  • magenta value is 47.26%
  • yellow value is 40.80%
  • key color value is 21.18%

CMYK: (0,47,41,21)
C0M47Y41K21 (0%, 47%, 41%, 21%)
(0.00 / 0.47 / 0.41 / 0.21)

CMYK percentages

%0
%47.26
%40.8
%21.18

Codes

Color #C96A77 in popluar color models

C9 6A 77
RGB 201 106 119
HSL 352° 46.80% 60.20%
HSB/HSV 352° 47.26% 78.82%
CMYK 0.00% 47.26% 40.80%
21.18%

Color #C96A77 in popluar number systems.

HEX C9 6A 77
Decimal 201 106 119
Binary 11001001 1101010 1110111
Octal 311 152 167

Shades and tints

Shades of #C96A77

#C96A77
(201,106,119)
#B7616D
(183,97,109)
#A55863
(165,88,99)
#934F59
(147,79,89)
#81464F
(129,70,79)
#6F3D45
(111,61,69)
#5D343B
(93,52,59)
#4B2B31
(75,43,49)
#392227
(57,34,39)
#27191D
(39,25,29)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #C96A77

#C96A77
(201,106,119)
#CD7783
(205,119,131)
#D1848F
(209,132,143)
#D5919B
(213,145,155)
#D99EA7
(217,158,167)
#DDABB3
(221,171,179)
#E1B8BF
(225,184,191)
#E5C5CB
(229,197,203)
#E9D2D7
(233,210,215)
#EDDFE3
(237,223,227)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96A77 color. Also use rgb(201,106,119) instead hex code.

Text Font Color

.myTextColor { color: #C96A77; }

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

This text font color is #C96A77.

Background Color

.myBgColor { background-color: #C96A77; }

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

This div background color is #C96A77.

Border color

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

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

This div border color is #C96A77.

Opacity

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

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

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

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

This text has shadow with #C96A77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C96A77.

Preview

Color preview on black background

This text has color #C96A77 on black background.


Color preview on white background

This text has color #C96A77 on white background.


Black color preview on #C96A77 background

This text has black color on #C96A77 background.


White color preview on #C96A77 background

This text has white color on #C96A77 background.


Related colors

Complementary color

Complementary color for #hex is #369588.


I love getcolorcode.com

Triadic colors

1 #77C96A and #6A77C9 with #C96A77 are triadic colors.

2 #776AC9 and #6AC977 with #C96A77 are triadic colors.