COLOR #C96F95

HEX: #C96F95 RGB: (201,111,149)

Color info

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

RGB color model

#C96F95 color RGB value is (201,111,149).

RGB: (201,111,149) (79%, 44%, 58%)

RGB channels and saturation

R 201 of 255 = 79%
G 111 of 255 = 44%
B 149 of 255 = 58%

201
111
149

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

Portions of RGB colors in percentages

R + G + B = 201 + 111 + 149 = 461 (100%)
R 201 of 461 ~ 43.6%
G 111 of 461 ~ 24.08%
B 149 of 461 ~ 32.32'%

%43.6
%24.08
%32.32

CMYK color model

#C96F95 color CMYK value is (0,45,26,21).

  • cyan value is 0.00%
  • magenta value is 44.78%
  • yellow value is 25.87%
  • key color value is 21.18%

CMYK: (0,45,26,21)
C0M45Y26K21 (0%, 45%, 26%, 21%)
(0.00 / 0.45 / 0.26 / 0.21)

CMYK percentages

%0
%44.78
%25.87
%21.18

Codes

Color #C96F95 in popluar color models

C9 6F 95
RGB 201 111 149
HSL 335° 45.45% 61.18%
HSB/HSV 335° 44.78% 78.82%
CMYK 0.00% 44.78% 25.87%
21.18%

Color #C96F95 in popluar number systems.

HEX C9 6F 95
Decimal 201 111 149
Binary 11001001 1101111 10010101
Octal 311 157 225

Shades and tints

Shades of #C96F95

#C96F95
(201,111,149)
#B76588
(183,101,136)
#A55B7B
(165,91,123)
#93516E
(147,81,110)
#814761
(129,71,97)
#6F3D54
(111,61,84)
#5D3347
(93,51,71)
#4B293A
(75,41,58)
#391F2D
(57,31,45)
#271520
(39,21,32)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #C96F95

#C96F95
(201,111,149)
#CD7C9E
(205,124,158)
#D189A7
(209,137,167)
#D596B0
(213,150,176)
#D9A3B9
(217,163,185)
#DDB0C2
(221,176,194)
#E1BDCB
(225,189,203)
#E5CAD4
(229,202,212)
#E9D7DD
(233,215,221)
#EDE4E6
(237,228,230)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96F95 color. Also use rgb(201,111,149) instead hex code.

Text Font Color

.myTextColor { color: #C96F95; }

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

This text font color is #C96F95.

Background Color

.myBgColor { background-color: #C96F95; }

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

This div background color is #C96F95.

Border color

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

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

This div border color is #C96F95.

Opacity

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

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

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

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

This text has shadow with #C96F95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C96F95.

Preview

Color preview on black background

This text has color #C96F95 on black background.


Color preview on white background

This text has color #C96F95 on white background.


Black color preview on #C96F95 background

This text has black color on #C96F95 background.


White color preview on #C96F95 background

This text has white color on #C96F95 background.


Related colors

Complementary color

Complementary color for #hex is #36906A.


I love getcolorcode.com

Triadic colors

1 #95C96F and #6F95C9 with #C96F95 are triadic colors.

2 #956FC9 and #6FC995 with #C96F95 are triadic colors.