COLOR #C894CD

HEX: #C894CD RGB: (200,148,205)

Color info

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

RGB color model

#C894CD color RGB value is (200,148,205).

RGB: (200,148,205) (78%, 58%, 80%)

RGB channels and saturation

R 200 of 255 = 78%
G 148 of 255 = 58%
B 205 of 255 = 80%

200
148
205

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

Portions of RGB colors in percentages

R + G + B = 200 + 148 + 205 = 553 (100%)
R 200 of 553 ~ 36.17%
G 148 of 553 ~ 26.76%
B 205 of 553 ~ 37.07'%

%36.17
%26.76
%37.07

CMYK color model

#C894CD color CMYK value is (2,28,0,20).

  • cyan value is 2.44%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (2,28,0,20)
C2M28Y0K20 (2%, 28%, 0%, 20%)
(0.02 / 0.28 / 0.00 / 0.20)

CMYK percentages

%2.44
%27.8
%0
%19.61

Codes

Color #C894CD in popluar color models

C8 94 CD
RGB 200 148 205
HSL 295° 36.31% 69.22%
HSB/HSV 295° 27.80% 80.39%
CMYK 2.44% 27.80% 0.00%
19.61%

Color #C894CD in popluar number systems.

HEX C8 94 CD
Decimal 200 148 205
Binary 11001000 10010100 11001101
Octal 310 224 315

Shades and tints

Shades of #C894CD

#C894CD
(200,148,205)
#B687BB
(182,135,187)
#A47AA9
(164,122,169)
#926D97
(146,109,151)
#806085
(128,96,133)
#6E5373
(110,83,115)
#5C4661
(92,70,97)
#4A394F
(74,57,79)
#382C3D
(56,44,61)
#261F2B
(38,31,43)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #C894CD

#C894CD
(200,148,205)
#CD9DD1
(205,157,209)
#D2A6D5
(210,166,213)
#D7AFD9
(215,175,217)
#DCB8DD
(220,184,221)
#E1C1E1
(225,193,225)
#E6CAE5
(230,202,229)
#EBD3E9
(235,211,233)
#F0DCED
(240,220,237)
#F5E5F1
(245,229,241)
#FAEEF5
(250,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C894CD; }

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

This text font color is #C894CD.

Background Color

.myBgColor { background-color: #C894CD; }

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

This div background color is #C894CD.

Border color

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

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

This div border color is #C894CD.

Opacity

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

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

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

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

This text has shadow with #C894CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C894CD.

Preview

Color preview on black background

This text has color #C894CD on black background.


Color preview on white background

This text has color #C894CD on white background.


Black color preview on #C894CD background

This text has black color on #C894CD background.


White color preview on #C894CD background

This text has white color on #C894CD background.


Related colors

Complementary color

Complementary color for #hex is #376B32.


I love getcolorcode.com

Triadic colors

1 #CDC894 and #94CDC8 with #C894CD are triadic colors.

2 #CD94C8 and #94C8CD with #C894CD are triadic colors.