COLOR #C56299

HEX: #C56299 RGB: (197,98,153)

Color info

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

RGB color model

#C56299 color RGB value is (197,98,153).

RGB: (197,98,153) (77%, 38%, 60%)

RGB channels and saturation

R 197 of 255 = 77%
G 98 of 255 = 38%
B 153 of 255 = 60%

197
98
153

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

Portions of RGB colors in percentages

R + G + B = 197 + 98 + 153 = 448 (100%)
R 197 of 448 ~ 43.97%
G 98 of 448 ~ 21.88%
B 153 of 448 ~ 34.15'%

%43.97
%21.88
%34.15

CMYK color model

#C56299 color CMYK value is (0,50,22,23).

  • cyan value is 0.00%
  • magenta value is 50.25%
  • yellow value is 22.34%
  • key color value is 22.75%

CMYK: (0,50,22,23)
C0M50Y22K23 (0%, 50%, 22%, 23%)
(0.00 / 0.50 / 0.22 / 0.23)

CMYK percentages

%0
%50.25
%22.34
%22.75

Codes

Color #C56299 in popluar color models

C5 62 99
RGB 197 98 153
HSL 327° 46.05% 57.84%
HSB/HSV 327° 50.25% 77.25%
CMYK 0.00% 50.25% 22.34%
22.75%

Color #C56299 in popluar number systems.

HEX C5 62 99
Decimal 197 98 153
Binary 11000101 1100010 10011001
Octal 305 142 231

Shades and tints

Shades of #C56299

#C56299
(197,98,153)
#B45A8C
(180,90,140)
#A3527F
(163,82,127)
#924A72
(146,74,114)
#814265
(129,66,101)
#703A58
(112,58,88)
#5F324B
(95,50,75)
#4E2A3E
(78,42,62)
#3D2231
(61,34,49)
#2C1A24
(44,26,36)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #C56299

#C56299
(197,98,153)
#CA70A2
(202,112,162)
#CF7EAB
(207,126,171)
#D48CB4
(212,140,180)
#D99ABD
(217,154,189)
#DEA8C6
(222,168,198)
#E3B6CF
(227,182,207)
#E8C4D8
(232,196,216)
#EDD2E1
(237,210,225)
#F2E0EA
(242,224,234)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C56299 color. Also use rgb(197,98,153) instead hex code.

Text Font Color

.myTextColor { color: #C56299; }

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

This text font color is #C56299.

Background Color

.myBgColor { background-color: #C56299; }

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

This div background color is #C56299.

Border color

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

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

This div border color is #C56299.

Opacity

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

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

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

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

This text has shadow with #C56299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C56299.

Preview

Color preview on black background

This text has color #C56299 on black background.


Color preview on white background

This text has color #C56299 on white background.


Black color preview on #C56299 background

This text has black color on #C56299 background.


White color preview on #C56299 background

This text has white color on #C56299 background.


Related colors

Complementary color

Complementary color for #hex is #3A9D66.


I love getcolorcode.com

Triadic colors

1 #99C562 and #6299C5 with #C56299 are triadic colors.

2 #9962C5 and #62C599 with #C56299 are triadic colors.