COLOR #C9778E

HEX: #C9778E RGB: (201,119,142)

Color info

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

RGB color model

#C9778E color RGB value is (201,119,142).

RGB: (201,119,142) (79%, 47%, 56%)

RGB channels and saturation

R 201 of 255 = 79%
G 119 of 255 = 47%
B 142 of 255 = 56%

201
119
142

R + G + B ~ 61%. #C9778E is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 119 + 142 = 462 (100%)
R 201 of 462 ~ 43.51%
G 119 of 462 ~ 25.76%
B 142 of 462 ~ 30.74'%

%43.51
%25.76
%30.74

CMYK color model

#C9778E color CMYK value is (0,41,29,21).

  • cyan value is 0.00%
  • magenta value is 40.80%
  • yellow value is 29.35%
  • key color value is 21.18%

CMYK: (0,41,29,21)
C0M41Y29K21 (0%, 41%, 29%, 21%)
(0.00 / 0.41 / 0.29 / 0.21)

CMYK percentages

%0
%40.8
%29.35
%21.18

Codes

Color #C9778E in popluar color models

C9 77 8E
RGB 201 119 142
HSL 343° 43.16% 62.75%
HSB/HSV 343° 40.80% 78.82%
CMYK 0.00% 40.80% 29.35%
21.18%

Color #C9778E in popluar number systems.

HEX C9 77 8E
Decimal 201 119 142
Binary 11001001 1110111 10001110
Octal 311 167 216

Shades and tints

Shades of #C9778E

#C9778E
(201,119,142)
#B76D82
(183,109,130)
#A56376
(165,99,118)
#93596A
(147,89,106)
#814F5E
(129,79,94)
#6F4552
(111,69,82)
#5D3B46
(93,59,70)
#4B313A
(75,49,58)
#39272E
(57,39,46)
#271D22
(39,29,34)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #C9778E

#C9778E
(201,119,142)
#CD8398
(205,131,152)
#D18FA2
(209,143,162)
#D59BAC
(213,155,172)
#D9A7B6
(217,167,182)
#DDB3C0
(221,179,192)
#E1BFCA
(225,191,202)
#E5CBD4
(229,203,212)
#E9D7DE
(233,215,222)
#EDE3E8
(237,227,232)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9778E color. Also use rgb(201,119,142) instead hex code.

Text Font Color

.myTextColor { color: #C9778E; }

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

This text font color is #C9778E.

Background Color

.myBgColor { background-color: #C9778E; }

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

This div background color is #C9778E.

Border color

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

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

This div border color is #C9778E.

Opacity

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

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

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

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

This text has shadow with #C9778E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9778E.

Preview

Color preview on black background

This text has color #C9778E on black background.


Color preview on white background

This text has color #C9778E on white background.


Black color preview on #C9778E background

This text has black color on #C9778E background.


White color preview on #C9778E background

This text has white color on #C9778E background.


Related colors

Complementary color

Complementary color for #hex is #368871.


I love getcolorcode.com

Triadic colors

1 #8EC977 and #778EC9 with #C9778E are triadic colors.

2 #8E77C9 and #77C98E with #C9778E are triadic colors.