COLOR #C4849F

HEX: #C4849F
RGB: (196,132,159)

Color info

#C4849F contains mainly red and blue colors. Web safe color of #C4849F is #CC9999 (or #C99).

RGB color model

#C4849F color RGB value is (196,132,159).

  • red value is 196;
  • green value is 132;
  • blue value is 159.
RGB:
(196,132,159)
(77%,52%,62%)

RGB channels and saturation

R 196 of 255 = 77%
G 132 of 255 = 52%
B 159 of 255 = 62%

196
132
159

R + G + B ~ 64%. #C4849F is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 132 + 159 = 487 (100%)
R 196 of 487 ~ 40.25%
G 132 of 487 ~ 27.1%
B 159 of 487 ~ 32.65%

%40.25
%27.1
%32.65

CMYK color model

#C4849F color CMYK value is (0,33,19,23).

  • cyan value is 0.00%
  • magenta value is 32.65%
  • yellow value is 18.88%
  • key color value is 23.14%
CMYK:
(0,33,19,23)
C0M33Y19K23 
(0%,33%,19%,23%)
(0.00/0.33/0.19/0.23)	

CMYK percentages

%0
%32.65
%18.88
%23.14

Codes

Color #C4849F in popluar color models

C4849F
RGB196132159
HSL335°35.16%64.31%
HSB/HSV335°32.65%76.86%
CMYK0.00%32.65%18.88%
23.14%

Color #C4849F in popluar number systems.

HEXC4849F
Decimal196132159
Binary110001001000010010011111
Octal304204237

Shades and tints

Shades of #C4849F

#C4849F
(196,132,159)
#B37891
(179,120,145)
#A26C83
(162,108,131)
#916075
(145,96,117)
#805467
(128,84,103)
#6F4859
(111,72,89)
#5E3C4B
(94,60,75)
#4D303D
(77,48,61)
#3C242F
(60,36,47)
#2B1821
(43,24,33)
#1A0C13
(26,12,19)
#000000
(0,0,0)

Tints of #C4849F

#C4849F
(196,132,159)
#C98FA7
(201,143,167)
#CE9AAF
(206,154,175)
#D3A5B7
(211,165,183)
#D8B0BF
(216,176,191)
#DDBBC7
(221,187,199)
#E2C6CF
(226,198,207)
#E7D1D7
(231,209,215)
#ECDCDF
(236,220,223)
#F1E7E7
(241,231,231)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4849F color. Also use rgb(196,132,159) instead hex code.

Text Font Color

.myTextColor { color: #C4849F; }

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

This text font color is #C4849F.


Background Color

.myBgColor { background-color: #C4849F; }

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

This div background color is #C4849F.


Border color

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

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

This div border color is #C4849F.


Opacity

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

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

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

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

This text has shadow with #C4849F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4849F on black background.


Color preview on white background

This text has color #C4849F on white background.



Black color preview on #C4849F background

This text has black color on #C4849F background.


White color preview on #C4849F background

This text has white color on #C4849F background.