COLOR #C07F71

HEX: #C07F71 RGB: (192,127,113)

Color info

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

RGB color model

#C07F71 color RGB value is (192,127,113).

RGB: (192,127,113) (75%, 50%, 44%)

RGB channels and saturation

R 192 of 255 = 75%
G 127 of 255 = 50%
B 113 of 255 = 44%

192
127
113

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

Portions of RGB colors in percentages

R + G + B = 192 + 127 + 113 = 432 (100%)
R 192 of 432 ~ 44.44%
G 127 of 432 ~ 29.4%
B 113 of 432 ~ 26.16'%

%44.44
%29.4
%26.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.85%
  • yellow value is 41.15%
  • key color value is 24.71%

CMYK: (0,34,41,25)
C0M34Y41K25 (0%, 34%, 41%, 25%)
(0.00 / 0.34 / 0.41 / 0.25)

CMYK percentages

%0
%33.85
%41.15
%24.71

Codes

Color #C07F71 in popluar color models

C0 7F 71
RGB 192 127 113
HSL 11° 38.54% 59.80%
HSB/HSV 11° 41.15% 75.29%
CMYK 0.00% 33.85% 41.15%
24.71%

Color #C07F71 in popluar number systems.

HEX C0 7F 71
Decimal 192 127 113
Binary 11000000 1111111 1110001
Octal 300 177 161

Shades and tints

Shades of #C07F71

#C07F71
(192,127,113)
#AF7467
(175,116,103)
#9E695D
(158,105,93)
#8D5E53
(141,94,83)
#7C5349
(124,83,73)
#6B483F
(107,72,63)
#5A3D35
(90,61,53)
#49322B
(73,50,43)
#382721
(56,39,33)
#271C17
(39,28,23)
#16110D
(22,17,13)
#000000
(0,0,0)

Tints of #C07F71

#C07F71
(192,127,113)
#C58A7D
(197,138,125)
#CA9589
(202,149,137)
#CFA095
(207,160,149)
#D4ABA1
(212,171,161)
#D9B6AD
(217,182,173)
#DEC1B9
(222,193,185)
#E3CCC5
(227,204,197)
#E8D7D1
(232,215,209)
#EDE2DD
(237,226,221)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07F71; }

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

This text font color is #C07F71.

Background Color

.myBgColor { background-color: #C07F71; }

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

This div background color is #C07F71.

Border color

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

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

This div border color is #C07F71.

Opacity

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

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

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

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

This text has shadow with #C07F71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07F71.

Preview

Color preview on black background

This text has color #C07F71 on black background.


Color preview on white background

This text has color #C07F71 on white background.


Black color preview on #C07F71 background

This text has black color on #C07F71 background.


White color preview on #C07F71 background

This text has white color on #C07F71 background.


Related colors

Complementary color

Complementary color for #hex is #3F808E.


I love getcolorcode.com

Triadic colors

1 #71C07F and #7F71C0 with #C07F71 are triadic colors.

2 #717FC0 and #7FC071 with #C07F71 are triadic colors.