COLOR #C89990

HEX: #C89990 RGB: (200,153,144)

Color info

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

RGB color model

#C89990 color RGB value is (200,153,144).

RGB: (200,153,144) (78%, 60%, 56%)

RGB channels and saturation

R 200 of 255 = 78%
G 153 of 255 = 60%
B 144 of 255 = 56%

200
153
144

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

Portions of RGB colors in percentages

R + G + B = 200 + 153 + 144 = 497 (100%)
R 200 of 497 ~ 40.24%
G 153 of 497 ~ 30.78%
B 144 of 497 ~ 28.97'%

%40.24
%30.78
%28.97

CMYK color model

#C89990 color CMYK value is (0,24,28,22).

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

CMYK: (0,24,28,22)
C0M24Y28K22 (0%, 24%, 28%, 22%)
(0.00 / 0.24 / 0.28 / 0.22)

CMYK percentages

%0
%23.5
%28
%21.57

Codes

Color #C89990 in popluar color models

C8 99 90
RGB 200 153 144
HSL 10° 33.73% 67.45%
HSB/HSV 10° 28.00% 78.43%
CMYK 0.00% 23.50% 28.00%
21.57%

Color #C89990 in popluar number systems.

HEX C8 99 90
Decimal 200 153 144
Binary 11001000 10011001 10010000
Octal 310 231 220

Shades and tints

Shades of #C89990

#C89990
(200,153,144)
#B68C83
(182,140,131)
#A47F76
(164,127,118)
#927269
(146,114,105)
#80655C
(128,101,92)
#6E584F
(110,88,79)
#5C4B42
(92,75,66)
#4A3E35
(74,62,53)
#383128
(56,49,40)
#26241B
(38,36,27)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #C89990

#C89990
(200,153,144)
#CDA29A
(205,162,154)
#D2ABA4
(210,171,164)
#D7B4AE
(215,180,174)
#DCBDB8
(220,189,184)
#E1C6C2
(225,198,194)
#E6CFCC
(230,207,204)
#EBD8D6
(235,216,214)
#F0E1E0
(240,225,224)
#F5EAEA
(245,234,234)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89990; }

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

This text font color is #C89990.

Background Color

.myBgColor { background-color: #C89990; }

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

This div background color is #C89990.

Border color

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

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

This div border color is #C89990.

Opacity

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

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

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

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

This text has shadow with #C89990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89990.

Preview

Color preview on black background

This text has color #C89990 on black background.


Color preview on white background

This text has color #C89990 on white background.


Black color preview on #C89990 background

This text has black color on #C89990 background.


White color preview on #C89990 background

This text has white color on #C89990 background.


Related colors

Complementary color

Complementary color for #hex is #37666F.


I love getcolorcode.com

Triadic colors

1 #90C899 and #9990C8 with #C89990 are triadic colors.

2 #9099C8 and #99C890 with #C89990 are triadic colors.