COLOR #C07277

HEX: #C07277 RGB: (192,114,119)

Color info

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

RGB color model

#C07277 color RGB value is (192,114,119).

RGB: (192,114,119) (75%, 45%, 47%)

RGB channels and saturation

R 192 of 255 = 75%
G 114 of 255 = 45%
B 119 of 255 = 47%

192
114
119

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

Portions of RGB colors in percentages

R + G + B = 192 + 114 + 119 = 425 (100%)
R 192 of 425 ~ 45.18%
G 114 of 425 ~ 26.82%
B 119 of 425 ~ 28'%

%45.18
%26.82
%28

CMYK color model

#C07277 color CMYK value is (0,41,38,25).

  • cyan value is 0.00%
  • magenta value is 40.63%
  • yellow value is 38.02%
  • key color value is 24.71%

CMYK: (0,41,38,25)
C0M41Y38K25 (0%, 41%, 38%, 25%)
(0.00 / 0.41 / 0.38 / 0.25)

CMYK percentages

%0
%40.63
%38.02
%24.71

Codes

Color #C07277 in popluar color models

C0 72 77
RGB 192 114 119
HSL 356° 38.24% 60.00%
HSB/HSV 356° 40.63% 75.29%
CMYK 0.00% 40.63% 38.02%
24.71%

Color #C07277 in popluar number systems.

HEX C0 72 77
Decimal 192 114 119
Binary 11000000 1110010 1110111
Octal 300 162 167

Shades and tints

Shades of #C07277

#C07277
(192,114,119)
#AF686D
(175,104,109)
#9E5E63
(158,94,99)
#8D5459
(141,84,89)
#7C4A4F
(124,74,79)
#6B4045
(107,64,69)
#5A363B
(90,54,59)
#492C31
(73,44,49)
#382227
(56,34,39)
#27181D
(39,24,29)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #C07277

#C07277
(192,114,119)
#C57E83
(197,126,131)
#CA8A8F
(202,138,143)
#CF969B
(207,150,155)
#D4A2A7
(212,162,167)
#D9AEB3
(217,174,179)
#DEBABF
(222,186,191)
#E3C6CB
(227,198,203)
#E8D2D7
(232,210,215)
#EDDEE3
(237,222,227)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07277; }

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

This text font color is #C07277.

Background Color

.myBgColor { background-color: #C07277; }

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

This div background color is #C07277.

Border color

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

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

This div border color is #C07277.

Opacity

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

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

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

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

This text has shadow with #C07277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07277.

Preview

Color preview on black background

This text has color #C07277 on black background.


Color preview on white background

This text has color #C07277 on white background.


Black color preview on #C07277 background

This text has black color on #C07277 background.


White color preview on #C07277 background

This text has white color on #C07277 background.


Related colors

Complementary color

Complementary color for #hex is #3F8D88.


I love getcolorcode.com

Triadic colors

1 #77C072 and #7277C0 with #C07277 are triadic colors.

2 #7772C0 and #72C077 with #C07277 are triadic colors.