COLOR #C89894

HEX: #C89894
RGB: (200,152,148)

Color info

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

RGB color model

#C89894 color RGB value is (200,152,148).

  • red value is 200;
  • green value is 152;
  • blue value is 148.
RGB:
(200,152,148)
(78%,60%,58%)

RGB channels and saturation

R 200 of 255 = 78%
G 152 of 255 = 60%
B 148 of 255 = 58%

200
152
148

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

Portions of RGB colors in percentages

R + G + B =
200 + 152 + 148 = 500 (100%)
R 200 of 500 ~ 40%
G 152 of 500 ~ 30.4%
B 148 of 500 ~ 29.6%

%40
%30.4
%29.6

CMYK color model

#C89894 color CMYK value is (0,24,26,22).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 26.00%
  • key color value is 21.57%
CMYK:
(0,24,26,22)
C0M24Y26K22 
(0%,24%,26%,22%)
(0.00/0.24/0.26/0.22)	

CMYK percentages

%0
%24
%26
%21.57

Codes

Color #C89894 in popluar color models

C89894
RGB200152148
HSL32.10%68.24%
HSB/HSV26.00%78.43%
CMYK0.00%24.00%26.00%
21.57%

Color #C89894 in popluar number systems.

HEXC89894
Decimal200152148
Binary110010001001100010010100
Octal310230224

Shades and tints

Shades of #C89894

#C89894
(200,152,148)
#B68B87
(182,139,135)
#A47E7A
(164,126,122)
#92716D
(146,113,109)
#806460
(128,100,96)
#6E5753
(110,87,83)
#5C4A46
(92,74,70)
#4A3D39
(74,61,57)
#38302C
(56,48,44)
#26231F
(38,35,31)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #C89894

#C89894
(200,152,148)
#CDA19D
(205,161,157)
#D2AAA6
(210,170,166)
#D7B3AF
(215,179,175)
#DCBCB8
(220,188,184)
#E1C5C1
(225,197,193)
#E6CECA
(230,206,202)
#EBD7D3
(235,215,211)
#F0E0DC
(240,224,220)
#F5E9E5
(245,233,229)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89894 color. Also use rgb(200,152,148) instead hex code.

Text Font Color

.myTextColor { color: #C89894; }

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

This text font color is #C89894.


Background Color

.myBgColor { background-color: #C89894; }

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

This div background color is #C89894.


Border color

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

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

This div border color is #C89894.


Opacity

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

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

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

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

This text has shadow with #C89894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89894 on black background.


Color preview on white background

This text has color #C89894 on white background.



Black color preview on #C89894 background

This text has black color on #C89894 background.


White color preview on #C89894 background

This text has white color on #C89894 background.