COLOR #C0737F

HEX: #C0737F RGB: (192,115,127)

Color info

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

RGB color model

#C0737F color RGB value is (192,115,127).

RGB: (192,115,127) (75%, 45%, 50%)

RGB channels and saturation

R 192 of 255 = 75%
G 115 of 255 = 45%
B 127 of 255 = 50%

192
115
127

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

Portions of RGB colors in percentages

R + G + B = 192 + 115 + 127 = 434 (100%)
R 192 of 434 ~ 44.24%
G 115 of 434 ~ 26.5%
B 127 of 434 ~ 29.26'%

%44.24
%26.5
%29.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.10%
  • yellow value is 33.85%
  • 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
%33.85
%24.71

Codes

Color #C0737F in popluar color models

C0 73 7F
RGB 192 115 127
HSL 351° 37.93% 60.20%
HSB/HSV 351° 40.10% 75.29%
CMYK 0.00% 40.10% 33.85%
24.71%

Color #C0737F in popluar number systems.

HEX C0 73 7F
Decimal 192 115 127
Binary 11000000 1110011 1111111
Octal 300 163 177

Shades and tints

Shades of #C0737F

#C0737F
(192,115,127)
#AF6974
(175,105,116)
#9E5F69
(158,95,105)
#8D555E
(141,85,94)
#7C4B53
(124,75,83)
#6B4148
(107,65,72)
#5A373D
(90,55,61)
#492D32
(73,45,50)
#382327
(56,35,39)
#27191C
(39,25,28)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #C0737F

#C0737F
(192,115,127)
#C57F8A
(197,127,138)
#CA8B95
(202,139,149)
#CF97A0
(207,151,160)
#D4A3AB
(212,163,171)
#D9AFB6
(217,175,182)
#DEBBC1
(222,187,193)
#E3C7CC
(227,199,204)
#E8D3D7
(232,211,215)
#EDDFE2
(237,223,226)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0737F; }

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

This text font color is #C0737F.

Background Color

.myBgColor { background-color: #C0737F; }

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

This div background color is #C0737F.

Border color

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

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

This div border color is #C0737F.

Opacity

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

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

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

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

This text has shadow with #C0737F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0737F.

Preview

Color preview on black background

This text has color #C0737F on black background.


Color preview on white background

This text has color #C0737F on white background.


Black color preview on #C0737F background

This text has black color on #C0737F background.


White color preview on #C0737F background

This text has white color on #C0737F background.


Related colors

Complementary color

Complementary color for #hex is #3F8C80.


I love getcolorcode.com

Triadic colors

1 #7FC073 and #737FC0 with #C0737F are triadic colors.

2 #7F73C0 and #73C07F with #C0737F are triadic colors.