COLOR #C76570

HEX: #C76570
RGB: (199,101,112)

Color info

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

RGB color model

#C76570 color RGB value is (199,101,112).

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

RGB channels and saturation

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

199
101
112

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

Portions of RGB colors in percentages

R + G + B =
199 + 101 + 112 = 412 (100%)
R 199 of 412 ~ 48.3%
G 101 of 412 ~ 24.51%
B 112 of 412 ~ 27.18%

%48.3
%24.51
%27.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.25%
  • 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
%49.25
%43.72
%21.96

Codes

Color #C76570 in popluar color models

C76570
RGB199101112
HSL353°46.67%58.82%
HSB/HSV353°49.25%78.04%
CMYK0.00%49.25%43.72%
21.96%

Color #C76570 in popluar number systems.

HEXC76570
Decimal199101112
Binary1100011111001011110000
Octal307145160

Shades and tints

Shades of #C76570

#C76570
(199,101,112)
#B55C66
(181,92,102)
#A3535C
(163,83,92)
#914A52
(145,74,82)
#7F4148
(127,65,72)
#6D383E
(109,56,62)
#5B2F34
(91,47,52)
#49262A
(73,38,42)
#371D20
(55,29,32)
#251416
(37,20,22)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #C76570

#C76570
(199,101,112)
#CC737D
(204,115,125)
#D1818A
(209,129,138)
#D68F97
(214,143,151)
#DB9DA4
(219,157,164)
#E0ABB1
(224,171,177)
#E5B9BE
(229,185,190)
#EAC7CB
(234,199,203)
#EFD5D8
(239,213,216)
#F4E3E5
(244,227,229)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C76570; }

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

This text font color is #C76570.


Background Color

.myBgColor { background-color: #C76570; }

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

This div background color is #C76570.


Border color

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

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

This div border color is #C76570.


Opacity

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

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

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

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

This text has shadow with #C76570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76570 on black background.


Color preview on white background

This text has color #C76570 on white background.



Black color preview on #C76570 background

This text has black color on #C76570 background.


White color preview on #C76570 background

This text has white color on #C76570 background.