COLOR #C779B5

HEX: #C779B5
RGB: (199,121,181)

Color info

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

RGB color model

#C779B5 color RGB value is (199,121,181).

  • red value is 199;
  • green value is 121;
  • blue value is 181.
RGB:
(199,121,181)
(78%,47%,71%)

RGB channels and saturation

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

199
121
181

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

Portions of RGB colors in percentages

R + G + B =
199 + 121 + 181 = 501 (100%)
R 199 of 501 ~ 39.72%
G 121 of 501 ~ 24.15%
B 181 of 501 ~ 36.13%

%39.72
%24.15
%36.13

CMYK color model

#C779B5 color CMYK value is (0,39,9,22).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 9.05%
  • key color value is 21.96%
CMYK:
(0,39,9,22)
C0M39Y9K22 
(0%,39%,9%,22%)
(0.00/0.39/0.09/0.22)	

CMYK percentages

%0
%39.2
%9.05
%21.96

Codes

Color #C779B5 in popluar color models

C779B5
RGB199121181
HSL314°41.05%62.75%
HSB/HSV314°39.20%78.04%
CMYK0.00%39.20%9.05%
21.96%

Color #C779B5 in popluar number systems.

HEXC779B5
Decimal199121181
Binary11000111111100110110101
Octal307171265

Shades and tints

Shades of #C779B5

#C779B5
(199,121,181)
#B56EA5
(181,110,165)
#A36395
(163,99,149)
#915885
(145,88,133)
#7F4D75
(127,77,117)
#6D4265
(109,66,101)
#5B3755
(91,55,85)
#492C45
(73,44,69)
#372135
(55,33,53)
#251625
(37,22,37)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #C779B5

#C779B5
(199,121,181)
#CC85BB
(204,133,187)
#D191C1
(209,145,193)
#D69DC7
(214,157,199)
#DBA9CD
(219,169,205)
#E0B5D3
(224,181,211)
#E5C1D9
(229,193,217)
#EACDDF
(234,205,223)
#EFD9E5
(239,217,229)
#F4E5EB
(244,229,235)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C779B5; }

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

This text font color is #C779B5.


Background Color

.myBgColor { background-color: #C779B5; }

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

This div background color is #C779B5.


Border color

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

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

This div border color is #C779B5.


Opacity

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

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

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

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

This text has shadow with #C779B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C779B5 on black background.


Color preview on white background

This text has color #C779B5 on white background.



Black color preview on #C779B5 background

This text has black color on #C779B5 background.


White color preview on #C779B5 background

This text has white color on #C779B5 background.