COLOR #C89296

HEX: #C89296 RGB: (200,146,150)

Color info

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

RGB color model

#C89296 color RGB value is (200,146,150).

RGB: (200,146,150) (78%, 57%, 59%)

RGB channels and saturation

R 200 of 255 = 78%
G 146 of 255 = 57%
B 150 of 255 = 59%

200
146
150

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

Portions of RGB colors in percentages

R + G + B = 200 + 146 + 150 = 496 (100%)
R 200 of 496 ~ 40.32%
G 146 of 496 ~ 29.44%
B 150 of 496 ~ 30.24'%

%40.32
%29.44
%30.24

CMYK color model

#C89296 color CMYK value is (0,27,25,22).

  • cyan value is 0.00%
  • magenta value is 27.00%
  • yellow value is 25.00%
  • key color value is 21.57%
CMYK: (0,27,25,22) C0M27Y25K22 (0%,27%,25%,22%) (0.00/0.27/0.25/0.22) 

CMYK percentages

%0
%27
%25
%21.57

Codes

Color #C89296 in popluar color models

C8 92 96
RGB 200 146 150
HSL 356° 32.93% 67.84%
HSB/HSV 356° 27.00% 78.43%
CMYK 0.00% 27.00% 25.00%
21.57%

Color #C89296 in popluar number systems.

HEX C8 92 96
Decimal 200 146 150
Binary 11001000 10010010 10010110
Octal 310 222 226

Shades and tints

Shades of #C89296

#C89296
(200,146,150)
#B68589
(182,133,137)
#A4787C
(164,120,124)
#926B6F
(146,107,111)
#805E62
(128,94,98)
#6E5155
(110,81,85)
#5C4448
(92,68,72)
#4A373B
(74,55,59)
#382A2E
(56,42,46)
#261D21
(38,29,33)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #C89296

#C89296
(200,146,150)
#CD9B9F
(205,155,159)
#D2A4A8
(210,164,168)
#D7ADB1
(215,173,177)
#DCB6BA
(220,182,186)
#E1BFC3
(225,191,195)
#E6C8CC
(230,200,204)
#EBD1D5
(235,209,213)
#F0DADE
(240,218,222)
#F5E3E7
(245,227,231)
#FAECF0
(250,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89296; }

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

This text font color is #C89296.

Background Color

.myBgColor { background-color: #C89296; }

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

This div background color is #C89296.

Border color

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

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

This div border color is #C89296.

Opacity

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

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

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

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

This text has shadow with #C89296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89296.

Preview

Color preview on black background

This text has color #C89296 on black background.


Color preview on white background

This text has color #C89296 on white background.


Black color preview on #C89296 background

This text has black color on #C89296 background.


White color preview on #C89296 background

This text has white color on #C89296 background.


Related colors

Complementary color

Complementary color for #hex is #376D69.


I love getcolorcode.com

Triadic colors

1 #96C892 and #9296C8 with #C89296 are triadic colors.

2 #9692C8 and #92C896 with #C89296 are triadic colors.