COLOR #C56582

HEX: #C56582 RGB: (197,101,130)

Color info

#C56582 contains mainly red color. Web safe color of #C56582 is #CC6699 (or #C69).

RGB color model

#C56582 color RGB value is (197,101,130).

RGB: (197,101,130) (77%, 40%, 51%)

RGB channels and saturation

R 197 of 255 = 77%
G 101 of 255 = 40%
B 130 of 255 = 51%

197
101
130

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

Portions of RGB colors in percentages

R + G + B = 197 + 101 + 130 = 428 (100%)
R 197 of 428 ~ 46.03%
G 101 of 428 ~ 23.6%
B 130 of 428 ~ 30.37'%

%46.03
%23.6
%30.37

CMYK color model

#C56582 color CMYK value is (0,49,34,23).

  • cyan value is 0.00%
  • magenta value is 48.73%
  • yellow value is 34.01%
  • key color value is 22.75%

CMYK: (0,49,34,23)
C0M49Y34K23 (0%, 49%, 34%, 23%)
(0.00 / 0.49 / 0.34 / 0.23)

CMYK percentages

%0
%48.73
%34.01
%22.75

Codes

Color #C56582 in popluar color models

C5 65 82
RGB 197 101 130
HSL 342° 45.28% 58.43%
HSB/HSV 342° 48.73% 77.25%
CMYK 0.00% 48.73% 34.01%
22.75%

Color #C56582 in popluar number systems.

HEX C5 65 82
Decimal 197 101 130
Binary 11000101 1100101 10000010
Octal 305 145 202

Shades and tints

Shades of #C56582

#C56582
(197,101,130)
#B45C77
(180,92,119)
#A3536C
(163,83,108)
#924A61
(146,74,97)
#814156
(129,65,86)
#70384B
(112,56,75)
#5F2F40
(95,47,64)
#4E2635
(78,38,53)
#3D1D2A
(61,29,42)
#2C141F
(44,20,31)
#1B0B14
(27,11,20)
#000000
(0,0,0)

Tints of #C56582

#C56582
(197,101,130)
#CA738D
(202,115,141)
#CF8198
(207,129,152)
#D48FA3
(212,143,163)
#D99DAE
(217,157,174)
#DEABB9
(222,171,185)
#E3B9C4
(227,185,196)
#E8C7CF
(232,199,207)
#EDD5DA
(237,213,218)
#F2E3E5
(242,227,229)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C56582 color. Also use rgb(197,101,130) instead hex code.

Text Font Color

.myTextColor { color: #C56582; }

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

This text font color is #C56582.

Background Color

.myBgColor { background-color: #C56582; }

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

This div background color is #C56582.

Border color

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

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

This div border color is #C56582.

Opacity

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

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

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

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

This text has shadow with #C56582 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C56582.

Preview

Color preview on black background

This text has color #C56582 on black background.


Color preview on white background

This text has color #C56582 on white background.


Black color preview on #C56582 background

This text has black color on #C56582 background.


White color preview on #C56582 background

This text has white color on #C56582 background.


Related colors

Complementary color

Complementary color for #hex is #3A9A7D.


I love getcolorcode.com

Triadic colors

1 #82C565 and #6582C5 with #C56582 are triadic colors.

2 #8265C5 and #65C582 with #C56582 are triadic colors.