COLOR #C894CE

HEX: #C894CE RGB: (200,148,206)

Color info

#C894CE contains red, green and blue colors in about the same proportion. Web safe color of #C894CE is #CC99CC (or #C9C).

RGB color model

#C894CE color RGB value is (200,148,206).

RGB: (200,148,206) (78%, 58%, 81%)

RGB channels and saturation

R 200 of 255 = 78%
G 148 of 255 = 58%
B 206 of 255 = 81%

200
148
206

R + G + B ~ 72%. #C894CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 148 + 206 = 554 (100%)
R 200 of 554 ~ 36.1%
G 148 of 554 ~ 26.71%
B 206 of 554 ~ 37.18'%

%36.1
%26.71
%37.18

CMYK color model

#C894CE color CMYK value is (3,28,0,19).

  • cyan value is 2.91%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (3,28,0,19)
C3M28Y0K19 (3%, 28%, 0%, 19%)
(0.03 / 0.28 / 0.00 / 0.19)

CMYK percentages

%2.91
%28.16
%0
%19.22

Codes

Color #C894CE in popluar color models

C8 94 CE
RGB 200 148 206
HSL 294° 37.18% 69.41%
HSB/HSV 294° 28.16% 80.78%
CMYK 2.91% 28.16% 0.00%
19.22%

Color #C894CE in popluar number systems.

HEX C8 94 CE
Decimal 200 148 206
Binary 11001000 10010100 11001110
Octal 310 224 316

Shades and tints

Shades of #C894CE

#C894CE
(200,148,206)
#B687BC
(182,135,188)
#A47AAA
(164,122,170)
#926D98
(146,109,152)
#806086
(128,96,134)
#6E5374
(110,83,116)
#5C4662
(92,70,98)
#4A3950
(74,57,80)
#382C3E
(56,44,62)
#261F2C
(38,31,44)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #C894CE

#C894CE
(200,148,206)
#CD9DD2
(205,157,210)
#D2A6D6
(210,166,214)
#D7AFDA
(215,175,218)
#DCB8DE
(220,184,222)
#E1C1E2
(225,193,226)
#E6CAE6
(230,202,230)
#EBD3EA
(235,211,234)
#F0DCEE
(240,220,238)
#F5E5F2
(245,229,242)
#FAEEF6
(250,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C894CE; }

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

This text font color is #C894CE.

Background Color

.myBgColor { background-color: #C894CE; }

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

This div background color is #C894CE.

Border color

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

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

This div border color is #C894CE.

Opacity

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

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

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

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

This text has shadow with #C894CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C894CE.

Preview

Color preview on black background

This text has color #C894CE on black background.


Color preview on white background

This text has color #C894CE on white background.


Black color preview on #C894CE background

This text has black color on #C894CE background.


White color preview on #C894CE background

This text has white color on #C894CE background.


Related colors

Complementary color

Complementary color for #hex is #376B31.


I love getcolorcode.com

Triadic colors

1 #CEC894 and #94CEC8 with #C894CE are triadic colors.

2 #CE94C8 and #94C8CE with #C894CE are triadic colors.