COLOR #C96672

HEX: #C96672
RGB: (201,102,114)

Color info

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

RGB color model

#C96672 color RGB value is (201,102,114).

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

RGB channels and saturation

R 201 of 255 = 79%
G 102 of 255 = 40%
B 114 of 255 = 45%

201
102
114

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

Portions of RGB colors in percentages

R + G + B =
201 + 102 + 114 = 417 (100%)
R 201 of 417 ~ 48.2%
G 102 of 417 ~ 24.46%
B 114 of 417 ~ 27.34%

%48.2
%24.46
%27.34

CMYK color model

#C96672 color CMYK value is (0,49,43,21).

  • cyan value is 0.00%
  • magenta value is 49.25%
  • yellow value is 43.28%
  • key color value is 21.18%
CMYK:
(0,49,43,21)
C0M49Y43K21 
(0%,49%,43%,21%)
(0.00/0.49/0.43/0.21)	

CMYK percentages

%0
%49.25
%43.28
%21.18

Codes

Color #C96672 in popluar color models

C96672
RGB201102114
HSL353°47.83%59.41%
HSB/HSV353°49.25%78.82%
CMYK0.00%49.25%43.28%
21.18%

Color #C96672 in popluar number systems.

HEXC96672
Decimal201102114
Binary1100100111001101110010
Octal311146162

Shades and tints

Shades of #C96672

#C96672
(201,102,114)
#B75D68
(183,93,104)
#A5545E
(165,84,94)
#934B54
(147,75,84)
#81424A
(129,66,74)
#6F3940
(111,57,64)
#5D3036
(93,48,54)
#4B272C
(75,39,44)
#391E22
(57,30,34)
#271518
(39,21,24)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #C96672

#C96672
(201,102,114)
#CD737E
(205,115,126)
#D1808A
(209,128,138)
#D58D96
(213,141,150)
#D99AA2
(217,154,162)
#DDA7AE
(221,167,174)
#E1B4BA
(225,180,186)
#E5C1C6
(229,193,198)
#E9CED2
(233,206,210)
#EDDBDE
(237,219,222)
#F1E8EA
(241,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C96672; }

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

This text font color is #C96672.


Background Color

.myBgColor { background-color: #C96672; }

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

This div background color is #C96672.


Border color

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

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

This div border color is #C96672.


Opacity

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

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

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

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

This text has shadow with #C96672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C96672 on black background.


Color preview on white background

This text has color #C96672 on white background.



Black color preview on #C96672 background

This text has black color on #C96672 background.


White color preview on #C96672 background

This text has white color on #C96672 background.