COLOR #C766C1

HEX: #C766C1
RGB: (199,102,193)

Color info

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

RGB color model

#C766C1 color RGB value is (199,102,193).

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

RGB channels and saturation

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

199
102
193

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

Portions of RGB colors in percentages

R + G + B =
199 + 102 + 193 = 494 (100%)
R 199 of 494 ~ 40.28%
G 102 of 494 ~ 20.65%
B 193 of 494 ~ 39.07%

%40.28
%20.65
%39.07

CMYK color model

#C766C1 color CMYK value is (0,49,3,22).

  • cyan value is 0.00%
  • magenta value is 48.74%
  • yellow value is 3.02%
  • key color value is 21.96%
CMYK:
(0,49,3,22)
C0M49Y3K22 
(0%,49%,3%,22%)
(0.00/0.49/0.03/0.22)	

CMYK percentages

%0
%48.74
%3.02
%21.96

Codes

Color #C766C1 in popluar color models

C766C1
RGB199102193
HSL304°46.41%59.02%
HSB/HSV304°48.74%78.04%
CMYK0.00%48.74%3.02%
21.96%

Color #C766C1 in popluar number systems.

HEXC766C1
Decimal199102193
Binary11000111110011011000001
Octal307146301

Shades and tints

Shades of #C766C1

#C766C1
(199,102,193)
#B55DB0
(181,93,176)
#A3549F
(163,84,159)
#914B8E
(145,75,142)
#7F427D
(127,66,125)
#6D396C
(109,57,108)
#5B305B
(91,48,91)
#49274A
(73,39,74)
#371E39
(55,30,57)
#251528
(37,21,40)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #C766C1

#C766C1
(199,102,193)
#CC73C6
(204,115,198)
#D180CB
(209,128,203)
#D68DD0
(214,141,208)
#DB9AD5
(219,154,213)
#E0A7DA
(224,167,218)
#E5B4DF
(229,180,223)
#EAC1E4
(234,193,228)
#EFCEE9
(239,206,233)
#F4DBEE
(244,219,238)
#F9E8F3
(249,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C766C1; }

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

This text font color is #C766C1.


Background Color

.myBgColor { background-color: #C766C1; }

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

This div background color is #C766C1.


Border color

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

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

This div border color is #C766C1.


Opacity

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

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

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

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

This text has shadow with #C766C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C766C1 on black background.


Color preview on white background

This text has color #C766C1 on white background.



Black color preview on #C766C1 background

This text has black color on #C766C1 background.


White color preview on #C766C1 background

This text has white color on #C766C1 background.