COLOR #C95F83

HEX: #C95F83 RGB: (201,95,131)

Color info

#C95F83 contains mainly red color. Web safe color of #C95F83 is #CC6699 (or #C69).

RGB color model

#C95F83 color RGB value is (201,95,131).

RGB: (201,95,131) (79%, 37%, 51%)

RGB channels and saturation

R 201 of 255 = 79%
G 95 of 255 = 37%
B 131 of 255 = 51%

201
95
131

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

Portions of RGB colors in percentages

R + G + B = 201 + 95 + 131 = 427 (100%)
R 201 of 427 ~ 47.07%
G 95 of 427 ~ 22.25%
B 131 of 427 ~ 30.68'%

%47.07
%22.25
%30.68

CMYK color model

#C95F83 color CMYK value is (0,53,35,21).

  • cyan value is 0.00%
  • magenta value is 52.74%
  • yellow value is 34.83%
  • key color value is 21.18%

CMYK: (0,53,35,21)
C0M53Y35K21 (0%, 53%, 35%, 21%)
(0.00 / 0.53 / 0.35 / 0.21)

CMYK percentages

%0
%52.74
%34.83
%21.18

Codes

Color #C95F83 in popluar color models

C9 5F 83
RGB 201 95 131
HSL 340° 49.53% 58.04%
HSB/HSV 340° 52.74% 78.82%
CMYK 0.00% 52.74% 34.83%
21.18%

Color #C95F83 in popluar number systems.

HEX C9 5F 83
Decimal 201 95 131
Binary 11001001 1011111 10000011
Octal 311 137 203

Shades and tints

Shades of #C95F83

#C95F83
(201,95,131)
#B75778
(183,87,120)
#A54F6D
(165,79,109)
#934762
(147,71,98)
#813F57
(129,63,87)
#6F374C
(111,55,76)
#5D2F41
(93,47,65)
#4B2736
(75,39,54)
#391F2B
(57,31,43)
#271720
(39,23,32)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #C95F83

#C95F83
(201,95,131)
#CD6D8E
(205,109,142)
#D17B99
(209,123,153)
#D589A4
(213,137,164)
#D997AF
(217,151,175)
#DDA5BA
(221,165,186)
#E1B3C5
(225,179,197)
#E5C1D0
(229,193,208)
#E9CFDB
(233,207,219)
#EDDDE6
(237,221,230)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C95F83 color. Also use rgb(201,95,131) instead hex code.

Text Font Color

.myTextColor { color: #C95F83; }

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

This text font color is #C95F83.

Background Color

.myBgColor { background-color: #C95F83; }

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

This div background color is #C95F83.

Border color

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

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

This div border color is #C95F83.

Opacity

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

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

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

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

This text has shadow with #C95F83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C95F83.

Preview

Color preview on black background

This text has color #C95F83 on black background.


Color preview on white background

This text has color #C95F83 on white background.


Black color preview on #C95F83 background

This text has black color on #C95F83 background.


White color preview on #C95F83 background

This text has white color on #C95F83 background.


Related colors

Complementary color

Complementary color for #hex is #36A07C.


I love getcolorcode.com

Triadic colors

1 #83C95F and #5F83C9 with #C95F83 are triadic colors.

2 #835FC9 and #5FC983 with #C95F83 are triadic colors.