COLOR #C77373

HEX: #C77373
RGB: (199,115,115)

Color info

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

RGB color model

#C77373 color RGB value is (199,115,115).

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

RGB channels and saturation

R 199 of 255 = 78%
G 115 of 255 = 45%
B 115 of 255 = 45%

199
115
115

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

Portions of RGB colors in percentages

R + G + B =
199 + 115 + 115 = 429 (100%)
R 199 of 429 ~ 46.39%
G 115 of 429 ~ 26.81%
B 115 of 429 ~ 26.81%

%46.39
%26.81
%26.81

CMYK color model

#C77373 color CMYK value is (0,42,42,22).

  • cyan value is 0.00%
  • magenta value is 42.21%
  • yellow value is 42.21%
  • key color value is 21.96%
CMYK:
(0,42,42,22)
C0M42Y42K22 
(0%,42%,42%,22%)
(0.00/0.42/0.42/0.22)	

CMYK percentages

%0
%42.21
%42.21
%21.96

Codes

Color #C77373 in popluar color models

C77373
RGB199115115
HSL42.86%61.57%
HSB/HSV42.21%78.04%
CMYK0.00%42.21%42.21%
21.96%

Color #C77373 in popluar number systems.

HEXC77373
Decimal199115115
Binary1100011111100111110011
Octal307163163

Shades and tints

Shades of #C77373

#C77373
(199,115,115)
#B56969
(181,105,105)
#A35F5F
(163,95,95)
#915555
(145,85,85)
#7F4B4B
(127,75,75)
#6D4141
(109,65,65)
#5B3737
(91,55,55)
#492D2D
(73,45,45)
#372323
(55,35,35)
#251919
(37,25,25)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #C77373

#C77373
(199,115,115)
#CC7F7F
(204,127,127)
#D18B8B
(209,139,139)
#D69797
(214,151,151)
#DBA3A3
(219,163,163)
#E0AFAF
(224,175,175)
#E5BBBB
(229,187,187)
#EAC7C7
(234,199,199)
#EFD3D3
(239,211,211)
#F4DFDF
(244,223,223)
#F9EBEB
(249,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77373; }

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

This text font color is #C77373.


Background Color

.myBgColor { background-color: #C77373; }

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

This div background color is #C77373.


Border color

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

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

This div border color is #C77373.


Opacity

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

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

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

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

This text has shadow with #C77373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77373 on black background.


Color preview on white background

This text has color #C77373 on white background.



Black color preview on #C77373 background

This text has black color on #C77373 background.


White color preview on #C77373 background

This text has white color on #C77373 background.