COLOR #C56AB7

HEX: #C56AB7
RGB: (197,106,183)

Color info

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

RGB color model

#C56AB7 color RGB value is (197,106,183).

  • red value is 197;
  • green value is 106;
  • blue value is 183.
RGB:
(197,106,183)
(77%,42%,72%)

RGB channels and saturation

R 197 of 255 = 77%
G 106 of 255 = 42%
B 183 of 255 = 72%

197
106
183

R + G + B ~ 64%. #C56AB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 106 + 183 = 486 (100%)
R 197 of 486 ~ 40.53%
G 106 of 486 ~ 21.81%
B 183 of 486 ~ 37.65%

%40.53
%21.81
%37.65

CMYK color model

#C56AB7 color CMYK value is (0,46,7,23).

  • cyan value is 0.00%
  • magenta value is 46.19%
  • yellow value is 7.11%
  • key color value is 22.75%
CMYK:
(0,46,7,23)
C0M46Y7K23 
(0%,46%,7%,23%)
(0.00/0.46/0.07/0.23)	

CMYK percentages

%0
%46.19
%7.11
%22.75

Codes

Color #C56AB7 in popluar color models

C56AB7
RGB197106183
HSL309°43.96%59.41%
HSB/HSV309°46.19%77.25%
CMYK0.00%46.19%7.11%
22.75%

Color #C56AB7 in popluar number systems.

HEXC56AB7
Decimal197106183
Binary11000101110101010110111
Octal305152267

Shades and tints

Shades of #C56AB7

#C56AB7
(197,106,183)
#B461A7
(180,97,167)
#A35897
(163,88,151)
#924F87
(146,79,135)
#814677
(129,70,119)
#703D67
(112,61,103)
#5F3457
(95,52,87)
#4E2B47
(78,43,71)
#3D2237
(61,34,55)
#2C1927
(44,25,39)
#1B1017
(27,16,23)
#000000
(0,0,0)

Tints of #C56AB7

#C56AB7
(197,106,183)
#CA77BD
(202,119,189)
#CF84C3
(207,132,195)
#D491C9
(212,145,201)
#D99ECF
(217,158,207)
#DEABD5
(222,171,213)
#E3B8DB
(227,184,219)
#E8C5E1
(232,197,225)
#EDD2E7
(237,210,231)
#F2DFED
(242,223,237)
#F7ECF3
(247,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C56AB7 color. Also use rgb(197,106,183) instead hex code.

Text Font Color

.myTextColor { color: #C56AB7; }

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

This text font color is #C56AB7.


Background Color

.myBgColor { background-color: #C56AB7; }

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

This div background color is #C56AB7.


Border color

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

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

This div border color is #C56AB7.


Opacity

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

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

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

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

This text has shadow with #C56AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56AB7 on black background.


Color preview on white background

This text has color #C56AB7 on white background.



Black color preview on #C56AB7 background

This text has black color on #C56AB7 background.


White color preview on #C56AB7 background

This text has white color on #C56AB7 background.