COLOR #C56091

HEX: #C56091 RGB: (197,96,145)

Color info

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

RGB color model

#C56091 color RGB value is (197,96,145).

RGB: (197,96,145) (77%, 38%, 57%)

RGB channels and saturation

R 197 of 255 = 77%
G 96 of 255 = 38%
B 145 of 255 = 57%

197
96
145

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

Portions of RGB colors in percentages

R + G + B = 197 + 96 + 145 = 438 (100%)
R 197 of 438 ~ 44.98%
G 96 of 438 ~ 21.92%
B 145 of 438 ~ 33.11'%

%44.98
%21.92
%33.11

CMYK color model

#C56091 color CMYK value is (0,51,26,23).

  • cyan value is 0.00%
  • magenta value is 51.27%
  • yellow value is 26.40%
  • key color value is 22.75%

CMYK: (0,51,26,23)
C0M51Y26K23 (0%, 51%, 26%, 23%)
(0.00 / 0.51 / 0.26 / 0.23)

CMYK percentages

%0
%51.27
%26.4
%22.75

Codes

Color #C56091 in popluar color models

C5 60 91
RGB 197 96 145
HSL 331° 46.54% 57.45%
HSB/HSV 331° 51.27% 77.25%
CMYK 0.00% 51.27% 26.40%
22.75%

Color #C56091 in popluar number systems.

HEX C5 60 91
Decimal 197 96 145
Binary 11000101 1100000 10010001
Octal 305 140 221

Shades and tints

Shades of #C56091

#C56091
(197,96,145)
#B45884
(180,88,132)
#A35077
(163,80,119)
#92486A
(146,72,106)
#81405D
(129,64,93)
#703850
(112,56,80)
#5F3043
(95,48,67)
#4E2836
(78,40,54)
#3D2029
(61,32,41)
#2C181C
(44,24,28)
#1B100F
(27,16,15)
#000000
(0,0,0)

Tints of #C56091

#C56091
(197,96,145)
#CA6E9B
(202,110,155)
#CF7CA5
(207,124,165)
#D48AAF
(212,138,175)
#D998B9
(217,152,185)
#DEA6C3
(222,166,195)
#E3B4CD
(227,180,205)
#E8C2D7
(232,194,215)
#EDD0E1
(237,208,225)
#F2DEEB
(242,222,235)
#F7ECF5
(247,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C56091 color. Also use rgb(197,96,145) instead hex code.

Text Font Color

.myTextColor { color: #C56091; }

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

This text font color is #C56091.

Background Color

.myBgColor { background-color: #C56091; }

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

This div background color is #C56091.

Border color

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

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

This div border color is #C56091.

Opacity

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

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

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

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

This text has shadow with #C56091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C56091.

Preview

Color preview on black background

This text has color #C56091 on black background.


Color preview on white background

This text has color #C56091 on white background.


Black color preview on #C56091 background

This text has black color on #C56091 background.


White color preview on #C56091 background

This text has white color on #C56091 background.


Related colors

Complementary color

Complementary color for #hex is #3A9F6E.


I love getcolorcode.com

Triadic colors

1 #91C560 and #6091C5 with #C56091 are triadic colors.

2 #9160C5 and #60C591 with #C56091 are triadic colors.