COLOR #C896C2

HEX: #C896C2 RGB: (200,150,194)

Color info

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

RGB color model

#C896C2 color RGB value is (200,150,194).

RGB: (200,150,194) (78%, 59%, 76%)

RGB channels and saturation

R 200 of 255 = 78%
G 150 of 255 = 59%
B 194 of 255 = 76%

200
150
194

R + G + B ~ 71%. #C896C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 150 + 194 = 544 (100%)
R 200 of 544 ~ 36.76%
G 150 of 544 ~ 27.57%
B 194 of 544 ~ 35.66'%

%36.76
%27.57
%35.66

CMYK color model

#C896C2 color CMYK value is (0,25,3,22).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 3.00%
  • key color value is 21.57%

CMYK: (0,25,3,22)
C0M25Y3K22 (0%, 25%, 3%, 22%)
(0.00 / 0.25 / 0.03 / 0.22)

CMYK percentages

%0
%25
%3
%21.57

Codes

Color #C896C2 in popluar color models

C8 96 C2
RGB 200 150 194
HSL 307° 31.25% 68.63%
HSB/HSV 307° 25.00% 78.43%
CMYK 0.00% 25.00% 3.00%
21.57%

Color #C896C2 in popluar number systems.

HEX C8 96 C2
Decimal 200 150 194
Binary 11001000 10010110 11000010
Octal 310 226 302

Shades and tints

Shades of #C896C2

#C896C2
(200,150,194)
#B689B1
(182,137,177)
#A47CA0
(164,124,160)
#926F8F
(146,111,143)
#80627E
(128,98,126)
#6E556D
(110,85,109)
#5C485C
(92,72,92)
#4A3B4B
(74,59,75)
#382E3A
(56,46,58)
#262129
(38,33,41)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #C896C2

#C896C2
(200,150,194)
#CD9FC7
(205,159,199)
#D2A8CC
(210,168,204)
#D7B1D1
(215,177,209)
#DCBAD6
(220,186,214)
#E1C3DB
(225,195,219)
#E6CCE0
(230,204,224)
#EBD5E5
(235,213,229)
#F0DEEA
(240,222,234)
#F5E7EF
(245,231,239)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C896C2; }

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

This text font color is #C896C2.

Background Color

.myBgColor { background-color: #C896C2; }

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

This div background color is #C896C2.

Border color

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

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

This div border color is #C896C2.

Opacity

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

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

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

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

This text has shadow with #C896C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C896C2.

Preview

Color preview on black background

This text has color #C896C2 on black background.


Color preview on white background

This text has color #C896C2 on white background.


Black color preview on #C896C2 background

This text has black color on #C896C2 background.


White color preview on #C896C2 background

This text has white color on #C896C2 background.


Related colors

Complementary color

Complementary color for #hex is #37693D.


I love getcolorcode.com

Triadic colors

1 #C2C896 and #96C2C8 with #C896C2 are triadic colors.

2 #C296C8 and #96C8C2 with #C896C2 are triadic colors.