COLOR #C77DB8

HEX: #C77DB8 RGB: (199,125,184)

Color info

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

RGB color model

#C77DB8 color RGB value is (199,125,184).

RGB: (199,125,184) (78%, 49%, 72%)

RGB channels and saturation

R 199 of 255 = 78%
G 125 of 255 = 49%
B 184 of 255 = 72%

199
125
184

R + G + B ~ 66%. #C77DB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 125 + 184 = 508 (100%)
R 199 of 508 ~ 39.17%
G 125 of 508 ~ 24.61%
B 184 of 508 ~ 36.22'%

%39.17
%24.61
%36.22

CMYK color model

#C77DB8 color CMYK value is (0,37,8,22).

  • cyan value is 0.00%
  • magenta value is 37.19%
  • yellow value is 7.54%
  • key color value is 21.96%
CMYK: (0,37,8,22) C0M37Y8K22 (0%,37%,8%,22%) (0.00/0.37/0.08/0.22) 

CMYK percentages

%0
%37.19
%7.54
%21.96

Codes

Color #C77DB8 in popluar color models

C7 7D B8
RGB 199 125 184
HSL 312° 39.78% 63.53%
HSB/HSV 312° 37.19% 78.04%
CMYK 0.00% 37.19% 7.54%
21.96%

Color #C77DB8 in popluar number systems.

HEX C7 7D B8
Decimal 199 125 184
Binary 11000111 1111101 10111000
Octal 307 175 270

Shades and tints

Shades of #C77DB8

#C77DB8
(199,125,184)
#B572A8
(181,114,168)
#A36798
(163,103,152)
#915C88
(145,92,136)
#7F5178
(127,81,120)
#6D4668
(109,70,104)
#5B3B58
(91,59,88)
#493048
(73,48,72)
#372538
(55,37,56)
#251A28
(37,26,40)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #C77DB8

#C77DB8
(199,125,184)
#CC88BE
(204,136,190)
#D193C4
(209,147,196)
#D69ECA
(214,158,202)
#DBA9D0
(219,169,208)
#E0B4D6
(224,180,214)
#E5BFDC
(229,191,220)
#EACAE2
(234,202,226)
#EFD5E8
(239,213,232)
#F4E0EE
(244,224,238)
#F9EBF4
(249,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77DB8; }

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

This text font color is #C77DB8.

Background Color

.myBgColor { background-color: #C77DB8; }

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

This div background color is #C77DB8.

Border color

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

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

This div border color is #C77DB8.

Opacity

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

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

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

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

This text has shadow with #C77DB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77DB8.

Preview

Color preview on black background

This text has color #C77DB8 on black background.


Color preview on white background

This text has color #C77DB8 on white background.


Black color preview on #C77DB8 background

This text has black color on #C77DB8 background.


White color preview on #C77DB8 background

This text has white color on #C77DB8 background.


Related colors

Complementary color

Complementary color for #hex is #388247.


I love getcolorcode.com

Triadic colors

1 #B8C77D and #7DB8C7 with #C77DB8 are triadic colors.

2 #B87DC7 and #7DC7B8 with #C77DB8 are triadic colors.