COLOR #C2647E

HEX: #C2647E RGB: (194,100,126)

Color info

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

RGB color model

#C2647E color RGB value is (194,100,126).

RGB: (194,100,126) (76%, 39%, 49%)

RGB channels and saturation

R 194 of 255 = 76%
G 100 of 255 = 39%
B 126 of 255 = 49%

194
100
126

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

Portions of RGB colors in percentages

R + G + B = 194 + 100 + 126 = 420 (100%)
R 194 of 420 ~ 46.19%
G 100 of 420 ~ 23.81%
B 126 of 420 ~ 30'%

%46.19
%23.81
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.45%
  • yellow value is 35.05%
  • 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
%35.05
%23.92

Codes

Color #C2647E in popluar color models

C2 64 7E
RGB 194 100 126
HSL 343° 43.52% 57.65%
HSB/HSV 343° 48.45% 76.08%
CMYK 0.00% 48.45% 35.05%
23.92%

Color #C2647E in popluar number systems.

HEX C2 64 7E
Decimal 194 100 126
Binary 11000010 1100100 1111110
Octal 302 144 176

Shades and tints

Shades of #C2647E

#C2647E
(194,100,126)
#B15B73
(177,91,115)
#A05268
(160,82,104)
#8F495D
(143,73,93)
#7E4052
(126,64,82)
#6D3747
(109,55,71)
#5C2E3C
(92,46,60)
#4B2531
(75,37,49)
#3A1C26
(58,28,38)
#29131B
(41,19,27)
#180A10
(24,10,16)
#000000
(0,0,0)

Tints of #C2647E

#C2647E
(194,100,126)
#C77289
(199,114,137)
#CC8094
(204,128,148)
#D18E9F
(209,142,159)
#D69CAA
(214,156,170)
#DBAAB5
(219,170,181)
#E0B8C0
(224,184,192)
#E5C6CB
(229,198,203)
#EAD4D6
(234,212,214)
#EFE2E1
(239,226,225)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2647E; }

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

This text font color is #C2647E.

Background Color

.myBgColor { background-color: #C2647E; }

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

This div background color is #C2647E.

Border color

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

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

This div border color is #C2647E.

Opacity

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

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

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

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

This text has shadow with #C2647E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2647E.

Preview

Color preview on black background

This text has color #C2647E on black background.


Color preview on white background

This text has color #C2647E on white background.


Black color preview on #C2647E background

This text has black color on #C2647E background.


White color preview on #C2647E background

This text has white color on #C2647E background.


Related colors

Complementary color

Complementary color for #hex is #3D9B81.


I love getcolorcode.com

Triadic colors

1 #7EC264 and #647EC2 with #C2647E are triadic colors.

2 #7E64C2 and #64C27E with #C2647E are triadic colors.