COLOR #C77989

HEX: #C77989 RGB: (199,121,137)

Color info

#C77989 contains mainly red color. Web safe color of #C77989 is #CC6699 (or #C69).

RGB color model

#C77989 color RGB value is (199,121,137).

RGB: (199,121,137) (78%, 47%, 54%)

RGB channels and saturation

R 199 of 255 = 78%
G 121 of 255 = 47%
B 137 of 255 = 54%

199
121
137

R + G + B ~ 60%. #C77989 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 199 + 121 + 137 = 457 (100%)
R 199 of 457 ~ 43.54%
G 121 of 457 ~ 26.48%
B 137 of 457 ~ 29.98'%

%43.54
%26.48
%29.98

CMYK color model

#C77989 color CMYK value is (0,39,31,22).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 31.16%
  • key color value is 21.96%

CMYK: (0,39,31,22)
C0M39Y31K22 (0%, 39%, 31%, 22%)
(0.00 / 0.39 / 0.31 / 0.22)

CMYK percentages

%0
%39.2
%31.16
%21.96

Codes

Color #C77989 in popluar color models

C7 79 89
RGB 199 121 137
HSL 348° 41.05% 62.75%
HSB/HSV 348° 39.20% 78.04%
CMYK 0.00% 39.20% 31.16%
21.96%

Color #C77989 in popluar number systems.

HEX C7 79 89
Decimal 199 121 137
Binary 11000111 1111001 10001001
Octal 307 171 211

Shades and tints

Shades of #C77989

#C77989
(199,121,137)
#B56E7D
(181,110,125)
#A36371
(163,99,113)
#915865
(145,88,101)
#7F4D59
(127,77,89)
#6D424D
(109,66,77)
#5B3741
(91,55,65)
#492C35
(73,44,53)
#372129
(55,33,41)
#25161D
(37,22,29)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #C77989

#C77989
(199,121,137)
#CC8593
(204,133,147)
#D1919D
(209,145,157)
#D69DA7
(214,157,167)
#DBA9B1
(219,169,177)
#E0B5BB
(224,181,187)
#E5C1C5
(229,193,197)
#EACDCF
(234,205,207)
#EFD9D9
(239,217,217)
#F4E5E3
(244,229,227)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77989; }

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

This text font color is #C77989.

Background Color

.myBgColor { background-color: #C77989; }

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

This div background color is #C77989.

Border color

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

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

This div border color is #C77989.

Opacity

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

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

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

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

This text has shadow with #C77989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77989.

Preview

Color preview on black background

This text has color #C77989 on black background.


Color preview on white background

This text has color #C77989 on white background.


Black color preview on #C77989 background

This text has black color on #C77989 background.


White color preview on #C77989 background

This text has white color on #C77989 background.


Related colors

Complementary color

Complementary color for #hex is #388676.


I love getcolorcode.com

Triadic colors

1 #89C779 and #7989C7 with #C77989 are triadic colors.

2 #8979C7 and #79C789 with #C77989 are triadic colors.