COLOR #C2647F

HEX: #C2647F RGB: (194,100,127)

Color info

#C2647F contains mainly red color. Web safe color of #C2647F is #CC6666 (or #C66).

RGB color model

#C2647F color RGB value is (194,100,127).

RGB: (194,100,127) (76%, 39%, 50%)

RGB channels and saturation

R 194 of 255 = 76%
G 100 of 255 = 39%
B 127 of 255 = 50%

194
100
127

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

Portions of RGB colors in percentages

R + G + B = 194 + 100 + 127 = 421 (100%)
R 194 of 421 ~ 46.08%
G 100 of 421 ~ 23.75%
B 127 of 421 ~ 30.17'%

%46.08
%23.75
%30.17

CMYK color model

#C2647F color CMYK value is (0,48,35,24).

  • cyan value is 0.00%
  • magenta value is 48.45%
  • yellow value is 34.54%
  • key color value is 23.92%

CMYK: (0,48,35,24)
C0M48Y35K24 (0%, 48%, 35%, 24%)
(0.00 / 0.48 / 0.35 / 0.24)

CMYK percentages

%0
%48.45
%34.54
%23.92

Codes

Color #C2647F in popluar color models

C2 64 7F
RGB 194 100 127
HSL 343° 43.52% 57.65%
HSB/HSV 343° 48.45% 76.08%
CMYK 0.00% 48.45% 34.54%
23.92%

Color #C2647F in popluar number systems.

HEX C2 64 7F
Decimal 194 100 127
Binary 11000010 1100100 1111111
Octal 302 144 177

Shades and tints

Shades of #C2647F

#C2647F
(194,100,127)
#B15B74
(177,91,116)
#A05269
(160,82,105)
#8F495E
(143,73,94)
#7E4053
(126,64,83)
#6D3748
(109,55,72)
#5C2E3D
(92,46,61)
#4B2532
(75,37,50)
#3A1C27
(58,28,39)
#29131C
(41,19,28)
#180A11
(24,10,17)
#000000
(0,0,0)

Tints of #C2647F

#C2647F
(194,100,127)
#C7728A
(199,114,138)
#CC8095
(204,128,149)
#D18EA0
(209,142,160)
#D69CAB
(214,156,171)
#DBAAB6
(219,170,182)
#E0B8C1
(224,184,193)
#E5C6CC
(229,198,204)
#EAD4D7
(234,212,215)
#EFE2E2
(239,226,226)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2647F color. Also use rgb(194,100,127) instead hex code.

Text Font Color

.myTextColor { color: #C2647F; }

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

This text font color is #C2647F.

Background Color

.myBgColor { background-color: #C2647F; }

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

This div background color is #C2647F.

Border color

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

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

This div border color is #C2647F.

Opacity

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

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

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

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

This text has shadow with #C2647F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2647F.

Preview

Color preview on black background

This text has color #C2647F on black background.


Color preview on white background

This text has color #C2647F on white background.


Black color preview on #C2647F background

This text has black color on #C2647F background.


White color preview on #C2647F background

This text has white color on #C2647F background.


Related colors

Complementary color

Complementary color for #hex is #3D9B80.


I love getcolorcode.com

Triadic colors

1 #7FC264 and #647FC2 with #C2647F are triadic colors.

2 #7F64C2 and #64C27F with #C2647F are triadic colors.