COLOR #C76D89

HEX: #C76D89
RGB: (199,109,137)

Color info

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

RGB color model

#C76D89 color RGB value is (199,109,137).

  • red value is 199;
  • green value is 109;
  • blue value is 137.
RGB:
(199,109,137)
(78%,43%,54%)

RGB channels and saturation

R 199 of 255 = 78%
G 109 of 255 = 43%
B 137 of 255 = 54%

199
109
137

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

Portions of RGB colors in percentages

R + G + B =
199 + 109 + 137 = 445 (100%)
R 199 of 445 ~ 44.72%
G 109 of 445 ~ 24.49%
B 137 of 445 ~ 30.79%

%44.72
%24.49
%30.79

CMYK color model

#C76D89 color CMYK value is (0,45,31,22).

  • cyan value is 0.00%
  • magenta value is 45.23%
  • yellow value is 31.16%
  • key color value is 21.96%
CMYK:
(0,45,31,22)
C0M45Y31K22 
(0%,45%,31%,22%)
(0.00/0.45/0.31/0.22)	

CMYK percentages

%0
%45.23
%31.16
%21.96

Codes

Color #C76D89 in popluar color models

C76D89
RGB199109137
HSL341°44.55%60.39%
HSB/HSV341°45.23%78.04%
CMYK0.00%45.23%31.16%
21.96%

Color #C76D89 in popluar number systems.

HEXC76D89
Decimal199109137
Binary11000111110110110001001
Octal307155211

Shades and tints

Shades of #C76D89

#C76D89
(199,109,137)
#B5647D
(181,100,125)
#A35B71
(163,91,113)
#915265
(145,82,101)
#7F4959
(127,73,89)
#6D404D
(109,64,77)
#5B3741
(91,55,65)
#492E35
(73,46,53)
#372529
(55,37,41)
#251C1D
(37,28,29)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #C76D89

#C76D89
(199,109,137)
#CC7A93
(204,122,147)
#D1879D
(209,135,157)
#D694A7
(214,148,167)
#DBA1B1
(219,161,177)
#E0AEBB
(224,174,187)
#E5BBC5
(229,187,197)
#EAC8CF
(234,200,207)
#EFD5D9
(239,213,217)
#F4E2E3
(244,226,227)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C76D89; }

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

This text font color is #C76D89.


Background Color

.myBgColor { background-color: #C76D89; }

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

This div background color is #C76D89.


Border color

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

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

This div border color is #C76D89.


Opacity

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

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

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

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

This text has shadow with #C76D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76D89 on black background.


Color preview on white background

This text has color #C76D89 on white background.



Black color preview on #C76D89 background

This text has black color on #C76D89 background.


White color preview on #C76D89 background

This text has white color on #C76D89 background.