COLOR #C995BE

HEX: #C995BE
RGB: (201,149,190)

Color info

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

RGB color model

#C995BE color RGB value is (201,149,190).

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

RGB channels and saturation

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

201
149
190

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

Portions of RGB colors in percentages

R + G + B =
201 + 149 + 190 = 540 (100%)
R 201 of 540 ~ 37.22%
G 149 of 540 ~ 27.59%
B 190 of 540 ~ 35.19%

%37.22
%27.59
%35.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.87%
  • yellow value is 5.47%
  • 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
%5.47
%21.18

Codes

Color #C995BE in popluar color models

C995BE
RGB201149190
HSL313°32.50%68.63%
HSB/HSV313°25.87%78.82%
CMYK0.00%25.87%5.47%
21.18%

Color #C995BE in popluar number systems.

HEXC995BE
Decimal201149190
Binary110010011001010110111110
Octal311225276

Shades and tints

Shades of #C995BE

#C995BE
(201,149,190)
#B788AD
(183,136,173)
#A57B9C
(165,123,156)
#936E8B
(147,110,139)
#81617A
(129,97,122)
#6F5469
(111,84,105)
#5D4758
(93,71,88)
#4B3A47
(75,58,71)
#392D36
(57,45,54)
#272025
(39,32,37)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #C995BE

#C995BE
(201,149,190)
#CD9EC3
(205,158,195)
#D1A7C8
(209,167,200)
#D5B0CD
(213,176,205)
#D9B9D2
(217,185,210)
#DDC2D7
(221,194,215)
#E1CBDC
(225,203,220)
#E5D4E1
(229,212,225)
#E9DDE6
(233,221,230)
#EDE6EB
(237,230,235)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C995BE; }

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

This text font color is #C995BE.


Background Color

.myBgColor { background-color: #C995BE; }

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

This div background color is #C995BE.


Border color

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

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

This div border color is #C995BE.


Opacity

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

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

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

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

This text has shadow with #C995BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C995BE on black background.


Color preview on white background

This text has color #C995BE on white background.



Black color preview on #C995BE background

This text has black color on #C995BE background.


White color preview on #C995BE background

This text has white color on #C995BE background.