COLOR #C894A9

HEX: #C894A9
RGB: (200,148,169)

Color info

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

RGB color model

#C894A9 color RGB value is (200,148,169).

  • red value is 200;
  • green value is 148;
  • blue value is 169.
RGB:
(200,148,169)
(78%,58%,66%)

RGB channels and saturation

R 200 of 255 = 78%
G 148 of 255 = 58%
B 169 of 255 = 66%

200
148
169

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

Portions of RGB colors in percentages

R + G + B =
200 + 148 + 169 = 517 (100%)
R 200 of 517 ~ 38.68%
G 148 of 517 ~ 28.63%
B 169 of 517 ~ 32.69%

%38.68
%28.63
%32.69

CMYK color model

#C894A9 color CMYK value is (0,26,16,22).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 15.50%
  • key color value is 21.57%
CMYK:
(0,26,16,22)
C0M26Y16K22 
(0%,26%,16%,22%)
(0.00/0.26/0.16/0.22)	

CMYK percentages

%0
%26
%15.5
%21.57

Codes

Color #C894A9 in popluar color models

C894A9
RGB200148169
HSL336°32.10%68.24%
HSB/HSV336°26.00%78.43%
CMYK0.00%26.00%15.50%
21.57%

Color #C894A9 in popluar number systems.

HEXC894A9
Decimal200148169
Binary110010001001010010101001
Octal310224251

Shades and tints

Shades of #C894A9

#C894A9
(200,148,169)
#B6879A
(182,135,154)
#A47A8B
(164,122,139)
#926D7C
(146,109,124)
#80606D
(128,96,109)
#6E535E
(110,83,94)
#5C464F
(92,70,79)
#4A3940
(74,57,64)
#382C31
(56,44,49)
#261F22
(38,31,34)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #C894A9

#C894A9
(200,148,169)
#CD9DB0
(205,157,176)
#D2A6B7
(210,166,183)
#D7AFBE
(215,175,190)
#DCB8C5
(220,184,197)
#E1C1CC
(225,193,204)
#E6CAD3
(230,202,211)
#EBD3DA
(235,211,218)
#F0DCE1
(240,220,225)
#F5E5E8
(245,229,232)
#FAEEEF
(250,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C894A9 color. Also use rgb(200,148,169) instead hex code.

Text Font Color

.myTextColor { color: #C894A9; }

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

This text font color is #C894A9.


Background Color

.myBgColor { background-color: #C894A9; }

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

This div background color is #C894A9.


Border color

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

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

This div border color is #C894A9.


Opacity

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

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

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

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

This text has shadow with #C894A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C894A9 on black background.


Color preview on white background

This text has color #C894A9 on white background.



Black color preview on #C894A9 background

This text has black color on #C894A9 background.


White color preview on #C894A9 background

This text has white color on #C894A9 background.