COLOR #C89989

HEX: #C89989 RGB: (200,153,137)

Color info

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

RGB color model

#C89989 color RGB value is (200,153,137).

RGB: (200,153,137) (78%, 60%, 54%)

RGB channels and saturation

R 200 of 255 = 78%
G 153 of 255 = 60%
B 137 of 255 = 54%

200
153
137

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

Portions of RGB colors in percentages

R + G + B = 200 + 153 + 137 = 490 (100%)
R 200 of 490 ~ 40.82%
G 153 of 490 ~ 31.22%
B 137 of 490 ~ 27.96'%

%40.82
%31.22
%27.96

CMYK color model

#C89989 color CMYK value is (0,24,32,22).

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

CMYK: (0,24,32,22)
C0M24Y32K22 (0%, 24%, 32%, 22%)
(0.00 / 0.24 / 0.32 / 0.22)

CMYK percentages

%0
%23.5
%31.5
%21.57

Codes

Color #C89989 in popluar color models

C8 99 89
RGB 200 153 137
HSL 15° 36.42% 66.08%
HSB/HSV 15° 31.50% 78.43%
CMYK 0.00% 23.50% 31.50%
21.57%

Color #C89989 in popluar number systems.

HEX C8 99 89
Decimal 200 153 137
Binary 11001000 10011001 10001001
Octal 310 231 211

Shades and tints

Shades of #C89989

#C89989
(200,153,137)
#B68C7D
(182,140,125)
#A47F71
(164,127,113)
#927265
(146,114,101)
#806559
(128,101,89)
#6E584D
(110,88,77)
#5C4B41
(92,75,65)
#4A3E35
(74,62,53)
#383129
(56,49,41)
#26241D
(38,36,29)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #C89989

#C89989
(200,153,137)
#CDA293
(205,162,147)
#D2AB9D
(210,171,157)
#D7B4A7
(215,180,167)
#DCBDB1
(220,189,177)
#E1C6BB
(225,198,187)
#E6CFC5
(230,207,197)
#EBD8CF
(235,216,207)
#F0E1D9
(240,225,217)
#F5EAE3
(245,234,227)
#FAF3ED
(250,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89989; }

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

This text font color is #C89989.

Background Color

.myBgColor { background-color: #C89989; }

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

This div background color is #C89989.

Border color

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

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

This div border color is #C89989.

Opacity

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

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

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

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

This text has shadow with #C89989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89989.

Preview

Color preview on black background

This text has color #C89989 on black background.


Color preview on white background

This text has color #C89989 on white background.


Black color preview on #C89989 background

This text has black color on #C89989 background.


White color preview on #C89989 background

This text has white color on #C89989 background.


Related colors

Complementary color

Complementary color for #hex is #376676.


I love getcolorcode.com

Triadic colors

1 #89C899 and #9989C8 with #C89989 are triadic colors.

2 #8999C8 and #99C889 with #C89989 are triadic colors.