COLOR #C76670

HEX: #C76670
RGB: (199,102,112)

Color info

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

RGB color model

#C76670 color RGB value is (199,102,112).

  • red value is 199;
  • green value is 102;
  • blue value is 112.
RGB:
(199,102,112)
(78%,40%,44%)

RGB channels and saturation

R 199 of 255 = 78%
G 102 of 255 = 40%
B 112 of 255 = 44%

199
102
112

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

Portions of RGB colors in percentages

R + G + B =
199 + 102 + 112 = 413 (100%)
R 199 of 413 ~ 48.18%
G 102 of 413 ~ 24.7%
B 112 of 413 ~ 27.12%

%48.18
%24.7
%27.12

CMYK color model

#C76670 color CMYK value is (0,49,44,22).

  • cyan value is 0.00%
  • magenta value is 48.74%
  • yellow value is 43.72%
  • key color value is 21.96%
CMYK:
(0,49,44,22)
C0M49Y44K22 
(0%,49%,44%,22%)
(0.00/0.49/0.44/0.22)	

CMYK percentages

%0
%48.74
%43.72
%21.96

Codes

Color #C76670 in popluar color models

C76670
RGB199102112
HSL354°46.41%59.02%
HSB/HSV354°48.74%78.04%
CMYK0.00%48.74%43.72%
21.96%

Color #C76670 in popluar number systems.

HEXC76670
Decimal199102112
Binary1100011111001101110000
Octal307146160

Shades and tints

Shades of #C76670

#C76670
(199,102,112)
#B55D66
(181,93,102)
#A3545C
(163,84,92)
#914B52
(145,75,82)
#7F4248
(127,66,72)
#6D393E
(109,57,62)
#5B3034
(91,48,52)
#49272A
(73,39,42)
#371E20
(55,30,32)
#251516
(37,21,22)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #C76670

#C76670
(199,102,112)
#CC737D
(204,115,125)
#D1808A
(209,128,138)
#D68D97
(214,141,151)
#DB9AA4
(219,154,164)
#E0A7B1
(224,167,177)
#E5B4BE
(229,180,190)
#EAC1CB
(234,193,203)
#EFCED8
(239,206,216)
#F4DBE5
(244,219,229)
#F9E8F2
(249,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76670 color. Also use rgb(199,102,112) instead hex code.

Text Font Color

.myTextColor { color: #C76670; }

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

This text font color is #C76670.


Background Color

.myBgColor { background-color: #C76670; }

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

This div background color is #C76670.


Border color

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

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

This div border color is #C76670.


Opacity

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

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

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

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

This text has shadow with #C76670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76670 on black background.


Color preview on white background

This text has color #C76670 on white background.



Black color preview on #C76670 background

This text has black color on #C76670 background.


White color preview on #C76670 background

This text has white color on #C76670 background.