COLOR #C764B4

HEX: #C764B4
RGB: (199,100,180)

Color info

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

RGB color model

#C764B4 color RGB value is (199,100,180).

  • red value is 199;
  • green value is 100;
  • blue value is 180.
RGB:
(199,100,180)
(78%,39%,71%)

RGB channels and saturation

R 199 of 255 = 78%
G 100 of 255 = 39%
B 180 of 255 = 71%

199
100
180

R + G + B ~ 63%. #C764B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 100 + 180 = 479 (100%)
R 199 of 479 ~ 41.54%
G 100 of 479 ~ 20.88%
B 180 of 479 ~ 37.58%

%41.54
%20.88
%37.58

CMYK color model

#C764B4 color CMYK value is (0,50,10,22).

  • cyan value is 0.00%
  • magenta value is 49.75%
  • yellow value is 9.55%
  • key color value is 21.96%
CMYK:
(0,50,10,22)
C0M50Y10K22 
(0%,50%,10%,22%)
(0.00/0.50/0.10/0.22)	

CMYK percentages

%0
%49.75
%9.55
%21.96

Codes

Color #C764B4 in popluar color models

C764B4
RGB199100180
HSL312°46.92%58.63%
HSB/HSV312°49.75%78.04%
CMYK0.00%49.75%9.55%
21.96%

Color #C764B4 in popluar number systems.

HEXC764B4
Decimal199100180
Binary11000111110010010110100
Octal307144264

Shades and tints

Shades of #C764B4

#C764B4
(199,100,180)
#B55BA4
(181,91,164)
#A35294
(163,82,148)
#914984
(145,73,132)
#7F4074
(127,64,116)
#6D3764
(109,55,100)
#5B2E54
(91,46,84)
#492544
(73,37,68)
#371C34
(55,28,52)
#251324
(37,19,36)
#130A14
(19,10,20)
#000000
(0,0,0)

Tints of #C764B4

#C764B4
(199,100,180)
#CC72BA
(204,114,186)
#D180C0
(209,128,192)
#D68EC6
(214,142,198)
#DB9CCC
(219,156,204)
#E0AAD2
(224,170,210)
#E5B8D8
(229,184,216)
#EAC6DE
(234,198,222)
#EFD4E4
(239,212,228)
#F4E2EA
(244,226,234)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C764B4 color. Also use rgb(199,100,180) instead hex code.

Text Font Color

.myTextColor { color: #C764B4; }

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

This text font color is #C764B4.


Background Color

.myBgColor { background-color: #C764B4; }

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

This div background color is #C764B4.


Border color

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

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

This div border color is #C764B4.


Opacity

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

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

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

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

This text has shadow with #C764B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C764B4 on black background.


Color preview on white background

This text has color #C764B4 on white background.



Black color preview on #C764B4 background

This text has black color on #C764B4 background.


White color preview on #C764B4 background

This text has white color on #C764B4 background.