COLOR #C96F77

HEX: #C96F77
RGB: (201,111,119)

Color info

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

RGB color model

#C96F77 color RGB value is (201,111,119).

  • red value is 201;
  • green value is 111;
  • blue value is 119.
RGB:
(201,111,119)
(79%,44%,47%)

RGB channels and saturation

R 201 of 255 = 79%
G 111 of 255 = 44%
B 119 of 255 = 47%

201
111
119

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

Portions of RGB colors in percentages

R + G + B =
201 + 111 + 119 = 431 (100%)
R 201 of 431 ~ 46.64%
G 111 of 431 ~ 25.75%
B 119 of 431 ~ 27.61%

%46.64
%25.75
%27.61

CMYK color model

#C96F77 color CMYK value is (0,45,41,21).

  • cyan value is 0.00%
  • magenta value is 44.78%
  • yellow value is 40.80%
  • key color value is 21.18%
CMYK:
(0,45,41,21)
C0M45Y41K21 
(0%,45%,41%,21%)
(0.00/0.45/0.41/0.21)	

CMYK percentages

%0
%44.78
%40.8
%21.18

Codes

Color #C96F77 in popluar color models

C96F77
RGB201111119
HSL355°45.45%61.18%
HSB/HSV355°44.78%78.82%
CMYK0.00%44.78%40.80%
21.18%

Color #C96F77 in popluar number systems.

HEXC96F77
Decimal201111119
Binary1100100111011111110111
Octal311157167

Shades and tints

Shades of #C96F77

#C96F77
(201,111,119)
#B7656D
(183,101,109)
#A55B63
(165,91,99)
#935159
(147,81,89)
#81474F
(129,71,79)
#6F3D45
(111,61,69)
#5D333B
(93,51,59)
#4B2931
(75,41,49)
#391F27
(57,31,39)
#27151D
(39,21,29)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #C96F77

#C96F77
(201,111,119)
#CD7C83
(205,124,131)
#D1898F
(209,137,143)
#D5969B
(213,150,155)
#D9A3A7
(217,163,167)
#DDB0B3
(221,176,179)
#E1BDBF
(225,189,191)
#E5CACB
(229,202,203)
#E9D7D7
(233,215,215)
#EDE4E3
(237,228,227)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C96F77; }

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

This text font color is #C96F77.


Background Color

.myBgColor { background-color: #C96F77; }

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

This div background color is #C96F77.


Border color

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

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

This div border color is #C96F77.


Opacity

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

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

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

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

This text has shadow with #C96F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C96F77 on black background.


Color preview on white background

This text has color #C96F77 on white background.



Black color preview on #C96F77 background

This text has black color on #C96F77 background.


White color preview on #C96F77 background

This text has white color on #C96F77 background.