COLOR #C995BF

HEX: #C995BF RGB: (201,149,191)

Color info

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

RGB color model

#C995BF color RGB value is (201,149,191).

RGB: (201,149,191) (79%, 58%, 75%)

RGB channels and saturation

R 201 of 255 = 79%
G 149 of 255 = 58%
B 191 of 255 = 75%

201
149
191

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

Portions of RGB colors in percentages

R + G + B = 201 + 149 + 191 = 541 (100%)
R 201 of 541 ~ 37.15%
G 149 of 541 ~ 27.54%
B 191 of 541 ~ 35.3'%

%37.15
%27.54
%35.3

CMYK color model

#C995BF color CMYK value is (0,26,5,21).

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

CMYK: (0,26,5,21)
C0M26Y5K21 (0%, 26%, 5%, 21%)
(0.00 / 0.26 / 0.05 / 0.21)

CMYK percentages

%0
%25.87
%4.98
%21.18

Codes

Color #C995BF in popluar color models

C9 95 BF
RGB 201 149 191
HSL 312° 32.50% 68.63%
HSB/HSV 312° 25.87% 78.82%
CMYK 0.00% 25.87% 4.98%
21.18%

Color #C995BF in popluar number systems.

HEX C9 95 BF
Decimal 201 149 191
Binary 11001001 10010101 10111111
Octal 311 225 277

Shades and tints

Shades of #C995BF

#C995BF
(201,149,191)
#B788AE
(183,136,174)
#A57B9D
(165,123,157)
#936E8C
(147,110,140)
#81617B
(129,97,123)
#6F546A
(111,84,106)
#5D4759
(93,71,89)
#4B3A48
(75,58,72)
#392D37
(57,45,55)
#272026
(39,32,38)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #C995BF

#C995BF
(201,149,191)
#CD9EC4
(205,158,196)
#D1A7C9
(209,167,201)
#D5B0CE
(213,176,206)
#D9B9D3
(217,185,211)
#DDC2D8
(221,194,216)
#E1CBDD
(225,203,221)
#E5D4E2
(229,212,226)
#E9DDE7
(233,221,231)
#EDE6EC
(237,230,236)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C995BF; }

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

This text font color is #C995BF.

Background Color

.myBgColor { background-color: #C995BF; }

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

This div background color is #C995BF.

Border color

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

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

This div border color is #C995BF.

Opacity

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

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

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

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

This text has shadow with #C995BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C995BF.

Preview

Color preview on black background

This text has color #C995BF on black background.


Color preview on white background

This text has color #C995BF on white background.


Black color preview on #C995BF background

This text has black color on #C995BF background.


White color preview on #C995BF background

This text has white color on #C995BF background.


Related colors

Complementary color

Complementary color for #hex is #366A40.


I love getcolorcode.com

Triadic colors

1 #BFC995 and #95BFC9 with #C995BF are triadic colors.

2 #BF95C9 and #95C9BF with #C995BF are triadic colors.