COLOR #C56081

HEX: #C56081
RGB: (197,96,129)

Color info

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

RGB color model

#C56081 color RGB value is (197,96,129).

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

RGB channels and saturation

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

197
96
129

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

Portions of RGB colors in percentages

R + G + B =
197 + 96 + 129 = 422 (100%)
R 197 of 422 ~ 46.68%
G 96 of 422 ~ 22.75%
B 129 of 422 ~ 30.57%

%46.68
%22.75
%30.57

CMYK color model

#C56081 color CMYK value is (0,51,35,23).

  • cyan value is 0.00%
  • magenta value is 51.27%
  • yellow value is 34.52%
  • key color value is 22.75%
CMYK:
(0,51,35,23)
C0M51Y35K23 
(0%,51%,35%,23%)
(0.00/0.51/0.35/0.23)	

CMYK percentages

%0
%51.27
%34.52
%22.75

Codes

Color #C56081 in popluar color models

C56081
RGB19796129
HSL340°46.54%57.45%
HSB/HSV340°51.27%77.25%
CMYK0.00%51.27%34.52%
22.75%

Color #C56081 in popluar number systems.

HEXC56081
Decimal19796129
Binary11000101110000010000001
Octal305140201

Shades and tints

Shades of #C56081

#C56081
(197,96,129)
#B45876
(180,88,118)
#A3506B
(163,80,107)
#924860
(146,72,96)
#814055
(129,64,85)
#70384A
(112,56,74)
#5F303F
(95,48,63)
#4E2834
(78,40,52)
#3D2029
(61,32,41)
#2C181E
(44,24,30)
#1B1013
(27,16,19)
#000000
(0,0,0)

Tints of #C56081

#C56081
(197,96,129)
#CA6E8C
(202,110,140)
#CF7C97
(207,124,151)
#D48AA2
(212,138,162)
#D998AD
(217,152,173)
#DEA6B8
(222,166,184)
#E3B4C3
(227,180,195)
#E8C2CE
(232,194,206)
#EDD0D9
(237,208,217)
#F2DEE4
(242,222,228)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56081; }

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

This text font color is #C56081.


Background Color

.myBgColor { background-color: #C56081; }

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

This div background color is #C56081.


Border color

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

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

This div border color is #C56081.


Opacity

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

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

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

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

This text has shadow with #C56081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56081 on black background.


Color preview on white background

This text has color #C56081 on white background.



Black color preview on #C56081 background

This text has black color on #C56081 background.


White color preview on #C56081 background

This text has white color on #C56081 background.