COLOR #C99CC1

HEX: #C99CC1
RGB: (201,156,193)

Color info

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

RGB color model

#C99CC1 color RGB value is (201,156,193).

  • red value is 201;
  • green value is 156;
  • blue value is 193.
RGB:
(201,156,193)
(79%,61%,76%)

RGB channels and saturation

R 201 of 255 = 79%
G 156 of 255 = 61%
B 193 of 255 = 76%

201
156
193

R + G + B ~ 72%. #C99CC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 156 + 193 = 550 (100%)
R 201 of 550 ~ 36.55%
G 156 of 550 ~ 28.36%
B 193 of 550 ~ 35.09%

%36.55
%28.36
%35.09

CMYK color model

#C99CC1 color CMYK value is (0,22,4,21).

  • cyan value is 0.00%
  • magenta value is 22.39%
  • yellow value is 3.98%
  • key color value is 21.18%
CMYK:
(0,22,4,21)
C0M22Y4K21 
(0%,22%,4%,21%)
(0.00/0.22/0.04/0.21)	

CMYK percentages

%0
%22.39
%3.98
%21.18

Codes

Color #C99CC1 in popluar color models

C99CC1
RGB201156193
HSL311°29.41%70.00%
HSB/HSV311°22.39%78.82%
CMYK0.00%22.39%3.98%
21.18%

Color #C99CC1 in popluar number systems.

HEXC99CC1
Decimal201156193
Binary110010011001110011000001
Octal311234301

Shades and tints

Shades of #C99CC1

#C99CC1
(201,156,193)
#B78EB0
(183,142,176)
#A5809F
(165,128,159)
#93728E
(147,114,142)
#81647D
(129,100,125)
#6F566C
(111,86,108)
#5D485B
(93,72,91)
#4B3A4A
(75,58,74)
#392C39
(57,44,57)
#271E28
(39,30,40)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #C99CC1

#C99CC1
(201,156,193)
#CDA5C6
(205,165,198)
#D1AECB
(209,174,203)
#D5B7D0
(213,183,208)
#D9C0D5
(217,192,213)
#DDC9DA
(221,201,218)
#E1D2DF
(225,210,223)
#E5DBE4
(229,219,228)
#E9E4E9
(233,228,233)
#EDEDEE
(237,237,238)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99CC1 color. Also use rgb(201,156,193) instead hex code.

Text Font Color

.myTextColor { color: #C99CC1; }

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

This text font color is #C99CC1.


Background Color

.myBgColor { background-color: #C99CC1; }

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

This div background color is #C99CC1.


Border color

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

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

This div border color is #C99CC1.


Opacity

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

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

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

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

This text has shadow with #C99CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99CC1 on black background.


Color preview on white background

This text has color #C99CC1 on white background.



Black color preview on #C99CC1 background

This text has black color on #C99CC1 background.


White color preview on #C99CC1 background

This text has white color on #C99CC1 background.