COLOR #C4649A

HEX: #C4649A
RGB: (196,100,154)

Color info

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

RGB color model

#C4649A color RGB value is (196,100,154).

  • red value is 196;
  • green value is 100;
  • blue value is 154.
RGB:
(196,100,154)
(77%,39%,60%)

RGB channels and saturation

R 196 of 255 = 77%
G 100 of 255 = 39%
B 154 of 255 = 60%

196
100
154

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

Portions of RGB colors in percentages

R + G + B =
196 + 100 + 154 = 450 (100%)
R 196 of 450 ~ 43.56%
G 100 of 450 ~ 22.22%
B 154 of 450 ~ 34.22%

%43.56
%22.22
%34.22

CMYK color model

#C4649A color CMYK value is (0,49,21,23).

  • cyan value is 0.00%
  • magenta value is 48.98%
  • yellow value is 21.43%
  • key color value is 23.14%
CMYK:
(0,49,21,23)
C0M49Y21K23 
(0%,49%,21%,23%)
(0.00/0.49/0.21/0.23)	

CMYK percentages

%0
%48.98
%21.43
%23.14

Codes

Color #C4649A in popluar color models

C4649A
RGB196100154
HSL326°44.86%58.04%
HSB/HSV326°48.98%76.86%
CMYK0.00%48.98%21.43%
23.14%

Color #C4649A in popluar number systems.

HEXC4649A
Decimal196100154
Binary11000100110010010011010
Octal304144232

Shades and tints

Shades of #C4649A

#C4649A
(196,100,154)
#B35B8C
(179,91,140)
#A2527E
(162,82,126)
#914970
(145,73,112)
#804062
(128,64,98)
#6F3754
(111,55,84)
#5E2E46
(94,46,70)
#4D2538
(77,37,56)
#3C1C2A
(60,28,42)
#2B131C
(43,19,28)
#1A0A0E
(26,10,14)
#000000
(0,0,0)

Tints of #C4649A

#C4649A
(196,100,154)
#C972A3
(201,114,163)
#CE80AC
(206,128,172)
#D38EB5
(211,142,181)
#D89CBE
(216,156,190)
#DDAAC7
(221,170,199)
#E2B8D0
(226,184,208)
#E7C6D9
(231,198,217)
#ECD4E2
(236,212,226)
#F1E2EB
(241,226,235)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4649A color. Also use rgb(196,100,154) instead hex code.

Text Font Color

.myTextColor { color: #C4649A; }

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

This text font color is #C4649A.


Background Color

.myBgColor { background-color: #C4649A; }

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

This div background color is #C4649A.


Border color

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

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

This div border color is #C4649A.


Opacity

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

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

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

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

This text has shadow with #C4649A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4649A on black background.


Color preview on white background

This text has color #C4649A on white background.



Black color preview on #C4649A background

This text has black color on #C4649A background.


White color preview on #C4649A background

This text has white color on #C4649A background.