COLOR #C94D6C

HEX: #C94D6C RGB: (201,77,108)

Color info

#C94D6C contains mainly red color. Web safe color of #C94D6C is #CC3366 (or #C36).

RGB color model

#C94D6C color RGB value is (201,77,108).

RGB: (201,77,108) (79%, 30%, 42%)

RGB channels and saturation

R 201 of 255 = 79%
G 77 of 255 = 30%
B 108 of 255 = 42%

201
77
108

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

Portions of RGB colors in percentages

R + G + B = 201 + 77 + 108 = 386 (100%)
R 201 of 386 ~ 52.07%
G 77 of 386 ~ 19.95%
B 108 of 386 ~ 27.98'%

%52.07
%19.95
%27.98

CMYK color model

#C94D6C color CMYK value is (0,62,46,21).

  • cyan value is 0.00%
  • magenta value is 61.69%
  • yellow value is 46.27%
  • key color value is 21.18%
CMYK: (0,62,46,21) C0M62Y46K21 (0%,62%,46%,21%) (0.00/0.62/0.46/0.21) 

CMYK percentages

%0
%61.69
%46.27
%21.18

Codes

Color #C94D6C in popluar color models

C9 4D 6C
RGB 201 77 108
HSL 345° 53.45% 54.51%
HSB/HSV 345° 61.69% 78.82%
CMYK 0.00% 61.69% 46.27%
21.18%

Color #C94D6C in popluar number systems.

HEX C9 4D 6C
Decimal 201 77 108
Binary 11001001 1001101 1101100
Octal 311 115 154

Shades and tints

Shades of #C94D6C

#C94D6C
(201,77,108)
#B74663
(183,70,99)
#A53F5A
(165,63,90)
#933851
(147,56,81)
#813148
(129,49,72)
#6F2A3F
(111,42,63)
#5D2336
(93,35,54)
#4B1C2D
(75,28,45)
#391524
(57,21,36)
#270E1B
(39,14,27)
#150712
(21,7,18)
#000000
(0,0,0)

Tints of #C94D6C

#C94D6C
(201,77,108)
#CD5D79
(205,93,121)
#D16D86
(209,109,134)
#D57D93
(213,125,147)
#D98DA0
(217,141,160)
#DD9DAD
(221,157,173)
#E1ADBA
(225,173,186)
#E5BDC7
(229,189,199)
#E9CDD4
(233,205,212)
#EDDDE1
(237,221,225)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C94D6C; }

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

This text font color is #C94D6C.

Background Color

.myBgColor { background-color: #C94D6C; }

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

This div background color is #C94D6C.

Border color

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

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

This div border color is #C94D6C.

Opacity

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

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

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

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

This text has shadow with #C94D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C94D6C.

Preview

Color preview on black background

This text has color #C94D6C on black background.


Color preview on white background

This text has color #C94D6C on white background.


Black color preview on #C94D6C background

This text has black color on #C94D6C background.


White color preview on #C94D6C background

This text has white color on #C94D6C background.


Related colors

Complementary color

Complementary color for #hex is #36B293.


I love getcolorcode.com

Triadic colors

1 #6CC94D and #4D6CC9 with #C94D6C are triadic colors.

2 #6C4DC9 and #4DC96C with #C94D6C are triadic colors.