COLOR #C89995

HEX: #C89995
RGB: (200,153,149)

Color info

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

RGB color model

#C89995 color RGB value is (200,153,149).

  • red value is 200;
  • green value is 153;
  • blue value is 149.
RGB:
(200,153,149)
(78%,60%,58%)

RGB channels and saturation

R 200 of 255 = 78%
G 153 of 255 = 60%
B 149 of 255 = 58%

200
153
149

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

Portions of RGB colors in percentages

R + G + B =
200 + 153 + 149 = 502 (100%)
R 200 of 502 ~ 39.84%
G 153 of 502 ~ 30.48%
B 149 of 502 ~ 29.68%

%39.84
%30.48
%29.68

CMYK color model

#C89995 color CMYK value is (0,24,26,22).

  • cyan value is 0.00%
  • magenta value is 23.50%
  • yellow value is 25.50%
  • key color value is 21.57%
CMYK:
(0,24,26,22)
C0M24Y26K22 
(0%,24%,26%,22%)
(0.00/0.24/0.26/0.22)	

CMYK percentages

%0
%23.5
%25.5
%21.57

Codes

Color #C89995 in popluar color models

C89995
RGB200153149
HSL31.68%68.43%
HSB/HSV25.50%78.43%
CMYK0.00%23.50%25.50%
21.57%

Color #C89995 in popluar number systems.

HEXC89995
Decimal200153149
Binary110010001001100110010101
Octal310231225

Shades and tints

Shades of #C89995

#C89995
(200,153,149)
#B68C88
(182,140,136)
#A47F7B
(164,127,123)
#92726E
(146,114,110)
#806561
(128,101,97)
#6E5854
(110,88,84)
#5C4B47
(92,75,71)
#4A3E3A
(74,62,58)
#38312D
(56,49,45)
#262420
(38,36,32)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #C89995

#C89995
(200,153,149)
#CDA29E
(205,162,158)
#D2ABA7
(210,171,167)
#D7B4B0
(215,180,176)
#DCBDB9
(220,189,185)
#E1C6C2
(225,198,194)
#E6CFCB
(230,207,203)
#EBD8D4
(235,216,212)
#F0E1DD
(240,225,221)
#F5EAE6
(245,234,230)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89995; }

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

This text font color is #C89995.


Background Color

.myBgColor { background-color: #C89995; }

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

This div background color is #C89995.


Border color

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

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

This div border color is #C89995.


Opacity

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

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

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

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

This text has shadow with #C89995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89995 on black background.


Color preview on white background

This text has color #C89995 on white background.



Black color preview on #C89995 background

This text has black color on #C89995 background.


White color preview on #C89995 background

This text has white color on #C89995 background.