COLOR #C895AE

HEX: #C895AE
RGB: (200,149,174)

Color info

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

RGB color model

#C895AE color RGB value is (200,149,174).

  • red value is 200;
  • green value is 149;
  • blue value is 174.
RGB:
(200,149,174)
(78%,58%,68%)

RGB channels and saturation

R 200 of 255 = 78%
G 149 of 255 = 58%
B 174 of 255 = 68%

200
149
174

R + G + B ~ 68%. #C895AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 149 + 174 = 523 (100%)
R 200 of 523 ~ 38.24%
G 149 of 523 ~ 28.49%
B 174 of 523 ~ 33.27%

%38.24
%28.49
%33.27

CMYK color model

#C895AE color CMYK value is (0,26,13,22).

  • cyan value is 0.00%
  • magenta value is 25.50%
  • yellow value is 13.00%
  • key color value is 21.57%
CMYK:
(0,26,13,22)
C0M26Y13K22 
(0%,26%,13%,22%)
(0.00/0.26/0.13/0.22)	

CMYK percentages

%0
%25.5
%13
%21.57

Codes

Color #C895AE in popluar color models

C895AE
RGB200149174
HSL331°31.68%68.43%
HSB/HSV331°25.50%78.43%
CMYK0.00%25.50%13.00%
21.57%

Color #C895AE in popluar number systems.

HEXC895AE
Decimal200149174
Binary110010001001010110101110
Octal310225256

Shades and tints

Shades of #C895AE

#C895AE
(200,149,174)
#B6889F
(182,136,159)
#A47B90
(164,123,144)
#926E81
(146,110,129)
#806172
(128,97,114)
#6E5463
(110,84,99)
#5C4754
(92,71,84)
#4A3A45
(74,58,69)
#382D36
(56,45,54)
#262027
(38,32,39)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #C895AE

#C895AE
(200,149,174)
#CD9EB5
(205,158,181)
#D2A7BC
(210,167,188)
#D7B0C3
(215,176,195)
#DCB9CA
(220,185,202)
#E1C2D1
(225,194,209)
#E6CBD8
(230,203,216)
#EBD4DF
(235,212,223)
#F0DDE6
(240,221,230)
#F5E6ED
(245,230,237)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C895AE color. Also use rgb(200,149,174) instead hex code.

Text Font Color

.myTextColor { color: #C895AE; }

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

This text font color is #C895AE.


Background Color

.myBgColor { background-color: #C895AE; }

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

This div background color is #C895AE.


Border color

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

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

This div border color is #C895AE.


Opacity

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

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

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

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

This text has shadow with #C895AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C895AE on black background.


Color preview on white background

This text has color #C895AE on white background.



Black color preview on #C895AE background

This text has black color on #C895AE background.


White color preview on #C895AE background

This text has white color on #C895AE background.