COLOR #C4898E

HEX: #C4898E
RGB: (196,137,142)

Color info

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

RGB color model

#C4898E color RGB value is (196,137,142).

  • red value is 196;
  • green value is 137;
  • blue value is 142.
RGB:
(196,137,142)
(77%,54%,56%)

RGB channels and saturation

R 196 of 255 = 77%
G 137 of 255 = 54%
B 142 of 255 = 56%

196
137
142

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

Portions of RGB colors in percentages

R + G + B =
196 + 137 + 142 = 475 (100%)
R 196 of 475 ~ 41.26%
G 137 of 475 ~ 28.84%
B 142 of 475 ~ 29.89%

%41.26
%28.84
%29.89

CMYK color model

#C4898E color CMYK value is (0,30,28,23).

  • cyan value is 0.00%
  • magenta value is 30.10%
  • yellow value is 27.55%
  • key color value is 23.14%
CMYK:
(0,30,28,23)
C0M30Y28K23 
(0%,30%,28%,23%)
(0.00/0.30/0.28/0.23)	

CMYK percentages

%0
%30.1
%27.55
%23.14

Codes

Color #C4898E in popluar color models

C4898E
RGB196137142
HSL355°33.33%65.29%
HSB/HSV355°30.10%76.86%
CMYK0.00%30.10%27.55%
23.14%

Color #C4898E in popluar number systems.

HEXC4898E
Decimal196137142
Binary110001001000100110001110
Octal304211216

Shades and tints

Shades of #C4898E

#C4898E
(196,137,142)
#B37D82
(179,125,130)
#A27176
(162,113,118)
#91656A
(145,101,106)
#80595E
(128,89,94)
#6F4D52
(111,77,82)
#5E4146
(94,65,70)
#4D353A
(77,53,58)
#3C292E
(60,41,46)
#2B1D22
(43,29,34)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #C4898E

#C4898E
(196,137,142)
#C99398
(201,147,152)
#CE9DA2
(206,157,162)
#D3A7AC
(211,167,172)
#D8B1B6
(216,177,182)
#DDBBC0
(221,187,192)
#E2C5CA
(226,197,202)
#E7CFD4
(231,207,212)
#ECD9DE
(236,217,222)
#F1E3E8
(241,227,232)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4898E color. Also use rgb(196,137,142) instead hex code.

Text Font Color

.myTextColor { color: #C4898E; }

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

This text font color is #C4898E.


Background Color

.myBgColor { background-color: #C4898E; }

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

This div background color is #C4898E.


Border color

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

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

This div border color is #C4898E.


Opacity

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

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

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

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

This text has shadow with #C4898E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4898E on black background.


Color preview on white background

This text has color #C4898E on white background.



Black color preview on #C4898E background

This text has black color on #C4898E background.


White color preview on #C4898E background

This text has white color on #C4898E background.