COLOR #C96BA0

HEX: #C96BA0 RGB: (201,107,160)

Color info

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

RGB color model

#C96BA0 color RGB value is (201,107,160).

RGB: (201,107,160) (79%, 42%, 63%)

RGB channels and saturation

R 201 of 255 = 79%
G 107 of 255 = 42%
B 160 of 255 = 63%

201
107
160

R + G + B ~ 61%. #C96BA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 107 + 160 = 468 (100%)
R 201 of 468 ~ 42.95%
G 107 of 468 ~ 22.86%
B 160 of 468 ~ 34.19'%

%42.95
%22.86
%34.19

CMYK color model

#C96BA0 color CMYK value is (0,47,20,21).

  • cyan value is 0.00%
  • magenta value is 46.77%
  • yellow value is 20.40%
  • key color value is 21.18%

CMYK: (0,47,20,21)
C0M47Y20K21 (0%, 47%, 20%, 21%)
(0.00 / 0.47 / 0.20 / 0.21)

CMYK percentages

%0
%46.77
%20.4
%21.18

Codes

Color #C96BA0 in popluar color models

C9 6B A0
RGB 201 107 160
HSL 326° 46.53% 60.39%
HSB/HSV 326° 46.77% 78.82%
CMYK 0.00% 46.77% 20.40%
21.18%

Color #C96BA0 in popluar number systems.

HEX C9 6B A0
Decimal 201 107 160
Binary 11001001 1101011 10100000
Octal 311 153 240

Shades and tints

Shades of #C96BA0

#C96BA0
(201,107,160)
#B76292
(183,98,146)
#A55984
(165,89,132)
#935076
(147,80,118)
#814768
(129,71,104)
#6F3E5A
(111,62,90)
#5D354C
(93,53,76)
#4B2C3E
(75,44,62)
#392330
(57,35,48)
#271A22
(39,26,34)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #C96BA0

#C96BA0
(201,107,160)
#CD78A8
(205,120,168)
#D185B0
(209,133,176)
#D592B8
(213,146,184)
#D99FC0
(217,159,192)
#DDACC8
(221,172,200)
#E1B9D0
(225,185,208)
#E5C6D8
(229,198,216)
#E9D3E0
(233,211,224)
#EDE0E8
(237,224,232)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96BA0 color. Also use rgb(201,107,160) instead hex code.

Text Font Color

.myTextColor { color: #C96BA0; }

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

This text font color is #C96BA0.

Background Color

.myBgColor { background-color: #C96BA0; }

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

This div background color is #C96BA0.

Border color

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

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

This div border color is #C96BA0.

Opacity

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

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

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

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

This text has shadow with #C96BA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C96BA0.

Preview

Color preview on black background

This text has color #C96BA0 on black background.


Color preview on white background

This text has color #C96BA0 on white background.


Black color preview on #C96BA0 background

This text has black color on #C96BA0 background.


White color preview on #C96BA0 background

This text has white color on #C96BA0 background.


Related colors

Complementary color

Complementary color for #hex is #36945F.


I love getcolorcode.com

Triadic colors

1 #A0C96B and #6BA0C9 with #C96BA0 are triadic colors.

2 #A06BC9 and #6BC9A0 with #C96BA0 are triadic colors.