COLOR #C89690

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

Color info

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

RGB color model

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

  • red value is 200;
  • green value is 150;
  • blue value is 144.
RGB:
(200,150,144)
(78%,59%,56%)

RGB channels and saturation

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

200
150
144

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

Portions of RGB colors in percentages

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

%40.49
%30.36
%29.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 28.00%
  • key color value is 21.57%
CMYK:
(0,25,28,22)
C0M25Y28K22 
(0%,25%,28%,22%)
(0.00/0.25/0.28/0.22)	

CMYK percentages

%0
%25
%28
%21.57

Codes

Color #C89690 in popluar color models

C89690
RGB200150144
HSL33.73%67.45%
HSB/HSV28.00%78.43%
CMYK0.00%25.00%28.00%
21.57%

Color #C89690 in popluar number systems.

HEXC89690
Decimal200150144
Binary110010001001011010010000
Octal310226220

Shades and tints

Shades of #C89690

#C89690
(200,150,144)
#B68983
(182,137,131)
#A47C76
(164,124,118)
#926F69
(146,111,105)
#80625C
(128,98,92)
#6E554F
(110,85,79)
#5C4842
(92,72,66)
#4A3B35
(74,59,53)
#382E28
(56,46,40)
#26211B
(38,33,27)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #C89690

#C89690
(200,150,144)
#CD9F9A
(205,159,154)
#D2A8A4
(210,168,164)
#D7B1AE
(215,177,174)
#DCBAB8
(220,186,184)
#E1C3C2
(225,195,194)
#E6CCCC
(230,204,204)
#EBD5D6
(235,213,214)
#F0DEE0
(240,222,224)
#F5E7EA
(245,231,234)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89690; }

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

This text font color is #C89690.


Background Color

.myBgColor { background-color: #C89690; }

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

This div background color is #C89690.


Border color

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

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

This div border color is #C89690.


Opacity

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

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

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

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

This text has shadow with #C89690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89690 on black background.


Color preview on white background

This text has color #C89690 on white background.



Black color preview on #C89690 background

This text has black color on #C89690 background.


White color preview on #C89690 background

This text has white color on #C89690 background.