COLOR #C07E7E

HEX: #C07E7E
RGB: (192,126,126)

Color info

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

RGB color model

#C07E7E color RGB value is (192,126,126).

  • red value is 192;
  • green value is 126;
  • blue value is 126.
RGB:
(192,126,126)
(75%,49%,49%)

RGB channels and saturation

R 192 of 255 = 75%
G 126 of 255 = 49%
B 126 of 255 = 49%

192
126
126

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

Portions of RGB colors in percentages

R + G + B =
192 + 126 + 126 = 444 (100%)
R 192 of 444 ~ 43.24%
G 126 of 444 ~ 28.38%
B 126 of 444 ~ 28.38%

%43.24
%28.38
%28.38

CMYK color model

#C07E7E color CMYK value is (0,34,34,25).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 34.38%
  • key color value is 24.71%
CMYK:
(0,34,34,25)
C0M34Y34K25 
(0%,34%,34%,25%)
(0.00/0.34/0.34/0.25)	

CMYK percentages

%0
%34.38
%34.38
%24.71

Codes

Color #C07E7E in popluar color models

C07E7E
RGB192126126
HSL34.38%62.35%
HSB/HSV34.38%75.29%
CMYK0.00%34.38%34.38%
24.71%

Color #C07E7E in popluar number systems.

HEXC07E7E
Decimal192126126
Binary1100000011111101111110
Octal300176176

Shades and tints

Shades of #C07E7E

#C07E7E
(192,126,126)
#AF7373
(175,115,115)
#9E6868
(158,104,104)
#8D5D5D
(141,93,93)
#7C5252
(124,82,82)
#6B4747
(107,71,71)
#5A3C3C
(90,60,60)
#493131
(73,49,49)
#382626
(56,38,38)
#271B1B
(39,27,27)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #C07E7E

#C07E7E
(192,126,126)
#C58989
(197,137,137)
#CA9494
(202,148,148)
#CF9F9F
(207,159,159)
#D4AAAA
(212,170,170)
#D9B5B5
(217,181,181)
#DEC0C0
(222,192,192)
#E3CBCB
(227,203,203)
#E8D6D6
(232,214,214)
#EDE1E1
(237,225,225)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07E7E color. Also use rgb(192,126,126) instead hex code.

Text Font Color

.myTextColor { color: #C07E7E; }

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

This text font color is #C07E7E.


Background Color

.myBgColor { background-color: #C07E7E; }

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

This div background color is #C07E7E.


Border color

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

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

This div border color is #C07E7E.


Opacity

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

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

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

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

This text has shadow with #C07E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07E7E on black background.


Color preview on white background

This text has color #C07E7E on white background.



Black color preview on #C07E7E background

This text has black color on #C07E7E background.


White color preview on #C07E7E background

This text has white color on #C07E7E background.