COLOR #C4939F

HEX: #C4939F
RGB: (196,147,159)

Color info

#C4939F contains red, green and blue colors in about the same proportion. Web safe color of #C4939F is #CC9999 (or #C99).

RGB color model

#C4939F color RGB value is (196,147,159).

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

RGB channels and saturation

R 196 of 255 = 77%
G 147 of 255 = 58%
B 159 of 255 = 62%

196
147
159

R + G + B ~ 66%. #C4939F is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 147 + 159 = 502 (100%)
R 196 of 502 ~ 39.04%
G 147 of 502 ~ 29.28%
B 159 of 502 ~ 31.67%

%39.04
%29.28
%31.67

CMYK color model

#C4939F color CMYK value is (0,25,19,23).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 18.88%
  • key color value is 23.14%
CMYK:
(0,25,19,23)
C0M25Y19K23 
(0%,25%,19%,23%)
(0.00/0.25/0.19/0.23)	

CMYK percentages

%0
%25
%18.88
%23.14

Codes

Color #C4939F in popluar color models

C4939F
RGB196147159
HSL345°29.34%67.25%
HSB/HSV345°25.00%76.86%
CMYK0.00%25.00%18.88%
23.14%

Color #C4939F in popluar number systems.

HEXC4939F
Decimal196147159
Binary110001001001001110011111
Octal304223237

Shades and tints

Shades of #C4939F

#C4939F
(196,147,159)
#B38691
(179,134,145)
#A27983
(162,121,131)
#916C75
(145,108,117)
#805F67
(128,95,103)
#6F5259
(111,82,89)
#5E454B
(94,69,75)
#4D383D
(77,56,61)
#3C2B2F
(60,43,47)
#2B1E21
(43,30,33)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #C4939F

#C4939F
(196,147,159)
#C99CA7
(201,156,167)
#CEA5AF
(206,165,175)
#D3AEB7
(211,174,183)
#D8B7BF
(216,183,191)
#DDC0C7
(221,192,199)
#E2C9CF
(226,201,207)
#E7D2D7
(231,210,215)
#ECDBDF
(236,219,223)
#F1E4E7
(241,228,231)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4939F; }

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

This text font color is #C4939F.


Background Color

.myBgColor { background-color: #C4939F; }

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

This div background color is #C4939F.


Border color

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

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

This div border color is #C4939F.


Opacity

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

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

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

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

This text has shadow with #C4939F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4939F on black background.


Color preview on white background

This text has color #C4939F on white background.



Black color preview on #C4939F background

This text has black color on #C4939F background.


White color preview on #C4939F background

This text has white color on #C4939F background.