COLOR #C774B1

HEX: #C774B1
RGB: (199,116,177)

Color info

#C774B1 contains mainly red and blue colors. Web safe color of #C774B1 is #CC6699 (or #C69).

RGB color model

#C774B1 color RGB value is (199,116,177).

  • red value is 199;
  • green value is 116;
  • blue value is 177.
RGB:
(199,116,177)
(78%,45%,69%)

RGB channels and saturation

R 199 of 255 = 78%
G 116 of 255 = 45%
B 177 of 255 = 69%

199
116
177

R + G + B ~ 64%. #C774B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 116 + 177 = 492 (100%)
R 199 of 492 ~ 40.45%
G 116 of 492 ~ 23.58%
B 177 of 492 ~ 35.98%

%40.45
%23.58
%35.98

CMYK color model

#C774B1 color CMYK value is (0,42,11,22).

  • cyan value is 0.00%
  • magenta value is 41.71%
  • yellow value is 11.06%
  • key color value is 21.96%
CMYK:
(0,42,11,22)
C0M42Y11K22 
(0%,42%,11%,22%)
(0.00/0.42/0.11/0.22)	

CMYK percentages

%0
%41.71
%11.06
%21.96

Codes

Color #C774B1 in popluar color models

C774B1
RGB199116177
HSL316°42.56%61.76%
HSB/HSV316°41.71%78.04%
CMYK0.00%41.71%11.06%
21.96%

Color #C774B1 in popluar number systems.

HEXC774B1
Decimal199116177
Binary11000111111010010110001
Octal307164261

Shades and tints

Shades of #C774B1

#C774B1
(199,116,177)
#B56AA1
(181,106,161)
#A36091
(163,96,145)
#915681
(145,86,129)
#7F4C71
(127,76,113)
#6D4261
(109,66,97)
#5B3851
(91,56,81)
#492E41
(73,46,65)
#372431
(55,36,49)
#251A21
(37,26,33)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #C774B1

#C774B1
(199,116,177)
#CC80B8
(204,128,184)
#D18CBF
(209,140,191)
#D698C6
(214,152,198)
#DBA4CD
(219,164,205)
#E0B0D4
(224,176,212)
#E5BCDB
(229,188,219)
#EAC8E2
(234,200,226)
#EFD4E9
(239,212,233)
#F4E0F0
(244,224,240)
#F9ECF7
(249,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C774B1 color. Also use rgb(199,116,177) instead hex code.

Text Font Color

.myTextColor { color: #C774B1; }

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

This text font color is #C774B1.


Background Color

.myBgColor { background-color: #C774B1; }

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

This div background color is #C774B1.


Border color

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

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

This div border color is #C774B1.


Opacity

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

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

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

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

This text has shadow with #C774B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C774B1 on black background.


Color preview on white background

This text has color #C774B1 on white background.



Black color preview on #C774B1 background

This text has black color on #C774B1 background.


White color preview on #C774B1 background

This text has white color on #C774B1 background.