COLOR #C96C9C

HEX: #C96C9C RGB: (201,108,156)

Color info

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

RGB color model

#C96C9C color RGB value is (201,108,156).

RGB: (201,108,156) (79%, 42%, 61%)

RGB channels and saturation

R 201 of 255 = 79%
G 108 of 255 = 42%
B 156 of 255 = 61%

201
108
156

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

Portions of RGB colors in percentages

R + G + B = 201 + 108 + 156 = 465 (100%)
R 201 of 465 ~ 43.23%
G 108 of 465 ~ 23.23%
B 156 of 465 ~ 33.55'%

%43.23
%23.23
%33.55

CMYK color model

#C96C9C color CMYK value is (0,46,22,21).

  • cyan value is 0.00%
  • magenta value is 46.27%
  • yellow value is 22.39%
  • key color value is 21.18%

CMYK: (0,46,22,21)
C0M46Y22K21 (0%, 46%, 22%, 21%)
(0.00 / 0.46 / 0.22 / 0.21)

CMYK percentages

%0
%46.27
%22.39
%21.18

Codes

Color #C96C9C in popluar color models

C9 6C 9C
RGB 201 108 156
HSL 329° 46.27% 60.59%
HSB/HSV 329° 46.27% 78.82%
CMYK 0.00% 46.27% 22.39%
21.18%

Color #C96C9C in popluar number systems.

HEX C9 6C 9C
Decimal 201 108 156
Binary 11001001 1101100 10011100
Octal 311 154 234

Shades and tints

Shades of #C96C9C

#C96C9C
(201,108,156)
#B7638E
(183,99,142)
#A55A80
(165,90,128)
#935172
(147,81,114)
#814864
(129,72,100)
#6F3F56
(111,63,86)
#5D3648
(93,54,72)
#4B2D3A
(75,45,58)
#39242C
(57,36,44)
#271B1E
(39,27,30)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #C96C9C

#C96C9C
(201,108,156)
#CD79A5
(205,121,165)
#D186AE
(209,134,174)
#D593B7
(213,147,183)
#D9A0C0
(217,160,192)
#DDADC9
(221,173,201)
#E1BAD2
(225,186,210)
#E5C7DB
(229,199,219)
#E9D4E4
(233,212,228)
#EDE1ED
(237,225,237)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96C9C color. Also use rgb(201,108,156) instead hex code.

Text Font Color

.myTextColor { color: #C96C9C; }

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

This text font color is #C96C9C.

Background Color

.myBgColor { background-color: #C96C9C; }

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

This div background color is #C96C9C.

Border color

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

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

This div border color is #C96C9C.

Opacity

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

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

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

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

This text has shadow with #C96C9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C96C9C.

Preview

Color preview on black background

This text has color #C96C9C on black background.


Color preview on white background

This text has color #C96C9C on white background.


Black color preview on #C96C9C background

This text has black color on #C96C9C background.


White color preview on #C96C9C background

This text has white color on #C96C9C background.


Related colors

Complementary color

Complementary color for #hex is #369363.


I love getcolorcode.com

Triadic colors

1 #9CC96C and #6C9CC9 with #C96C9C are triadic colors.

2 #9C6CC9 and #6CC99C with #C96C9C are triadic colors.