COLOR #C56A92

HEX: #C56A92
RGB: (197,106,146)

Color info

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

RGB color model

#C56A92 color RGB value is (197,106,146).

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

RGB channels and saturation

R 197 of 255 = 77%
G 106 of 255 = 42%
B 146 of 255 = 57%

197
106
146

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

Portions of RGB colors in percentages

R + G + B =
197 + 106 + 146 = 449 (100%)
R 197 of 449 ~ 43.88%
G 106 of 449 ~ 23.61%
B 146 of 449 ~ 32.52%

%43.88
%23.61
%32.52

CMYK color model

#C56A92 color CMYK value is (0,46,26,23).

  • cyan value is 0.00%
  • magenta value is 46.19%
  • yellow value is 25.89%
  • key color value is 22.75%
CMYK:
(0,46,26,23)
C0M46Y26K23 
(0%,46%,26%,23%)
(0.00/0.46/0.26/0.23)	

CMYK percentages

%0
%46.19
%25.89
%22.75

Codes

Color #C56A92 in popluar color models

C56A92
RGB197106146
HSL334°43.96%59.41%
HSB/HSV334°46.19%77.25%
CMYK0.00%46.19%25.89%
22.75%

Color #C56A92 in popluar number systems.

HEXC56A92
Decimal197106146
Binary11000101110101010010010
Octal305152222

Shades and tints

Shades of #C56A92

#C56A92
(197,106,146)
#B46185
(180,97,133)
#A35878
(163,88,120)
#924F6B
(146,79,107)
#81465E
(129,70,94)
#703D51
(112,61,81)
#5F3444
(95,52,68)
#4E2B37
(78,43,55)
#3D222A
(61,34,42)
#2C191D
(44,25,29)
#1B1010
(27,16,16)
#000000
(0,0,0)

Tints of #C56A92

#C56A92
(197,106,146)
#CA779B
(202,119,155)
#CF84A4
(207,132,164)
#D491AD
(212,145,173)
#D99EB6
(217,158,182)
#DEABBF
(222,171,191)
#E3B8C8
(227,184,200)
#E8C5D1
(232,197,209)
#EDD2DA
(237,210,218)
#F2DFE3
(242,223,227)
#F7ECEC
(247,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56A92; }

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

This text font color is #C56A92.


Background Color

.myBgColor { background-color: #C56A92; }

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

This div background color is #C56A92.


Border color

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

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

This div border color is #C56A92.


Opacity

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

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

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

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

This text has shadow with #C56A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56A92 on black background.


Color preview on white background

This text has color #C56A92 on white background.



Black color preview on #C56A92 background

This text has black color on #C56A92 background.


White color preview on #C56A92 background

This text has white color on #C56A92 background.