COLOR #C895A0

HEX: #C895A0
RGB: (200,149,160)

Color info

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

RGB color model

#C895A0 color RGB value is (200,149,160).

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

RGB channels and saturation

R 200 of 255 = 78%
G 149 of 255 = 58%
B 160 of 255 = 63%

200
149
160

R + G + B ~ 66%. #C895A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 149 + 160 = 509 (100%)
R 200 of 509 ~ 39.29%
G 149 of 509 ~ 29.27%
B 160 of 509 ~ 31.43%

%39.29
%29.27
%31.43

CMYK color model

#C895A0 color CMYK value is (0,26,20,22).

  • cyan value is 0.00%
  • magenta value is 25.50%
  • yellow value is 20.00%
  • key color value is 21.57%
CMYK:
(0,26,20,22)
C0M26Y20K22 
(0%,26%,20%,22%)
(0.00/0.26/0.20/0.22)	

CMYK percentages

%0
%25.5
%20
%21.57

Codes

Color #C895A0 in popluar color models

C895A0
RGB200149160
HSL347°31.68%68.43%
HSB/HSV347°25.50%78.43%
CMYK0.00%25.50%20.00%
21.57%

Color #C895A0 in popluar number systems.

HEXC895A0
Decimal200149160
Binary110010001001010110100000
Octal310225240

Shades and tints

Shades of #C895A0

#C895A0
(200,149,160)
#B68892
(182,136,146)
#A47B84
(164,123,132)
#926E76
(146,110,118)
#806168
(128,97,104)
#6E545A
(110,84,90)
#5C474C
(92,71,76)
#4A3A3E
(74,58,62)
#382D30
(56,45,48)
#262022
(38,32,34)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #C895A0

#C895A0
(200,149,160)
#CD9EA8
(205,158,168)
#D2A7B0
(210,167,176)
#D7B0B8
(215,176,184)
#DCB9C0
(220,185,192)
#E1C2C8
(225,194,200)
#E6CBD0
(230,203,208)
#EBD4D8
(235,212,216)
#F0DDE0
(240,221,224)
#F5E6E8
(245,230,232)
#FAEFF0
(250,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C895A0; }

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

This text font color is #C895A0.


Background Color

.myBgColor { background-color: #C895A0; }

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

This div background color is #C895A0.


Border color

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

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

This div border color is #C895A0.


Opacity

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

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

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

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

This text has shadow with #C895A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C895A0 on black background.


Color preview on white background

This text has color #C895A0 on white background.



Black color preview on #C895A0 background

This text has black color on #C895A0 background.


White color preview on #C895A0 background

This text has white color on #C895A0 background.