COLOR #C896C5

HEX: #C896C5 RGB: (200,150,197)

Color info

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

RGB color model

#C896C5 color RGB value is (200,150,197).

RGB: (200,150,197) (78%, 59%, 77%)

RGB channels and saturation

R 200 of 255 = 78%
G 150 of 255 = 59%
B 197 of 255 = 77%

200
150
197

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

Portions of RGB colors in percentages

R + G + B = 200 + 150 + 197 = 547 (100%)
R 200 of 547 ~ 36.56%
G 150 of 547 ~ 27.42%
B 197 of 547 ~ 36.01'%

%36.56
%27.42
%36.01

CMYK color model

#C896C5 color CMYK value is (0,25,1,22).

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

CMYK: (0,25,1,22)
C0M25Y1K22 (0%, 25%, 1%, 22%)
(0.00 / 0.25 / 0.01 / 0.22)

CMYK percentages

%0
%25
%1.5
%21.57

Codes

Color #C896C5 in popluar color models

C8 96 C5
RGB 200 150 197
HSL 304° 31.25% 68.63%
HSB/HSV 304° 25.00% 78.43%
CMYK 0.00% 25.00% 1.50%
21.57%

Color #C896C5 in popluar number systems.

HEX C8 96 C5
Decimal 200 150 197
Binary 11001000 10010110 11000101
Octal 310 226 305

Shades and tints

Shades of #C896C5

#C896C5
(200,150,197)
#B689B4
(182,137,180)
#A47CA3
(164,124,163)
#926F92
(146,111,146)
#806281
(128,98,129)
#6E5570
(110,85,112)
#5C485F
(92,72,95)
#4A3B4E
(74,59,78)
#382E3D
(56,46,61)
#26212C
(38,33,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #C896C5

#C896C5
(200,150,197)
#CD9FCA
(205,159,202)
#D2A8CF
(210,168,207)
#D7B1D4
(215,177,212)
#DCBAD9
(220,186,217)
#E1C3DE
(225,195,222)
#E6CCE3
(230,204,227)
#EBD5E8
(235,213,232)
#F0DEED
(240,222,237)
#F5E7F2
(245,231,242)
#FAF0F7
(250,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C896C5; }

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

This text font color is #C896C5.

Background Color

.myBgColor { background-color: #C896C5; }

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

This div background color is #C896C5.

Border color

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

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

This div border color is #C896C5.

Opacity

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

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

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

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

This text has shadow with #C896C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C896C5.

Preview

Color preview on black background

This text has color #C896C5 on black background.


Color preview on white background

This text has color #C896C5 on white background.


Black color preview on #C896C5 background

This text has black color on #C896C5 background.


White color preview on #C896C5 background

This text has white color on #C896C5 background.


Related colors

Complementary color

Complementary color for #hex is #37693A.


I love getcolorcode.com

Triadic colors

1 #C5C896 and #96C5C8 with #C896C5 are triadic colors.

2 #C596C8 and #96C8C5 with #C896C5 are triadic colors.