COLOR #C89096

HEX: #C89096 RGB: (200,144,150)

Color info

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

RGB color model

#C89096 color RGB value is (200,144,150).

RGB: (200,144,150) (78%, 56%, 59%)

RGB channels and saturation

R 200 of 255 = 78%
G 144 of 255 = 56%
B 150 of 255 = 59%

200
144
150

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

Portions of RGB colors in percentages

R + G + B = 200 + 144 + 150 = 494 (100%)
R 200 of 494 ~ 40.49%
G 144 of 494 ~ 29.15%
B 150 of 494 ~ 30.36'%

%40.49
%29.15
%30.36

CMYK color model

#C89096 color CMYK value is (0,28,25,22).

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

CMYK: (0,28,25,22)
C0M28Y25K22 (0%, 28%, 25%, 22%)
(0.00 / 0.28 / 0.25 / 0.22)

CMYK percentages

%0
%28
%25
%21.57

Codes

Color #C89096 in popluar color models

C8 90 96
RGB 200 144 150
HSL 354° 33.73% 67.45%
HSB/HSV 354° 28.00% 78.43%
CMYK 0.00% 28.00% 25.00%
21.57%

Color #C89096 in popluar number systems.

HEX C8 90 96
Decimal 200 144 150
Binary 11001000 10010000 10010110
Octal 310 220 226

Shades and tints

Shades of #C89096

#C89096
(200,144,150)
#B68389
(182,131,137)
#A4767C
(164,118,124)
#92696F
(146,105,111)
#805C62
(128,92,98)
#6E4F55
(110,79,85)
#5C4248
(92,66,72)
#4A353B
(74,53,59)
#38282E
(56,40,46)
#261B21
(38,27,33)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #C89096

#C89096
(200,144,150)
#CD9A9F
(205,154,159)
#D2A4A8
(210,164,168)
#D7AEB1
(215,174,177)
#DCB8BA
(220,184,186)
#E1C2C3
(225,194,195)
#E6CCCC
(230,204,204)
#EBD6D5
(235,214,213)
#F0E0DE
(240,224,222)
#F5EAE7
(245,234,231)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89096; }

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

This text font color is #C89096.

Background Color

.myBgColor { background-color: #C89096; }

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

This div background color is #C89096.

Border color

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

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

This div border color is #C89096.

Opacity

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

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

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

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

This text has shadow with #C89096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89096.

Preview

Color preview on black background

This text has color #C89096 on black background.


Color preview on white background

This text has color #C89096 on white background.


Black color preview on #C89096 background

This text has black color on #C89096 background.


White color preview on #C89096 background

This text has white color on #C89096 background.


Related colors

Complementary color

Complementary color for #hex is #376F69.


I love getcolorcode.com

Triadic colors

1 #96C890 and #9096C8 with #C89096 are triadic colors.

2 #9690C8 and #90C896 with #C89096 are triadic colors.