COLOR #C973B6

HEX: #C973B6
RGB: (201,115,182)

Color info

#C973B6 contains mainly red and blue colors. Web safe color of #C973B6 is #CC66CC (or #C6C).

RGB color model

#C973B6 color RGB value is (201,115,182).

  • red value is 201;
  • green value is 115;
  • blue value is 182.
RGB:
(201,115,182)
(79%,45%,71%)

RGB channels and saturation

R 201 of 255 = 79%
G 115 of 255 = 45%
B 182 of 255 = 71%

201
115
182

R + G + B ~ 65%. #C973B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 115 + 182 = 498 (100%)
R 201 of 498 ~ 40.36%
G 115 of 498 ~ 23.09%
B 182 of 498 ~ 36.55%

%40.36
%23.09
%36.55

CMYK color model

#C973B6 color CMYK value is (0,43,9,21).

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 9.45%
  • key color value is 21.18%
CMYK:
(0,43,9,21)
C0M43Y9K21 
(0%,43%,9%,21%)
(0.00/0.43/0.09/0.21)	

CMYK percentages

%0
%42.79
%9.45
%21.18

Codes

Color #C973B6 in popluar color models

C973B6
RGB201115182
HSL313°44.33%61.96%
HSB/HSV313°42.79%78.82%
CMYK0.00%42.79%9.45%
21.18%

Color #C973B6 in popluar number systems.

HEXC973B6
Decimal201115182
Binary11001001111001110110110
Octal311163266

Shades and tints

Shades of #C973B6

#C973B6
(201,115,182)
#B769A6
(183,105,166)
#A55F96
(165,95,150)
#935586
(147,85,134)
#814B76
(129,75,118)
#6F4166
(111,65,102)
#5D3756
(93,55,86)
#4B2D46
(75,45,70)
#392336
(57,35,54)
#271926
(39,25,38)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #C973B6

#C973B6
(201,115,182)
#CD7FBC
(205,127,188)
#D18BC2
(209,139,194)
#D597C8
(213,151,200)
#D9A3CE
(217,163,206)
#DDAFD4
(221,175,212)
#E1BBDA
(225,187,218)
#E5C7E0
(229,199,224)
#E9D3E6
(233,211,230)
#EDDFEC
(237,223,236)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C973B6 color. Also use rgb(201,115,182) instead hex code.

Text Font Color

.myTextColor { color: #C973B6; }

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

This text font color is #C973B6.


Background Color

.myBgColor { background-color: #C973B6; }

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

This div background color is #C973B6.


Border color

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

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

This div border color is #C973B6.


Opacity

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

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

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

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

This text has shadow with #C973B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C973B6 on black background.


Color preview on white background

This text has color #C973B6 on white background.



Black color preview on #C973B6 background

This text has black color on #C973B6 background.


White color preview on #C973B6 background

This text has white color on #C973B6 background.