COLOR #C89094

HEX: #C89094
RGB: (200,144,148)

Color info

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

RGB color model

#C89094 color RGB value is (200,144,148).

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

RGB channels and saturation

R 200 of 255 = 78%
G 144 of 255 = 56%
B 148 of 255 = 58%

200
144
148

R + G + B ~ 64%. #C89094 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 144 + 148 = 492 (100%)
R 200 of 492 ~ 40.65%
G 144 of 492 ~ 29.27%
B 148 of 492 ~ 30.08%

%40.65
%29.27
%30.08

CMYK color model

#C89094 color CMYK value is (0,28,26,22).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 26.00%
  • key color value is 21.57%
CMYK:
(0,28,26,22)
C0M28Y26K22 
(0%,28%,26%,22%)
(0.00/0.28/0.26/0.22)	

CMYK percentages

%0
%28
%26
%21.57

Codes

Color #C89094 in popluar color models

C89094
RGB200144148
HSL356°33.73%67.45%
HSB/HSV356°28.00%78.43%
CMYK0.00%28.00%26.00%
21.57%

Color #C89094 in popluar number systems.

HEXC89094
Decimal200144148
Binary110010001001000010010100
Octal310220224

Shades and tints

Shades of #C89094

#C89094
(200,144,148)
#B68387
(182,131,135)
#A4767A
(164,118,122)
#92696D
(146,105,109)
#805C60
(128,92,96)
#6E4F53
(110,79,83)
#5C4246
(92,66,70)
#4A3539
(74,53,57)
#38282C
(56,40,44)
#261B1F
(38,27,31)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #C89094

#C89094
(200,144,148)
#CD9A9D
(205,154,157)
#D2A4A6
(210,164,166)
#D7AEAF
(215,174,175)
#DCB8B8
(220,184,184)
#E1C2C1
(225,194,193)
#E6CCCA
(230,204,202)
#EBD6D3
(235,214,211)
#F0E0DC
(240,224,220)
#F5EAE5
(245,234,229)
#FAF4EE
(250,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89094; }

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

This text font color is #C89094.


Background Color

.myBgColor { background-color: #C89094; }

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

This div background color is #C89094.


Border color

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

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

This div border color is #C89094.


Opacity

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

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

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

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

This text has shadow with #C89094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89094 on black background.


Color preview on white background

This text has color #C89094 on white background.



Black color preview on #C89094 background

This text has black color on #C89094 background.


White color preview on #C89094 background

This text has white color on #C89094 background.