COLOR #C995A0

HEX: #C995A0 RGB: (201,149,160)

Color info

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

RGB color model

#C995A0 color RGB value is (201,149,160).

RGB: (201,149,160) (79%, 58%, 63%)

RGB channels and saturation

R 201 of 255 = 79%
G 149 of 255 = 58%
B 160 of 255 = 63%

201
149
160

R + G + B ~ 67%. #C995A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 149 + 160 = 510 (100%)
R 201 of 510 ~ 39.41%
G 149 of 510 ~ 29.22%
B 160 of 510 ~ 31.37'%

%39.41
%29.22
%31.37

CMYK color model

#C995A0 color CMYK value is (0,26,20,21).

  • cyan value is 0.00%
  • magenta value is 25.87%
  • yellow value is 20.40%
  • key color value is 21.18%

CMYK: (0,26,20,21)
C0M26Y20K21 (0%, 26%, 20%, 21%)
(0.00 / 0.26 / 0.20 / 0.21)

CMYK percentages

%0
%25.87
%20.4
%21.18

Codes

Color #C995A0 in popluar color models

C9 95 A0
RGB 201 149 160
HSL 347° 32.50% 68.63%
HSB/HSV 347° 25.87% 78.82%
CMYK 0.00% 25.87% 20.40%
21.18%

Color #C995A0 in popluar number systems.

HEX C9 95 A0
Decimal 201 149 160
Binary 11001001 10010101 10100000
Octal 311 225 240

Shades and tints

Shades of #C995A0

#C995A0
(201,149,160)
#B78892
(183,136,146)
#A57B84
(165,123,132)
#936E76
(147,110,118)
#816168
(129,97,104)
#6F545A
(111,84,90)
#5D474C
(93,71,76)
#4B3A3E
(75,58,62)
#392D30
(57,45,48)
#272022
(39,32,34)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #C995A0

#C995A0
(201,149,160)
#CD9EA8
(205,158,168)
#D1A7B0
(209,167,176)
#D5B0B8
(213,176,184)
#D9B9C0
(217,185,192)
#DDC2C8
(221,194,200)
#E1CBD0
(225,203,208)
#E5D4D8
(229,212,216)
#E9DDE0
(233,221,224)
#EDE6E8
(237,230,232)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C995A0; }

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

This text font color is #C995A0.

Background Color

.myBgColor { background-color: #C995A0; }

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

This div background color is #C995A0.

Border color

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

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

This div border color is #C995A0.

Opacity

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

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

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

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

This text has shadow with #C995A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C995A0.

Preview

Color preview on black background

This text has color #C995A0 on black background.


Color preview on white background

This text has color #C995A0 on white background.


Black color preview on #C995A0 background

This text has black color on #C995A0 background.


White color preview on #C995A0 background

This text has white color on #C995A0 background.


Related colors

Complementary color

Complementary color for #hex is #366A5F.


I love getcolorcode.com

Triadic colors

1 #A0C995 and #95A0C9 with #C995A0 are triadic colors.

2 #A095C9 and #95C9A0 with #C995A0 are triadic colors.