COLOR #C995B5

HEX: #C995B5
RGB: (201,149,181)

Color info

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

RGB color model

#C995B5 color RGB value is (201,149,181).

  • red value is 201;
  • green value is 149;
  • blue value is 181.
RGB:
(201,149,181)
(79%,58%,71%)

RGB channels and saturation

R 201 of 255 = 79%
G 149 of 255 = 58%
B 181 of 255 = 71%

201
149
181

R + G + B ~ 69%. #C995B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 149 + 181 = 531 (100%)
R 201 of 531 ~ 37.85%
G 149 of 531 ~ 28.06%
B 181 of 531 ~ 34.09%

%37.85
%28.06
%34.09

CMYK color model

#C995B5 color CMYK value is (0,26,10,21).

  • cyan value is 0.00%
  • magenta value is 25.87%
  • yellow value is 9.95%
  • key color value is 21.18%
CMYK:
(0,26,10,21)
C0M26Y10K21 
(0%,26%,10%,21%)
(0.00/0.26/0.10/0.21)	

CMYK percentages

%0
%25.87
%9.95
%21.18

Codes

Color #C995B5 in popluar color models

C995B5
RGB201149181
HSL323°32.50%68.63%
HSB/HSV323°25.87%78.82%
CMYK0.00%25.87%9.95%
21.18%

Color #C995B5 in popluar number systems.

HEXC995B5
Decimal201149181
Binary110010011001010110110101
Octal311225265

Shades and tints

Shades of #C995B5

#C995B5
(201,149,181)
#B788A5
(183,136,165)
#A57B95
(165,123,149)
#936E85
(147,110,133)
#816175
(129,97,117)
#6F5465
(111,84,101)
#5D4755
(93,71,85)
#4B3A45
(75,58,69)
#392D35
(57,45,53)
#272025
(39,32,37)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #C995B5

#C995B5
(201,149,181)
#CD9EBB
(205,158,187)
#D1A7C1
(209,167,193)
#D5B0C7
(213,176,199)
#D9B9CD
(217,185,205)
#DDC2D3
(221,194,211)
#E1CBD9
(225,203,217)
#E5D4DF
(229,212,223)
#E9DDE5
(233,221,229)
#EDE6EB
(237,230,235)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C995B5; }

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

This text font color is #C995B5.


Background Color

.myBgColor { background-color: #C995B5; }

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

This div background color is #C995B5.


Border color

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

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

This div border color is #C995B5.


Opacity

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

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

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

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

This text has shadow with #C995B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C995B5 on black background.


Color preview on white background

This text has color #C995B5 on white background.



Black color preview on #C995B5 background

This text has black color on #C995B5 background.


White color preview on #C995B5 background

This text has white color on #C995B5 background.