COLOR #C96D9B

HEX: #C96D9B RGB: (201,109,155)

Color info

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

RGB color model

#C96D9B color RGB value is (201,109,155).

RGB: (201,109,155) (79%, 43%, 61%)

RGB channels and saturation

R 201 of 255 = 79%
G 109 of 255 = 43%
B 155 of 255 = 61%

201
109
155

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

Portions of RGB colors in percentages

R + G + B = 201 + 109 + 155 = 465 (100%)
R 201 of 465 ~ 43.23%
G 109 of 465 ~ 23.44%
B 155 of 465 ~ 33.33'%

%43.23
%23.44
%33.33

CMYK color model

#C96D9B color CMYK value is (0,46,23,21).

  • cyan value is 0.00%
  • magenta value is 45.77%
  • yellow value is 22.89%
  • key color value is 21.18%

CMYK: (0,46,23,21)
C0M46Y23K21 (0%, 46%, 23%, 21%)
(0.00 / 0.46 / 0.23 / 0.21)

CMYK percentages

%0
%45.77
%22.89
%21.18

Codes

Color #C96D9B in popluar color models

C9 6D 9B
RGB 201 109 155
HSL 330° 46.00% 60.78%
HSB/HSV 330° 45.77% 78.82%
CMYK 0.00% 45.77% 22.89%
21.18%

Color #C96D9B in popluar number systems.

HEX C9 6D 9B
Decimal 201 109 155
Binary 11001001 1101101 10011011
Octal 311 155 233

Shades and tints

Shades of #C96D9B

#C96D9B
(201,109,155)
#B7648D
(183,100,141)
#A55B7F
(165,91,127)
#935271
(147,82,113)
#814963
(129,73,99)
#6F4055
(111,64,85)
#5D3747
(93,55,71)
#4B2E39
(75,46,57)
#39252B
(57,37,43)
#271C1D
(39,28,29)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #C96D9B

#C96D9B
(201,109,155)
#CD7AA4
(205,122,164)
#D187AD
(209,135,173)
#D594B6
(213,148,182)
#D9A1BF
(217,161,191)
#DDAEC8
(221,174,200)
#E1BBD1
(225,187,209)
#E5C8DA
(229,200,218)
#E9D5E3
(233,213,227)
#EDE2EC
(237,226,236)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96D9B color. Also use rgb(201,109,155) instead hex code.

Text Font Color

.myTextColor { color: #C96D9B; }

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

This text font color is #C96D9B.

Background Color

.myBgColor { background-color: #C96D9B; }

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

This div background color is #C96D9B.

Border color

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

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

This div border color is #C96D9B.

Opacity

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

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

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

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

This text has shadow with #C96D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C96D9B.

Preview

Color preview on black background

This text has color #C96D9B on black background.


Color preview on white background

This text has color #C96D9B on white background.


Black color preview on #C96D9B background

This text has black color on #C96D9B background.


White color preview on #C96D9B background

This text has white color on #C96D9B background.


Related colors

Complementary color

Complementary color for #hex is #369264.


I love getcolorcode.com

Triadic colors

1 #9BC96D and #6D9BC9 with #C96D9B are triadic colors.

2 #9B6DC9 and #6DC99B with #C96D9B are triadic colors.