COLOR #C2649F

HEX: #C2649F RGB: (194,100,159)

Color info

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

RGB color model

#C2649F color RGB value is (194,100,159).

RGB: (194,100,159) (76%, 39%, 62%)

RGB channels and saturation

R 194 of 255 = 76%
G 100 of 255 = 39%
B 159 of 255 = 62%

194
100
159

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

Portions of RGB colors in percentages

R + G + B = 194 + 100 + 159 = 453 (100%)
R 194 of 453 ~ 42.83%
G 100 of 453 ~ 22.08%
B 159 of 453 ~ 35.1'%

%42.83
%22.08
%35.1

CMYK color model

#C2649F color CMYK value is (0,48,18,24).

  • cyan value is 0.00%
  • magenta value is 48.45%
  • yellow value is 18.04%
  • key color value is 23.92%
CMYK: (0,48,18,24) C0M48Y18K24 (0%,48%,18%,24%) (0.00/0.48/0.18/0.24) 

CMYK percentages

%0
%48.45
%18.04
%23.92

Codes

Color #C2649F in popluar color models

C2 64 9F
RGB 194 100 159
HSL 322° 43.52% 57.65%
HSB/HSV 322° 48.45% 76.08%
CMYK 0.00% 48.45% 18.04%
23.92%

Color #C2649F in popluar number systems.

HEX C2 64 9F
Decimal 194 100 159
Binary 11000010 1100100 10011111
Octal 302 144 237

Shades and tints

Shades of #C2649F

#C2649F
(194,100,159)
#B15B91
(177,91,145)
#A05283
(160,82,131)
#8F4975
(143,73,117)
#7E4067
(126,64,103)
#6D3759
(109,55,89)
#5C2E4B
(92,46,75)
#4B253D
(75,37,61)
#3A1C2F
(58,28,47)
#291321
(41,19,33)
#180A13
(24,10,19)
#000000
(0,0,0)

Tints of #C2649F

#C2649F
(194,100,159)
#C772A7
(199,114,167)
#CC80AF
(204,128,175)
#D18EB7
(209,142,183)
#D69CBF
(214,156,191)
#DBAAC7
(219,170,199)
#E0B8CF
(224,184,207)
#E5C6D7
(229,198,215)
#EAD4DF
(234,212,223)
#EFE2E7
(239,226,231)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2649F; }

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

This text font color is #C2649F.

Background Color

.myBgColor { background-color: #C2649F; }

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

This div background color is #C2649F.

Border color

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

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

This div border color is #C2649F.

Opacity

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

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

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

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

This text has shadow with #C2649F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2649F.

Preview

Color preview on black background

This text has color #C2649F on black background.


Color preview on white background

This text has color #C2649F on white background.


Black color preview on #C2649F background

This text has black color on #C2649F background.


White color preview on #C2649F background

This text has white color on #C2649F background.


Related colors

Complementary color

Complementary color for #hex is #3D9B60.


I love getcolorcode.com

Triadic colors

1 #9FC264 and #649FC2 with #C2649F are triadic colors.

2 #9F64C2 and #64C29F with #C2649F are triadic colors.