COLOR #C88389

HEX: #C88389 RGB: (200,131,137)

Color info

#C88389 contains mainly red color. Web safe color of #C88389 is #CC9999 (or #C99).

RGB color model

#C88389 color RGB value is (200,131,137).

RGB: (200,131,137) (78%, 51%, 54%)

RGB channels and saturation

R 200 of 255 = 78%
G 131 of 255 = 51%
B 137 of 255 = 54%

200
131
137

R + G + B ~ 61%. #C88389 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 131 + 137 = 468 (100%)
R 200 of 468 ~ 42.74%
G 131 of 468 ~ 27.99%
B 137 of 468 ~ 29.27'%

%42.74
%27.99
%29.27

CMYK color model

#C88389 color CMYK value is (0,35,32,22).

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

CMYK: (0,35,32,22)
C0M35Y32K22 (0%, 35%, 32%, 22%)
(0.00 / 0.35 / 0.32 / 0.22)

CMYK percentages

%0
%34.5
%31.5
%21.57

Codes

Color #C88389 in popluar color models

C8 83 89
RGB 200 131 137
HSL 355° 38.55% 64.90%
HSB/HSV 355° 34.50% 78.43%
CMYK 0.00% 34.50% 31.50%
21.57%

Color #C88389 in popluar number systems.

HEX C8 83 89
Decimal 200 131 137
Binary 11001000 10000011 10001001
Octal 310 203 211

Shades and tints

Shades of #C88389

#C88389
(200,131,137)
#B6787D
(182,120,125)
#A46D71
(164,109,113)
#926265
(146,98,101)
#805759
(128,87,89)
#6E4C4D
(110,76,77)
#5C4141
(92,65,65)
#4A3635
(74,54,53)
#382B29
(56,43,41)
#26201D
(38,32,29)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #C88389

#C88389
(200,131,137)
#CD8E93
(205,142,147)
#D2999D
(210,153,157)
#D7A4A7
(215,164,167)
#DCAFB1
(220,175,177)
#E1BABB
(225,186,187)
#E6C5C5
(230,197,197)
#EBD0CF
(235,208,207)
#F0DBD9
(240,219,217)
#F5E6E3
(245,230,227)
#FAF1ED
(250,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88389; }

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

This text font color is #C88389.

Background Color

.myBgColor { background-color: #C88389; }

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

This div background color is #C88389.

Border color

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

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

This div border color is #C88389.

Opacity

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

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

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

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

This text has shadow with #C88389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88389.

Preview

Color preview on black background

This text has color #C88389 on black background.


Color preview on white background

This text has color #C88389 on white background.


Black color preview on #C88389 background

This text has black color on #C88389 background.


White color preview on #C88389 background

This text has white color on #C88389 background.


Related colors

Complementary color

Complementary color for #hex is #377C76.


I love getcolorcode.com

Triadic colors

1 #89C883 and #8389C8 with #C88389 are triadic colors.

2 #8983C8 and #83C889 with #C88389 are triadic colors.