COLOR #C89089

HEX: #C89089 RGB: (200,144,137)

Color info

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

RGB color model

#C89089 color RGB value is (200,144,137).

RGB: (200,144,137) (78%, 56%, 54%)

RGB channels and saturation

R 200 of 255 = 78%
G 144 of 255 = 56%
B 137 of 255 = 54%

200
144
137

R + G + B ~ 63%. #C89089 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 144 + 137 = 481 (100%)
R 200 of 481 ~ 41.58%
G 144 of 481 ~ 29.94%
B 137 of 481 ~ 28.48'%

%41.58
%29.94
%28.48

CMYK color model

#C89089 color CMYK value is (0,28,32,22).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 31.50%
  • key color value is 21.57%

CMYK: (0,28,32,22)
C0M28Y32K22 (0%, 28%, 32%, 22%)
(0.00 / 0.28 / 0.32 / 0.22)

CMYK percentages

%0
%28
%31.5
%21.57

Codes

Color #C89089 in popluar color models

C8 90 89
RGB 200 144 137
HSL 36.42% 66.08%
HSB/HSV 31.50% 78.43%
CMYK 0.00% 28.00% 31.50%
21.57%

Color #C89089 in popluar number systems.

HEX C8 90 89
Decimal 200 144 137
Binary 11001000 10010000 10001001
Octal 310 220 211

Shades and tints

Shades of #C89089

#C89089
(200,144,137)
#B6837D
(182,131,125)
#A47671
(164,118,113)
#926965
(146,105,101)
#805C59
(128,92,89)
#6E4F4D
(110,79,77)
#5C4241
(92,66,65)
#4A3535
(74,53,53)
#382829
(56,40,41)
#261B1D
(38,27,29)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #C89089

#C89089
(200,144,137)
#CD9A93
(205,154,147)
#D2A49D
(210,164,157)
#D7AEA7
(215,174,167)
#DCB8B1
(220,184,177)
#E1C2BB
(225,194,187)
#E6CCC5
(230,204,197)
#EBD6CF
(235,214,207)
#F0E0D9
(240,224,217)
#F5EAE3
(245,234,227)
#FAF4ED
(250,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89089; }

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

This text font color is #C89089.

Background Color

.myBgColor { background-color: #C89089; }

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

This div background color is #C89089.

Border color

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

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

This div border color is #C89089.

Opacity

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

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

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

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

This text has shadow with #C89089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89089.

Preview

Color preview on black background

This text has color #C89089 on black background.


Color preview on white background

This text has color #C89089 on white background.


Black color preview on #C89089 background

This text has black color on #C89089 background.


White color preview on #C89089 background

This text has white color on #C89089 background.


Related colors

Complementary color

Complementary color for #hex is #376F76.


I love getcolorcode.com

Triadic colors

1 #89C890 and #9089C8 with #C89089 are triadic colors.

2 #8990C8 and #90C889 with #C89089 are triadic colors.