COLOR #C778B5

HEX: #C778B5 RGB: (199,120,181)

Color info

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

RGB color model

#C778B5 color RGB value is (199,120,181).

RGB: (199,120,181) (78%, 47%, 71%)

RGB channels and saturation

R 199 of 255 = 78%
G 120 of 255 = 47%
B 181 of 255 = 71%

199
120
181

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

Portions of RGB colors in percentages

R + G + B = 199 + 120 + 181 = 500 (100%)
R 199 of 500 ~ 39.8%
G 120 of 500 ~ 24%
B 181 of 500 ~ 36.2'%

%39.8
%24
%36.2

CMYK color model

#C778B5 color CMYK value is (0,40,9,22).

  • cyan value is 0.00%
  • magenta value is 39.70%
  • yellow value is 9.05%
  • key color value is 21.96%

CMYK: (0,40,9,22)
C0M40Y9K22 (0%, 40%, 9%, 22%)
(0.00 / 0.40 / 0.09 / 0.22)

CMYK percentages

%0
%39.7
%9.05
%21.96

Codes

Color #C778B5 in popluar color models

C7 78 B5
RGB 199 120 181
HSL 314° 41.36% 62.55%
HSB/HSV 314° 39.70% 78.04%
CMYK 0.00% 39.70% 9.05%
21.96%

Color #C778B5 in popluar number systems.

HEX C7 78 B5
Decimal 199 120 181
Binary 11000111 1111000 10110101
Octal 307 170 265

Shades and tints

Shades of #C778B5

#C778B5
(199,120,181)
#B56EA5
(181,110,165)
#A36495
(163,100,149)
#915A85
(145,90,133)
#7F5075
(127,80,117)
#6D4665
(109,70,101)
#5B3C55
(91,60,85)
#493245
(73,50,69)
#372835
(55,40,53)
#251E25
(37,30,37)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #C778B5

#C778B5
(199,120,181)
#CC84BB
(204,132,187)
#D190C1
(209,144,193)
#D69CC7
(214,156,199)
#DBA8CD
(219,168,205)
#E0B4D3
(224,180,211)
#E5C0D9
(229,192,217)
#EACCDF
(234,204,223)
#EFD8E5
(239,216,229)
#F4E4EB
(244,228,235)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C778B5 color. Also use rgb(199,120,181) instead hex code.

Text Font Color

.myTextColor { color: #C778B5; }

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

This text font color is #C778B5.

Background Color

.myBgColor { background-color: #C778B5; }

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

This div background color is #C778B5.

Border color

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

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

This div border color is #C778B5.

Opacity

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

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

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

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

This text has shadow with #C778B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C778B5.

Preview

Color preview on black background

This text has color #C778B5 on black background.


Color preview on white background

This text has color #C778B5 on white background.


Black color preview on #C778B5 background

This text has black color on #C778B5 background.


White color preview on #C778B5 background

This text has white color on #C778B5 background.


Related colors

Complementary color

Complementary color for #hex is #38874A.


I love getcolorcode.com

Triadic colors

1 #B5C778 and #78B5C7 with #C778B5 are triadic colors.

2 #B578C7 and #78C7B5 with #C778B5 are triadic colors.