COLOR #C77DA9

HEX: #C77DA9
RGB: (199,125,169)

Color info

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

RGB color model

#C77DA9 color RGB value is (199,125,169).

  • red value is 199;
  • green value is 125;
  • blue value is 169.
RGB:
(199,125,169)
(78%,49%,66%)

RGB channels and saturation

R 199 of 255 = 78%
G 125 of 255 = 49%
B 169 of 255 = 66%

199
125
169

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

Portions of RGB colors in percentages

R + G + B =
199 + 125 + 169 = 493 (100%)
R 199 of 493 ~ 40.37%
G 125 of 493 ~ 25.35%
B 169 of 493 ~ 34.28%

%40.37
%25.35
%34.28

CMYK color model

#C77DA9 color CMYK value is (0,37,15,22).

  • cyan value is 0.00%
  • magenta value is 37.19%
  • yellow value is 15.08%
  • key color value is 21.96%
CMYK:
(0,37,15,22)
C0M37Y15K22 
(0%,37%,15%,22%)
(0.00/0.37/0.15/0.22)	

CMYK percentages

%0
%37.19
%15.08
%21.96

Codes

Color #C77DA9 in popluar color models

C77DA9
RGB199125169
HSL324°39.78%63.53%
HSB/HSV324°37.19%78.04%
CMYK0.00%37.19%15.08%
21.96%

Color #C77DA9 in popluar number systems.

HEXC77DA9
Decimal199125169
Binary11000111111110110101001
Octal307175251

Shades and tints

Shades of #C77DA9

#C77DA9
(199,125,169)
#B5729A
(181,114,154)
#A3678B
(163,103,139)
#915C7C
(145,92,124)
#7F516D
(127,81,109)
#6D465E
(109,70,94)
#5B3B4F
(91,59,79)
#493040
(73,48,64)
#372531
(55,37,49)
#251A22
(37,26,34)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #C77DA9

#C77DA9
(199,125,169)
#CC88B0
(204,136,176)
#D193B7
(209,147,183)
#D69EBE
(214,158,190)
#DBA9C5
(219,169,197)
#E0B4CC
(224,180,204)
#E5BFD3
(229,191,211)
#EACADA
(234,202,218)
#EFD5E1
(239,213,225)
#F4E0E8
(244,224,232)
#F9EBEF
(249,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77DA9 color. Also use rgb(199,125,169) instead hex code.

Text Font Color

.myTextColor { color: #C77DA9; }

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

This text font color is #C77DA9.


Background Color

.myBgColor { background-color: #C77DA9; }

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

This div background color is #C77DA9.


Border color

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

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

This div border color is #C77DA9.


Opacity

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

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

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

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

This text has shadow with #C77DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77DA9 on black background.


Color preview on white background

This text has color #C77DA9 on white background.



Black color preview on #C77DA9 background

This text has black color on #C77DA9 background.


White color preview on #C77DA9 background

This text has white color on #C77DA9 background.