COLOR #C766C3

HEX: #C766C3
RGB: (199,102,195)

Color info

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

RGB color model

#C766C3 color RGB value is (199,102,195).

  • red value is 199;
  • green value is 102;
  • blue value is 195.
RGB:
(199,102,195)
(78%,40%,76%)

RGB channels and saturation

R 199 of 255 = 78%
G 102 of 255 = 40%
B 195 of 255 = 76%

199
102
195

R + G + B ~ 65%. #C766C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 102 + 195 = 496 (100%)
R 199 of 496 ~ 40.12%
G 102 of 496 ~ 20.56%
B 195 of 496 ~ 39.31%

%40.12
%20.56
%39.31

CMYK color model

#C766C3 color CMYK value is (0,49,2,22).

  • cyan value is 0.00%
  • magenta value is 48.74%
  • yellow value is 2.01%
  • key color value is 21.96%
CMYK:
(0,49,2,22)
C0M49Y2K22 
(0%,49%,2%,22%)
(0.00/0.49/0.02/0.22)	

CMYK percentages

%0
%48.74
%2.01
%21.96

Codes

Color #C766C3 in popluar color models

C766C3
RGB199102195
HSL302°46.41%59.02%
HSB/HSV302°48.74%78.04%
CMYK0.00%48.74%2.01%
21.96%

Color #C766C3 in popluar number systems.

HEXC766C3
Decimal199102195
Binary11000111110011011000011
Octal307146303

Shades and tints

Shades of #C766C3

#C766C3
(199,102,195)
#B55DB2
(181,93,178)
#A354A1
(163,84,161)
#914B90
(145,75,144)
#7F427F
(127,66,127)
#6D396E
(109,57,110)
#5B305D
(91,48,93)
#49274C
(73,39,76)
#371E3B
(55,30,59)
#25152A
(37,21,42)
#130C19
(19,12,25)
#000000
(0,0,0)

Tints of #C766C3

#C766C3
(199,102,195)
#CC73C8
(204,115,200)
#D180CD
(209,128,205)
#D68DD2
(214,141,210)
#DB9AD7
(219,154,215)
#E0A7DC
(224,167,220)
#E5B4E1
(229,180,225)
#EAC1E6
(234,193,230)
#EFCEEB
(239,206,235)
#F4DBF0
(244,219,240)
#F9E8F5
(249,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C766C3 color. Also use rgb(199,102,195) instead hex code.

Text Font Color

.myTextColor { color: #C766C3; }

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

This text font color is #C766C3.


Background Color

.myBgColor { background-color: #C766C3; }

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

This div background color is #C766C3.


Border color

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

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

This div border color is #C766C3.


Opacity

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

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

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

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

This text has shadow with #C766C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C766C3 on black background.


Color preview on white background

This text has color #C766C3 on white background.



Black color preview on #C766C3 background

This text has black color on #C766C3 background.


White color preview on #C766C3 background

This text has white color on #C766C3 background.