COLOR #C056C4

HEX: #C056C4
RGB: (192,86,196)

Color info

#C056C4 contains mainly red and blue colors. Web safe color of #C056C4 is #CC66CC (or #C6C).

RGB color model

#C056C4 color RGB value is (192,86,196).

  • red value is 192;
  • green value is 86;
  • blue value is 196.
RGB:
(192,86,196)
(75%,34%,77%)

RGB channels and saturation

R 192 of 255 = 75%
G 86 of 255 = 34%
B 196 of 255 = 77%

192
86
196

R + G + B ~ 62%. #C056C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 86 + 196 = 474 (100%)
R 192 of 474 ~ 40.51%
G 86 of 474 ~ 18.14%
B 196 of 474 ~ 41.35%

%40.51
%18.14
%41.35

CMYK color model

#C056C4 color CMYK value is (2,56,0,23).

  • cyan value is 2.04%
  • magenta value is 56.12%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(2,56,0,23)
C2M56Y0K23 
(2%,56%,0%,23%)
(0.02/0.56/0.00/0.23)	

CMYK percentages

%2.04
%56.12
%0
%23.14

Codes

Color #C056C4 in popluar color models

C056C4
RGB19286196
HSL298°48.25%55.29%
HSB/HSV298°56.12%76.86%
CMYK2.04%56.12%0.00%
23.14%

Color #C056C4 in popluar number systems.

HEXC056C4
Decimal19286196
Binary11000000101011011000100
Octal300126304

Shades and tints

Shades of #C056C4

#C056C4
(192,86,196)
#AF4FB3
(175,79,179)
#9E48A2
(158,72,162)
#8D4191
(141,65,145)
#7C3A80
(124,58,128)
#6B336F
(107,51,111)
#5A2C5E
(90,44,94)
#49254D
(73,37,77)
#381E3C
(56,30,60)
#27172B
(39,23,43)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #C056C4

#C056C4
(192,86,196)
#C565C9
(197,101,201)
#CA74CE
(202,116,206)
#CF83D3
(207,131,211)
#D492D8
(212,146,216)
#D9A1DD
(217,161,221)
#DEB0E2
(222,176,226)
#E3BFE7
(227,191,231)
#E8CEEC
(232,206,236)
#EDDDF1
(237,221,241)
#F2ECF6
(242,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C056C4 color. Also use rgb(192,86,196) instead hex code.

Text Font Color

.myTextColor { color: #C056C4; }

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

This text font color is #C056C4.


Background Color

.myBgColor { background-color: #C056C4; }

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

This div background color is #C056C4.


Border color

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

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

This div border color is #C056C4.


Opacity

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

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

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

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

This text has shadow with #C056C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C056C4 on black background.


Color preview on white background

This text has color #C056C4 on white background.



Black color preview on #C056C4 background

This text has black color on #C056C4 background.


White color preview on #C056C4 background

This text has white color on #C056C4 background.