COLOR #C99FC6

HEX: #C99FC6 RGB: (201,159,198)

Color info

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

RGB color model

#C99FC6 color RGB value is (201,159,198).

RGB: (201,159,198) (79%, 62%, 78%)

RGB channels and saturation

R 201 of 255 = 79%
G 159 of 255 = 62%
B 198 of 255 = 78%

201
159
198

R + G + B ~ 73%. #C99FC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 159 + 198 = 558 (100%)
R 201 of 558 ~ 36.02%
G 159 of 558 ~ 28.49%
B 198 of 558 ~ 35.48'%

%36.02
%28.49
%35.48

CMYK color model

#C99FC6 color CMYK value is (0,21,1,21).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 1.49%
  • key color value is 21.18%

CMYK: (0,21,1,21)
C0M21Y1K21 (0%, 21%, 1%, 21%)
(0.00 / 0.21 / 0.01 / 0.21)

CMYK percentages

%0
%20.9
%1.49
%21.18

Codes

Color #C99FC6 in popluar color models

C9 9F C6
RGB 201 159 198
HSL 304° 28.00% 70.59%
HSB/HSV 304° 20.90% 78.82%
CMYK 0.00% 20.90% 1.49%
21.18%

Color #C99FC6 in popluar number systems.

HEX C9 9F C6
Decimal 201 159 198
Binary 11001001 10011111 11000110
Octal 311 237 306

Shades and tints

Shades of #C99FC6

#C99FC6
(201,159,198)
#B791B4
(183,145,180)
#A583A2
(165,131,162)
#937590
(147,117,144)
#81677E
(129,103,126)
#6F596C
(111,89,108)
#5D4B5A
(93,75,90)
#4B3D48
(75,61,72)
#392F36
(57,47,54)
#272124
(39,33,36)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #C99FC6

#C99FC6
(201,159,198)
#CDA7CB
(205,167,203)
#D1AFD0
(209,175,208)
#D5B7D5
(213,183,213)
#D9BFDA
(217,191,218)
#DDC7DF
(221,199,223)
#E1CFE4
(225,207,228)
#E5D7E9
(229,215,233)
#E9DFEE
(233,223,238)
#EDE7F3
(237,231,243)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99FC6 color. Also use rgb(201,159,198) instead hex code.

Text Font Color

.myTextColor { color: #C99FC6; }

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

This text font color is #C99FC6.

Background Color

.myBgColor { background-color: #C99FC6; }

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

This div background color is #C99FC6.

Border color

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

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

This div border color is #C99FC6.

Opacity

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

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

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

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

This text has shadow with #C99FC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99FC6.

Preview

Color preview on black background

This text has color #C99FC6 on black background.


Color preview on white background

This text has color #C99FC6 on white background.


Black color preview on #C99FC6 background

This text has black color on #C99FC6 background.


White color preview on #C99FC6 background

This text has white color on #C99FC6 background.


Related colors

Complementary color

Complementary color for #hex is #366039.


I love getcolorcode.com

Triadic colors

1 #C6C99F and #9FC6C9 with #C99FC6 are triadic colors.

2 #C69FC9 and #9FC9C6 with #C99FC6 are triadic colors.