COLOR #C56083

HEX: #C56083
RGB: (197,96,131)

Color info

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

RGB color model

#C56083 color RGB value is (197,96,131).

  • red value is 197;
  • green value is 96;
  • blue value is 131.
RGB:
(197,96,131)
(77%,38%,51%)

RGB channels and saturation

R 197 of 255 = 77%
G 96 of 255 = 38%
B 131 of 255 = 51%

197
96
131

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

Portions of RGB colors in percentages

R + G + B =
197 + 96 + 131 = 424 (100%)
R 197 of 424 ~ 46.46%
G 96 of 424 ~ 22.64%
B 131 of 424 ~ 30.9%

%46.46
%22.64
%30.9

CMYK color model

#C56083 color CMYK value is (0,51,34,23).

  • cyan value is 0.00%
  • magenta value is 51.27%
  • yellow value is 33.50%
  • key color value is 22.75%
CMYK:
(0,51,34,23)
C0M51Y34K23 
(0%,51%,34%,23%)
(0.00/0.51/0.34/0.23)	

CMYK percentages

%0
%51.27
%33.5
%22.75

Codes

Color #C56083 in popluar color models

C56083
RGB19796131
HSL339°46.54%57.45%
HSB/HSV339°51.27%77.25%
CMYK0.00%51.27%33.50%
22.75%

Color #C56083 in popluar number systems.

HEXC56083
Decimal19796131
Binary11000101110000010000011
Octal305140203

Shades and tints

Shades of #C56083

#C56083
(197,96,131)
#B45878
(180,88,120)
#A3506D
(163,80,109)
#924862
(146,72,98)
#814057
(129,64,87)
#70384C
(112,56,76)
#5F3041
(95,48,65)
#4E2836
(78,40,54)
#3D202B
(61,32,43)
#2C1820
(44,24,32)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #C56083

#C56083
(197,96,131)
#CA6E8E
(202,110,142)
#CF7C99
(207,124,153)
#D48AA4
(212,138,164)
#D998AF
(217,152,175)
#DEA6BA
(222,166,186)
#E3B4C5
(227,180,197)
#E8C2D0
(232,194,208)
#EDD0DB
(237,208,219)
#F2DEE6
(242,222,230)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56083; }

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

This text font color is #C56083.


Background Color

.myBgColor { background-color: #C56083; }

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

This div background color is #C56083.


Border color

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

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

This div border color is #C56083.


Opacity

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

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

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

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

This text has shadow with #C56083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56083 on black background.


Color preview on white background

This text has color #C56083 on white background.



Black color preview on #C56083 background

This text has black color on #C56083 background.


White color preview on #C56083 background

This text has white color on #C56083 background.