COLOR #C76E72

HEX: #C76E72
RGB: (199,110,114)

Color info

#C76E72 contains mainly red color. Web safe color of #C76E72 is #CC6666 (or #C66).

RGB color model

#C76E72 color RGB value is (199,110,114).

  • red value is 199;
  • green value is 110;
  • blue value is 114.
RGB:
(199,110,114)
(78%,43%,45%)

RGB channels and saturation

R 199 of 255 = 78%
G 110 of 255 = 43%
B 114 of 255 = 45%

199
110
114

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

Portions of RGB colors in percentages

R + G + B =
199 + 110 + 114 = 423 (100%)
R 199 of 423 ~ 47.04%
G 110 of 423 ~ 26%
B 114 of 423 ~ 26.95%

%47.04
%26
%26.95

CMYK color model

#C76E72 color CMYK value is (0,45,43,22).

  • cyan value is 0.00%
  • magenta value is 44.72%
  • yellow value is 42.71%
  • key color value is 21.96%
CMYK:
(0,45,43,22)
C0M45Y43K22 
(0%,45%,43%,22%)
(0.00/0.45/0.43/0.22)	

CMYK percentages

%0
%44.72
%42.71
%21.96

Codes

Color #C76E72 in popluar color models

C76E72
RGB199110114
HSL357°44.28%60.59%
HSB/HSV357°44.72%78.04%
CMYK0.00%44.72%42.71%
21.96%

Color #C76E72 in popluar number systems.

HEXC76E72
Decimal199110114
Binary1100011111011101110010
Octal307156162

Shades and tints

Shades of #C76E72

#C76E72
(199,110,114)
#B56468
(181,100,104)
#A35A5E
(163,90,94)
#915054
(145,80,84)
#7F464A
(127,70,74)
#6D3C40
(109,60,64)
#5B3236
(91,50,54)
#49282C
(73,40,44)
#371E22
(55,30,34)
#251418
(37,20,24)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #C76E72

#C76E72
(199,110,114)
#CC7B7E
(204,123,126)
#D1888A
(209,136,138)
#D69596
(214,149,150)
#DBA2A2
(219,162,162)
#E0AFAE
(224,175,174)
#E5BCBA
(229,188,186)
#EAC9C6
(234,201,198)
#EFD6D2
(239,214,210)
#F4E3DE
(244,227,222)
#F9F0EA
(249,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76E72 color. Also use rgb(199,110,114) instead hex code.

Text Font Color

.myTextColor { color: #C76E72; }

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

This text font color is #C76E72.


Background Color

.myBgColor { background-color: #C76E72; }

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

This div background color is #C76E72.


Border color

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

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

This div border color is #C76E72.


Opacity

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

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

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

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

This text has shadow with #C76E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76E72 on black background.


Color preview on white background

This text has color #C76E72 on white background.



Black color preview on #C76E72 background

This text has black color on #C76E72 background.


White color preview on #C76E72 background

This text has white color on #C76E72 background.