COLOR #C07E6F

HEX: #C07E6F RGB: (192,126,111)

Color info

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

RGB color model

#C07E6F color RGB value is (192,126,111).

RGB: (192,126,111) (75%, 49%, 44%)

RGB channels and saturation

R 192 of 255 = 75%
G 126 of 255 = 49%
B 111 of 255 = 44%

192
126
111

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

Portions of RGB colors in percentages

R + G + B = 192 + 126 + 111 = 429 (100%)
R 192 of 429 ~ 44.76%
G 126 of 429 ~ 29.37%
B 111 of 429 ~ 25.87'%

%44.76
%29.37
%25.87

CMYK color model

#C07E6F color CMYK value is (0,34,42,25).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 42.19%
  • key color value is 24.71%
CMYK: (0,34,42,25) C0M34Y42K25 (0%,34%,42%,25%) (0.00/0.34/0.42/0.25) 

CMYK percentages

%0
%34.38
%42.19
%24.71

Codes

Color #C07E6F in popluar color models

C0 7E 6F
RGB 192 126 111
HSL 11° 39.13% 59.41%
HSB/HSV 11° 42.19% 75.29%
CMYK 0.00% 34.38% 42.19%
24.71%

Color #C07E6F in popluar number systems.

HEX C0 7E 6F
Decimal 192 126 111
Binary 11000000 1111110 1101111
Octal 300 176 157

Shades and tints

Shades of #C07E6F

#C07E6F
(192,126,111)
#AF7365
(175,115,101)
#9E685B
(158,104,91)
#8D5D51
(141,93,81)
#7C5247
(124,82,71)
#6B473D
(107,71,61)
#5A3C33
(90,60,51)
#493129
(73,49,41)
#38261F
(56,38,31)
#271B15
(39,27,21)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #C07E6F

#C07E6F
(192,126,111)
#C5897C
(197,137,124)
#CA9489
(202,148,137)
#CF9F96
(207,159,150)
#D4AAA3
(212,170,163)
#D9B5B0
(217,181,176)
#DEC0BD
(222,192,189)
#E3CBCA
(227,203,202)
#E8D6D7
(232,214,215)
#EDE1E4
(237,225,228)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07E6F; }

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

This text font color is #C07E6F.

Background Color

.myBgColor { background-color: #C07E6F; }

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

This div background color is #C07E6F.

Border color

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

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

This div border color is #C07E6F.

Opacity

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

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

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

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

This text has shadow with #C07E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07E6F.

Preview

Color preview on black background

This text has color #C07E6F on black background.


Color preview on white background

This text has color #C07E6F on white background.


Black color preview on #C07E6F background

This text has black color on #C07E6F background.


White color preview on #C07E6F background

This text has white color on #C07E6F background.


Related colors

Complementary color

Complementary color for #hex is #3F8190.


I love getcolorcode.com

Triadic colors

1 #6FC07E and #7E6FC0 with #C07E6F are triadic colors.

2 #6F7EC0 and #7EC06F with #C07E6F are triadic colors.