COLOR #C56092

HEX: #C56092
RGB: (197,96,146)

Color info

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

RGB color model

#C56092 color RGB value is (197,96,146).

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

RGB channels and saturation

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

197
96
146

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

Portions of RGB colors in percentages

R + G + B =
197 + 96 + 146 = 439 (100%)
R 197 of 439 ~ 44.87%
G 96 of 439 ~ 21.87%
B 146 of 439 ~ 33.26%

%44.87
%21.87
%33.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 51.27%
  • yellow value is 25.89%
  • 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
%25.89
%22.75

Codes

Color #C56092 in popluar color models

C56092
RGB19796146
HSL330°46.54%57.45%
HSB/HSV330°51.27%77.25%
CMYK0.00%51.27%25.89%
22.75%

Color #C56092 in popluar number systems.

HEXC56092
Decimal19796146
Binary11000101110000010010010
Octal305140222

Shades and tints

Shades of #C56092

#C56092
(197,96,146)
#B45885
(180,88,133)
#A35078
(163,80,120)
#92486B
(146,72,107)
#81405E
(129,64,94)
#703851
(112,56,81)
#5F3044
(95,48,68)
#4E2837
(78,40,55)
#3D202A
(61,32,42)
#2C181D
(44,24,29)
#1B1010
(27,16,16)
#000000
(0,0,0)

Tints of #C56092

#C56092
(197,96,146)
#CA6E9B
(202,110,155)
#CF7CA4
(207,124,164)
#D48AAD
(212,138,173)
#D998B6
(217,152,182)
#DEA6BF
(222,166,191)
#E3B4C8
(227,180,200)
#E8C2D1
(232,194,209)
#EDD0DA
(237,208,218)
#F2DEE3
(242,222,227)
#F7ECEC
(247,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56092; }

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

This text font color is #C56092.


Background Color

.myBgColor { background-color: #C56092; }

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

This div background color is #C56092.


Border color

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

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

This div border color is #C56092.


Opacity

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

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

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

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

This text has shadow with #C56092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56092 on black background.


Color preview on white background

This text has color #C56092 on white background.



Black color preview on #C56092 background

This text has black color on #C56092 background.


White color preview on #C56092 background

This text has white color on #C56092 background.