COLOR #C96679

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

201
102
121

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

Portions of RGB colors in percentages

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

%47.41
%24.06
%28.54

CMYK color model

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

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

CMYK percentages

%0
%49.25
%39.8
%21.18

Codes

Color #C96679 in popluar color models

C96679
RGB201102121
HSL348°47.83%59.41%
HSB/HSV348°49.25%78.82%
CMYK0.00%49.25%39.80%
21.18%

Color #C96679 in popluar number systems.

HEXC96679
Decimal201102121
Binary1100100111001101111001
Octal311146171

Shades and tints

Shades of #C96679

#C96679
(201,102,121)
#B75D6E
(183,93,110)
#A55463
(165,84,99)
#934B58
(147,75,88)
#81424D
(129,66,77)
#6F3942
(111,57,66)
#5D3037
(93,48,55)
#4B272C
(75,39,44)
#391E21
(57,30,33)
#271516
(39,21,22)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #C96679

#C96679
(201,102,121)
#CD7385
(205,115,133)
#D18091
(209,128,145)
#D58D9D
(213,141,157)
#D99AA9
(217,154,169)
#DDA7B5
(221,167,181)
#E1B4C1
(225,180,193)
#E5C1CD
(229,193,205)
#E9CED9
(233,206,217)
#EDDBE5
(237,219,229)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C96679; }

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

This text font color is #C96679.


Background Color

.myBgColor { background-color: #C96679; }

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

This div background color is #C96679.


Border color

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

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

This div border color is #C96679.


Opacity

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

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

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

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

This text has shadow with #C96679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C96679 on black background.


Color preview on white background

This text has color #C96679 on white background.



Black color preview on #C96679 background

This text has black color on #C96679 background.


White color preview on #C96679 background

This text has white color on #C96679 background.