COLOR #C0726F

HEX: #C0726F
RGB: (192,114,111)

Color info

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

RGB color model

#C0726F color RGB value is (192,114,111).

  • red value is 192;
  • green value is 114;
  • blue value is 111.
RGB:
(192,114,111)
(75%,45%,44%)

RGB channels and saturation

R 192 of 255 = 75%
G 114 of 255 = 45%
B 111 of 255 = 44%

192
114
111

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

Portions of RGB colors in percentages

R + G + B =
192 + 114 + 111 = 417 (100%)
R 192 of 417 ~ 46.04%
G 114 of 417 ~ 27.34%
B 111 of 417 ~ 26.62%

%46.04
%27.34
%26.62

CMYK color model

#C0726F color CMYK value is (0,41,42,25).

  • cyan value is 0.00%
  • magenta value is 40.63%
  • yellow value is 42.19%
  • key color value is 24.71%
CMYK:
(0,41,42,25)
C0M41Y42K25 
(0%,41%,42%,25%)
(0.00/0.41/0.42/0.25)	

CMYK percentages

%0
%40.63
%42.19
%24.71

Codes

Color #C0726F in popluar color models

C0726F
RGB192114111
HSL39.13%59.41%
HSB/HSV42.19%75.29%
CMYK0.00%40.63%42.19%
24.71%

Color #C0726F in popluar number systems.

HEXC0726F
Decimal192114111
Binary1100000011100101101111
Octal300162157

Shades and tints

Shades of #C0726F

#C0726F
(192,114,111)
#AF6865
(175,104,101)
#9E5E5B
(158,94,91)
#8D5451
(141,84,81)
#7C4A47
(124,74,71)
#6B403D
(107,64,61)
#5A3633
(90,54,51)
#492C29
(73,44,41)
#38221F
(56,34,31)
#271815
(39,24,21)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #C0726F

#C0726F
(192,114,111)
#C57E7C
(197,126,124)
#CA8A89
(202,138,137)
#CF9696
(207,150,150)
#D4A2A3
(212,162,163)
#D9AEB0
(217,174,176)
#DEBABD
(222,186,189)
#E3C6CA
(227,198,202)
#E8D2D7
(232,210,215)
#EDDEE4
(237,222,228)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0726F; }

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

This text font color is #C0726F.


Background Color

.myBgColor { background-color: #C0726F; }

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

This div background color is #C0726F.


Border color

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

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

This div border color is #C0726F.


Opacity

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

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

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

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

This text has shadow with #C0726F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0726F on black background.


Color preview on white background

This text has color #C0726F on white background.



Black color preview on #C0726F background

This text has black color on #C0726F background.


White color preview on #C0726F background

This text has white color on #C0726F background.