COLOR #C89593

HEX: #C89593 RGB: (200,149,147)

Color info

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

RGB color model

#C89593 color RGB value is (200,149,147).

RGB: (200,149,147) (78%, 58%, 58%)

RGB channels and saturation

R 200 of 255 = 78%
G 149 of 255 = 58%
B 147 of 255 = 58%

200
149
147

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

Portions of RGB colors in percentages

R + G + B = 200 + 149 + 147 = 496 (100%)
R 200 of 496 ~ 40.32%
G 149 of 496 ~ 30.04%
B 147 of 496 ~ 29.64'%

%40.32
%30.04
%29.64

CMYK color model

#C89593 color CMYK value is (0,26,27,22).

  • cyan value is 0.00%
  • magenta value is 25.50%
  • yellow value is 26.50%
  • key color value is 21.57%

CMYK: (0,26,27,22)
C0M26Y27K22 (0%, 26%, 27%, 22%)
(0.00 / 0.26 / 0.27 / 0.22)

CMYK percentages

%0
%25.5
%26.5
%21.57

Codes

Color #C89593 in popluar color models

C8 95 93
RGB 200 149 147
HSL 32.52% 68.04%
HSB/HSV 26.50% 78.43%
CMYK 0.00% 25.50% 26.50%
21.57%

Color #C89593 in popluar number systems.

HEX C8 95 93
Decimal 200 149 147
Binary 11001000 10010101 10010011
Octal 310 225 223

Shades and tints

Shades of #C89593

#C89593
(200,149,147)
#B68886
(182,136,134)
#A47B79
(164,123,121)
#926E6C
(146,110,108)
#80615F
(128,97,95)
#6E5452
(110,84,82)
#5C4745
(92,71,69)
#4A3A38
(74,58,56)
#382D2B
(56,45,43)
#26201E
(38,32,30)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #C89593

#C89593
(200,149,147)
#CD9E9C
(205,158,156)
#D2A7A5
(210,167,165)
#D7B0AE
(215,176,174)
#DCB9B7
(220,185,183)
#E1C2C0
(225,194,192)
#E6CBC9
(230,203,201)
#EBD4D2
(235,212,210)
#F0DDDB
(240,221,219)
#F5E6E4
(245,230,228)
#FAEFED
(250,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89593 color. Also use rgb(200,149,147) instead hex code.

Text Font Color

.myTextColor { color: #C89593; }

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

This text font color is #C89593.

Background Color

.myBgColor { background-color: #C89593; }

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

This div background color is #C89593.

Border color

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

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

This div border color is #C89593.

Opacity

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

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

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

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

This text has shadow with #C89593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89593.

Preview

Color preview on black background

This text has color #C89593 on black background.


Color preview on white background

This text has color #C89593 on white background.


Black color preview on #C89593 background

This text has black color on #C89593 background.


White color preview on #C89593 background

This text has white color on #C89593 background.


Related colors

Complementary color

Complementary color for #hex is #376A6C.


I love getcolorcode.com

Triadic colors

1 #93C895 and #9593C8 with #C89593 are triadic colors.

2 #9395C8 and #95C893 with #C89593 are triadic colors.