COLOR #C75E5E

HEX: #C75E5E
RGB: (199,94,94)

Color info

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

RGB color model

#C75E5E color RGB value is (199,94,94).

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

RGB channels and saturation

R 199 of 255 = 78%
G 94 of 255 = 37%
B 94 of 255 = 37%

199
94
94

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

Portions of RGB colors in percentages

R + G + B =
199 + 94 + 94 = 387 (100%)
R 199 of 387 ~ 51.42%
G 94 of 387 ~ 24.29%
B 94 of 387 ~ 24.29%

%51.42
%24.29
%24.29

CMYK color model

#C75E5E color CMYK value is (0,53,53,22).

  • cyan value is 0.00%
  • magenta value is 52.76%
  • yellow value is 52.76%
  • key color value is 21.96%
CMYK:
(0,53,53,22)
C0M53Y53K22 
(0%,53%,53%,22%)
(0.00/0.53/0.53/0.22)	

CMYK percentages

%0
%52.76
%52.76
%21.96

Codes

Color #C75E5E in popluar color models

C75E5E
RGB1999494
HSL48.39%57.45%
HSB/HSV52.76%78.04%
CMYK0.00%52.76%52.76%
21.96%

Color #C75E5E in popluar number systems.

HEXC75E5E
Decimal1999494
Binary1100011110111101011110
Octal307136136

Shades and tints

Shades of #C75E5E

#C75E5E
(199,94,94)
#B55656
(181,86,86)
#A34E4E
(163,78,78)
#914646
(145,70,70)
#7F3E3E
(127,62,62)
#6D3636
(109,54,54)
#5B2E2E
(91,46,46)
#492626
(73,38,38)
#371E1E
(55,30,30)
#251616
(37,22,22)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #C75E5E

#C75E5E
(199,94,94)
#CC6C6C
(204,108,108)
#D17A7A
(209,122,122)
#D68888
(214,136,136)
#DB9696
(219,150,150)
#E0A4A4
(224,164,164)
#E5B2B2
(229,178,178)
#EAC0C0
(234,192,192)
#EFCECE
(239,206,206)
#F4DCDC
(244,220,220)
#F9EAEA
(249,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C75E5E; }

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

This text font color is #C75E5E.


Background Color

.myBgColor { background-color: #C75E5E; }

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

This div background color is #C75E5E.


Border color

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

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

This div border color is #C75E5E.


Opacity

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

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

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

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

This text has shadow with #C75E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C75E5E on black background.


Color preview on white background

This text has color #C75E5E on white background.



Black color preview on #C75E5E background

This text has black color on #C75E5E background.


White color preview on #C75E5E background

This text has white color on #C75E5E background.