COLOR #C9619C

HEX: #C9619C
RGB: (201,97,156)

Color info

#C9619C contains mainly red and blue colors. Web safe color of #C9619C is #CC6699 (or #C69).

RGB color model

#C9619C color RGB value is (201,97,156).

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

RGB channels and saturation

R 201 of 255 = 79%
G 97 of 255 = 38%
B 156 of 255 = 61%

201
97
156

R + G + B ~ 59%. #C9619C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
201 + 97 + 156 = 454 (100%)
R 201 of 454 ~ 44.27%
G 97 of 454 ~ 21.37%
B 156 of 454 ~ 34.36%

%44.27
%21.37
%34.36

CMYK color model

#C9619C color CMYK value is (0,52,22,21).

  • cyan value is 0.00%
  • magenta value is 51.74%
  • yellow value is 22.39%
  • key color value is 21.18%
CMYK:
(0,52,22,21)
C0M52Y22K21 
(0%,52%,22%,21%)
(0.00/0.52/0.22/0.21)	

CMYK percentages

%0
%51.74
%22.39
%21.18

Codes

Color #C9619C in popluar color models

C9619C
RGB20197156
HSL326°49.06%58.43%
HSB/HSV326°51.74%78.82%
CMYK0.00%51.74%22.39%
21.18%

Color #C9619C in popluar number systems.

HEXC9619C
Decimal20197156
Binary11001001110000110011100
Octal311141234

Shades and tints

Shades of #C9619C

#C9619C
(201,97,156)
#B7598E
(183,89,142)
#A55180
(165,81,128)
#934972
(147,73,114)
#814164
(129,65,100)
#6F3956
(111,57,86)
#5D3148
(93,49,72)
#4B293A
(75,41,58)
#39212C
(57,33,44)
#27191E
(39,25,30)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #C9619C

#C9619C
(201,97,156)
#CD6FA5
(205,111,165)
#D17DAE
(209,125,174)
#D58BB7
(213,139,183)
#D999C0
(217,153,192)
#DDA7C9
(221,167,201)
#E1B5D2
(225,181,210)
#E5C3DB
(229,195,219)
#E9D1E4
(233,209,228)
#EDDFED
(237,223,237)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9619C; }

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

This text font color is #C9619C.


Background Color

.myBgColor { background-color: #C9619C; }

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

This div background color is #C9619C.


Border color

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

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

This div border color is #C9619C.


Opacity

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

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

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

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

This text has shadow with #C9619C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9619C on black background.


Color preview on white background

This text has color #C9619C on white background.



Black color preview on #C9619C background

This text has black color on #C9619C background.


White color preview on #C9619C background

This text has white color on #C9619C background.