COLOR #C4888D

HEX: #C4888D
RGB: (196,136,141)

Color info

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

RGB color model

#C4888D color RGB value is (196,136,141).

  • red value is 196;
  • green value is 136;
  • blue value is 141.
RGB:
(196,136,141)
(77%,53%,55%)

RGB channels and saturation

R 196 of 255 = 77%
G 136 of 255 = 53%
B 141 of 255 = 55%

196
136
141

R + G + B ~ 62%. #C4888D is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 136 + 141 = 473 (100%)
R 196 of 473 ~ 41.44%
G 136 of 473 ~ 28.75%
B 141 of 473 ~ 29.81%

%41.44
%28.75
%29.81

CMYK color model

#C4888D color CMYK value is (0,31,28,23).

  • cyan value is 0.00%
  • magenta value is 30.61%
  • yellow value is 28.06%
  • key color value is 23.14%
CMYK:
(0,31,28,23)
C0M31Y28K23 
(0%,31%,28%,23%)
(0.00/0.31/0.28/0.23)	

CMYK percentages

%0
%30.61
%28.06
%23.14

Codes

Color #C4888D in popluar color models

C4888D
RGB196136141
HSL355°33.71%65.10%
HSB/HSV355°30.61%76.86%
CMYK0.00%30.61%28.06%
23.14%

Color #C4888D in popluar number systems.

HEXC4888D
Decimal196136141
Binary110001001000100010001101
Octal304210215

Shades and tints

Shades of #C4888D

#C4888D
(196,136,141)
#B37C81
(179,124,129)
#A27075
(162,112,117)
#916469
(145,100,105)
#80585D
(128,88,93)
#6F4C51
(111,76,81)
#5E4045
(94,64,69)
#4D3439
(77,52,57)
#3C282D
(60,40,45)
#2B1C21
(43,28,33)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #C4888D

#C4888D
(196,136,141)
#C99297
(201,146,151)
#CE9CA1
(206,156,161)
#D3A6AB
(211,166,171)
#D8B0B5
(216,176,181)
#DDBABF
(221,186,191)
#E2C4C9
(226,196,201)
#E7CED3
(231,206,211)
#ECD8DD
(236,216,221)
#F1E2E7
(241,226,231)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4888D color. Also use rgb(196,136,141) instead hex code.

Text Font Color

.myTextColor { color: #C4888D; }

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

This text font color is #C4888D.


Background Color

.myBgColor { background-color: #C4888D; }

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

This div background color is #C4888D.


Border color

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

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

This div border color is #C4888D.


Opacity

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

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

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

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

This text has shadow with #C4888D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4888D on black background.


Color preview on white background

This text has color #C4888D on white background.



Black color preview on #C4888D background

This text has black color on #C4888D background.


White color preview on #C4888D background

This text has white color on #C4888D background.