COLOR #C640B6

HEX: #C640B6
RGB: (198,64,182)

Color info

#C640B6 contains mainly red and blue colors. Web safe color of #C640B6 is #CC33CC (or #C3C).

RGB color model

#C640B6 color RGB value is (198,64,182).

  • red value is 198;
  • green value is 64;
  • blue value is 182.
RGB:
(198,64,182)
(78%,25%,71%)

RGB channels and saturation

R 198 of 255 = 78%
G 64 of 255 = 25%
B 182 of 255 = 71%

198
64
182

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

Portions of RGB colors in percentages

R + G + B =
198 + 64 + 182 = 444 (100%)
R 198 of 444 ~ 44.59%
G 64 of 444 ~ 14.41%
B 182 of 444 ~ 40.99%

%44.59
%14.41
%40.99

CMYK color model

#C640B6 color CMYK value is (0,68,8,22).

  • cyan value is 0.00%
  • magenta value is 67.68%
  • yellow value is 8.08%
  • key color value is 22.35%
CMYK:
(0,68,8,22)
C0M68Y8K22 
(0%,68%,8%,22%)
(0.00/0.68/0.08/0.22)	

CMYK percentages

%0
%67.68
%8.08
%22.35

Codes

Color #C640B6 in popluar color models

C640B6
RGB19864182
HSL307°54.03%51.37%
HSB/HSV307°67.68%77.65%
CMYK0.00%67.68%8.08%
22.35%

Color #C640B6 in popluar number systems.

HEXC640B6
Decimal19864182
Binary11000110100000010110110
Octal306100266

Shades and tints

Shades of #C640B6

#C640B6
(198,64,182)
#B43BA6
(180,59,166)
#A23696
(162,54,150)
#903186
(144,49,134)
#7E2C76
(126,44,118)
#6C2766
(108,39,102)
#5A2256
(90,34,86)
#481D46
(72,29,70)
#361836
(54,24,54)
#241326
(36,19,38)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #C640B6

#C640B6
(198,64,182)
#CB51BC
(203,81,188)
#D062C2
(208,98,194)
#D573C8
(213,115,200)
#DA84CE
(218,132,206)
#DF95D4
(223,149,212)
#E4A6DA
(228,166,218)
#E9B7E0
(233,183,224)
#EEC8E6
(238,200,230)
#F3D9EC
(243,217,236)
#F8EAF2
(248,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C640B6 color. Also use rgb(198,64,182) instead hex code.

Text Font Color

.myTextColor { color: #C640B6; }

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

This text font color is #C640B6.


Background Color

.myBgColor { background-color: #C640B6; }

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

This div background color is #C640B6.


Border color

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

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

This div border color is #C640B6.


Opacity

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

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

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

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

This text has shadow with #C640B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C640B6 on black background.


Color preview on white background

This text has color #C640B6 on white background.



Black color preview on #C640B6 background

This text has black color on #C640B6 background.


White color preview on #C640B6 background

This text has white color on #C640B6 background.