COLOR #C0737E

HEX: #C0737E
RGB: (192,115,126)

Color info

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

RGB color model

#C0737E color RGB value is (192,115,126).

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

RGB channels and saturation

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

192
115
126

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

Portions of RGB colors in percentages

R + G + B =
192 + 115 + 126 = 433 (100%)
R 192 of 433 ~ 44.34%
G 115 of 433 ~ 26.56%
B 126 of 433 ~ 29.1%

%44.34
%26.56
%29.1

CMYK color model

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

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

CMYK percentages

%0
%40.1
%34.38
%24.71

Codes

Color #C0737E in popluar color models

C0737E
RGB192115126
HSL351°37.93%60.20%
HSB/HSV351°40.10%75.29%
CMYK0.00%40.10%34.38%
24.71%

Color #C0737E in popluar number systems.

HEXC0737E
Decimal192115126
Binary1100000011100111111110
Octal300163176

Shades and tints

Shades of #C0737E

#C0737E
(192,115,126)
#AF6973
(175,105,115)
#9E5F68
(158,95,104)
#8D555D
(141,85,93)
#7C4B52
(124,75,82)
#6B4147
(107,65,71)
#5A373C
(90,55,60)
#492D31
(73,45,49)
#382326
(56,35,38)
#27191B
(39,25,27)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #C0737E

#C0737E
(192,115,126)
#C57F89
(197,127,137)
#CA8B94
(202,139,148)
#CF979F
(207,151,159)
#D4A3AA
(212,163,170)
#D9AFB5
(217,175,181)
#DEBBC0
(222,187,192)
#E3C7CB
(227,199,203)
#E8D3D6
(232,211,214)
#EDDFE1
(237,223,225)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0737E; }

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

This text font color is #C0737E.


Background Color

.myBgColor { background-color: #C0737E; }

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

This div background color is #C0737E.


Border color

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

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

This div border color is #C0737E.


Opacity

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

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

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

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

This text has shadow with #C0737E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0737E on black background.


Color preview on white background

This text has color #C0737E on white background.



Black color preview on #C0737E background

This text has black color on #C0737E background.


White color preview on #C0737E background

This text has white color on #C0737E background.