COLOR #C56FBB

HEX: #C56FBB
RGB: (197,111,187)

Color info

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

RGB color model

#C56FBB color RGB value is (197,111,187).

  • red value is 197;
  • green value is 111;
  • blue value is 187.
RGB:
(197,111,187)
(77%,44%,73%)

RGB channels and saturation

R 197 of 255 = 77%
G 111 of 255 = 44%
B 187 of 255 = 73%

197
111
187

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

Portions of RGB colors in percentages

R + G + B =
197 + 111 + 187 = 495 (100%)
R 197 of 495 ~ 39.8%
G 111 of 495 ~ 22.42%
B 187 of 495 ~ 37.78%

%39.8
%22.42
%37.78

CMYK color model

#C56FBB color CMYK value is (0,44,5,23).

  • cyan value is 0.00%
  • magenta value is 43.65%
  • yellow value is 5.08%
  • key color value is 22.75%
CMYK:
(0,44,5,23)
C0M44Y5K23 
(0%,44%,5%,23%)
(0.00/0.44/0.05/0.23)	

CMYK percentages

%0
%43.65
%5.08
%22.75

Codes

Color #C56FBB in popluar color models

C56FBB
RGB197111187
HSL307°42.57%60.39%
HSB/HSV307°43.65%77.25%
CMYK0.00%43.65%5.08%
22.75%

Color #C56FBB in popluar number systems.

HEXC56FBB
Decimal197111187
Binary11000101110111110111011
Octal305157273

Shades and tints

Shades of #C56FBB

#C56FBB
(197,111,187)
#B465AA
(180,101,170)
#A35B99
(163,91,153)
#925188
(146,81,136)
#814777
(129,71,119)
#703D66
(112,61,102)
#5F3355
(95,51,85)
#4E2944
(78,41,68)
#3D1F33
(61,31,51)
#2C1522
(44,21,34)
#1B0B11
(27,11,17)
#000000
(0,0,0)

Tints of #C56FBB

#C56FBB
(197,111,187)
#CA7CC1
(202,124,193)
#CF89C7
(207,137,199)
#D496CD
(212,150,205)
#D9A3D3
(217,163,211)
#DEB0D9
(222,176,217)
#E3BDDF
(227,189,223)
#E8CAE5
(232,202,229)
#EDD7EB
(237,215,235)
#F2E4F1
(242,228,241)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C56FBB color. Also use rgb(197,111,187) instead hex code.

Text Font Color

.myTextColor { color: #C56FBB; }

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

This text font color is #C56FBB.


Background Color

.myBgColor { background-color: #C56FBB; }

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

This div background color is #C56FBB.


Border color

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

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

This div border color is #C56FBB.


Opacity

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

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

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

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

This text has shadow with #C56FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56FBB on black background.


Color preview on white background

This text has color #C56FBB on white background.



Black color preview on #C56FBB background

This text has black color on #C56FBB background.


White color preview on #C56FBB background

This text has white color on #C56FBB background.