COLOR #C96890

HEX: #C96890
RGB: (201,104,144)

Color info

#C96890 contains mainly red and blue colors. Web safe color of #C96890 is #CC6699 (or #C69).

RGB color model

#C96890 color RGB value is (201,104,144).

  • red value is 201;
  • green value is 104;
  • blue value is 144.
RGB:
(201,104,144)
(79%,41%,56%)

RGB channels and saturation

R 201 of 255 = 79%
G 104 of 255 = 41%
B 144 of 255 = 56%

201
104
144

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

Portions of RGB colors in percentages

R + G + B =
201 + 104 + 144 = 449 (100%)
R 201 of 449 ~ 44.77%
G 104 of 449 ~ 23.16%
B 144 of 449 ~ 32.07%

%44.77
%23.16
%32.07

CMYK color model

#C96890 color CMYK value is (0,48,28,21).

  • cyan value is 0.00%
  • magenta value is 48.26%
  • yellow value is 28.36%
  • key color value is 21.18%
CMYK:
(0,48,28,21)
C0M48Y28K21 
(0%,48%,28%,21%)
(0.00/0.48/0.28/0.21)	

CMYK percentages

%0
%48.26
%28.36
%21.18

Codes

Color #C96890 in popluar color models

C96890
RGB201104144
HSL335°47.32%59.80%
HSB/HSV335°48.26%78.82%
CMYK0.00%48.26%28.36%
21.18%

Color #C96890 in popluar number systems.

HEXC96890
Decimal201104144
Binary11001001110100010010000
Octal311150220

Shades and tints

Shades of #C96890

#C96890
(201,104,144)
#B75F83
(183,95,131)
#A55676
(165,86,118)
#934D69
(147,77,105)
#81445C
(129,68,92)
#6F3B4F
(111,59,79)
#5D3242
(93,50,66)
#4B2935
(75,41,53)
#392028
(57,32,40)
#27171B
(39,23,27)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #C96890

#C96890
(201,104,144)
#CD759A
(205,117,154)
#D182A4
(209,130,164)
#D58FAE
(213,143,174)
#D99CB8
(217,156,184)
#DDA9C2
(221,169,194)
#E1B6CC
(225,182,204)
#E5C3D6
(229,195,214)
#E9D0E0
(233,208,224)
#EDDDEA
(237,221,234)
#F1EAF4
(241,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96890 color. Also use rgb(201,104,144) instead hex code.

Text Font Color

.myTextColor { color: #C96890; }

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

This text font color is #C96890.


Background Color

.myBgColor { background-color: #C96890; }

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

This div background color is #C96890.


Border color

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

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

This div border color is #C96890.


Opacity

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

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

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

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

This text has shadow with #C96890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C96890 on black background.


Color preview on white background

This text has color #C96890 on white background.



Black color preview on #C96890 background

This text has black color on #C96890 background.


White color preview on #C96890 background

This text has white color on #C96890 background.