COLOR #C89CA1

HEX: #C89CA1
RGB: (200,156,161)

Color info

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

RGB color model

#C89CA1 color RGB value is (200,156,161).

  • red value is 200;
  • green value is 156;
  • blue value is 161.
RGB:
(200,156,161)
(78%,61%,63%)

RGB channels and saturation

R 200 of 255 = 78%
G 156 of 255 = 61%
B 161 of 255 = 63%

200
156
161

R + G + B ~ 67%. #C89CA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 156 + 161 = 517 (100%)
R 200 of 517 ~ 38.68%
G 156 of 517 ~ 30.17%
B 161 of 517 ~ 31.14%

%38.68
%30.17
%31.14

CMYK color model

#C89CA1 color CMYK value is (0,22,20,22).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 19.50%
  • key color value is 21.57%
CMYK:
(0,22,20,22)
C0M22Y20K22 
(0%,22%,20%,22%)
(0.00/0.22/0.20/0.22)	

CMYK percentages

%0
%22
%19.5
%21.57

Codes

Color #C89CA1 in popluar color models

C89CA1
RGB200156161
HSL353°28.57%69.80%
HSB/HSV353°22.00%78.43%
CMYK0.00%22.00%19.50%
21.57%

Color #C89CA1 in popluar number systems.

HEXC89CA1
Decimal200156161
Binary110010001001110010100001
Octal310234241

Shades and tints

Shades of #C89CA1

#C89CA1
(200,156,161)
#B68E93
(182,142,147)
#A48085
(164,128,133)
#927277
(146,114,119)
#806469
(128,100,105)
#6E565B
(110,86,91)
#5C484D
(92,72,77)
#4A3A3F
(74,58,63)
#382C31
(56,44,49)
#261E23
(38,30,35)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #C89CA1

#C89CA1
(200,156,161)
#CDA5A9
(205,165,169)
#D2AEB1
(210,174,177)
#D7B7B9
(215,183,185)
#DCC0C1
(220,192,193)
#E1C9C9
(225,201,201)
#E6D2D1
(230,210,209)
#EBDBD9
(235,219,217)
#F0E4E1
(240,228,225)
#F5EDE9
(245,237,233)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89CA1 color. Also use rgb(200,156,161) instead hex code.

Text Font Color

.myTextColor { color: #C89CA1; }

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

This text font color is #C89CA1.


Background Color

.myBgColor { background-color: #C89CA1; }

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

This div background color is #C89CA1.


Border color

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

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

This div border color is #C89CA1.


Opacity

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

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

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

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

This text has shadow with #C89CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89CA1 on black background.


Color preview on white background

This text has color #C89CA1 on white background.



Black color preview on #C89CA1 background

This text has black color on #C89CA1 background.


White color preview on #C89CA1 background

This text has white color on #C89CA1 background.