COLOR #C4949A

HEX: #C4949A
RGB: (196,148,154)

Color info

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

RGB color model

#C4949A color RGB value is (196,148,154).

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

RGB channels and saturation

R 196 of 255 = 77%
G 148 of 255 = 58%
B 154 of 255 = 60%

196
148
154

R + G + B ~ 65%. #C4949A is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 148 + 154 = 498 (100%)
R 196 of 498 ~ 39.36%
G 148 of 498 ~ 29.72%
B 154 of 498 ~ 30.92%

%39.36
%29.72
%30.92

CMYK color model

#C4949A color CMYK value is (0,24,21,23).

  • cyan value is 0.00%
  • magenta value is 24.49%
  • yellow value is 21.43%
  • key color value is 23.14%
CMYK:
(0,24,21,23)
C0M24Y21K23 
(0%,24%,21%,23%)
(0.00/0.24/0.21/0.23)	

CMYK percentages

%0
%24.49
%21.43
%23.14

Codes

Color #C4949A in popluar color models

C4949A
RGB196148154
HSL353°28.92%67.45%
HSB/HSV353°24.49%76.86%
CMYK0.00%24.49%21.43%
23.14%

Color #C4949A in popluar number systems.

HEXC4949A
Decimal196148154
Binary110001001001010010011010
Octal304224232

Shades and tints

Shades of #C4949A

#C4949A
(196,148,154)
#B3878C
(179,135,140)
#A27A7E
(162,122,126)
#916D70
(145,109,112)
#806062
(128,96,98)
#6F5354
(111,83,84)
#5E4646
(94,70,70)
#4D3938
(77,57,56)
#3C2C2A
(60,44,42)
#2B1F1C
(43,31,28)
#1A120E
(26,18,14)
#000000
(0,0,0)

Tints of #C4949A

#C4949A
(196,148,154)
#C99DA3
(201,157,163)
#CEA6AC
(206,166,172)
#D3AFB5
(211,175,181)
#D8B8BE
(216,184,190)
#DDC1C7
(221,193,199)
#E2CAD0
(226,202,208)
#E7D3D9
(231,211,217)
#ECDCE2
(236,220,226)
#F1E5EB
(241,229,235)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4949A; }

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

This text font color is #C4949A.


Background Color

.myBgColor { background-color: #C4949A; }

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

This div background color is #C4949A.


Border color

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

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

This div border color is #C4949A.


Opacity

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

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

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

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

This text has shadow with #C4949A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4949A on black background.


Color preview on white background

This text has color #C4949A on white background.



Black color preview on #C4949A background

This text has black color on #C4949A background.


White color preview on #C4949A background

This text has white color on #C4949A background.