COLOR #C77DAB

HEX: #C77DAB RGB: (199,125,171)

Color info

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

RGB color model

#C77DAB color RGB value is (199,125,171).

RGB: (199,125,171) (78%, 49%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 125 of 255 = 49%
B 171 of 255 = 67%

199
125
171

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

Portions of RGB colors in percentages

R + G + B = 199 + 125 + 171 = 495 (100%)
R 199 of 495 ~ 40.2%
G 125 of 495 ~ 25.25%
B 171 of 495 ~ 34.55'%

%40.2
%25.25
%34.55

CMYK color model

#C77DAB color CMYK value is (0,37,14,22).

  • cyan value is 0.00%
  • magenta value is 37.19%
  • yellow value is 14.07%
  • key color value is 21.96%

CMYK: (0,37,14,22)
C0M37Y14K22 (0%, 37%, 14%, 22%)
(0.00 / 0.37 / 0.14 / 0.22)

CMYK percentages

%0
%37.19
%14.07
%21.96

Codes

Color #C77DAB in popluar color models

C7 7D AB
RGB 199 125 171
HSL 323° 39.78% 63.53%
HSB/HSV 323° 37.19% 78.04%
CMYK 0.00% 37.19% 14.07%
21.96%

Color #C77DAB in popluar number systems.

HEX C7 7D AB
Decimal 199 125 171
Binary 11000111 1111101 10101011
Octal 307 175 253

Shades and tints

Shades of #C77DAB

#C77DAB
(199,125,171)
#B5729C
(181,114,156)
#A3678D
(163,103,141)
#915C7E
(145,92,126)
#7F516F
(127,81,111)
#6D4660
(109,70,96)
#5B3B51
(91,59,81)
#493042
(73,48,66)
#372533
(55,37,51)
#251A24
(37,26,36)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #C77DAB

#C77DAB
(199,125,171)
#CC88B2
(204,136,178)
#D193B9
(209,147,185)
#D69EC0
(214,158,192)
#DBA9C7
(219,169,199)
#E0B4CE
(224,180,206)
#E5BFD5
(229,191,213)
#EACADC
(234,202,220)
#EFD5E3
(239,213,227)
#F4E0EA
(244,224,234)
#F9EBF1
(249,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77DAB; }

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

This text font color is #C77DAB.

Background Color

.myBgColor { background-color: #C77DAB; }

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

This div background color is #C77DAB.

Border color

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

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

This div border color is #C77DAB.

Opacity

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

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

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

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

This text has shadow with #C77DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77DAB.

Preview

Color preview on black background

This text has color #C77DAB on black background.


Color preview on white background

This text has color #C77DAB on white background.


Black color preview on #C77DAB background

This text has black color on #C77DAB background.


White color preview on #C77DAB background

This text has white color on #C77DAB background.


Related colors

Complementary color

Complementary color for #hex is #388254.


I love getcolorcode.com

Triadic colors

1 #ABC77D and #7DABC7 with #C77DAB are triadic colors.

2 #AB7DC7 and #7DC7AB with #C77DAB are triadic colors.