COLOR #C0687F

HEX: #C0687F RGB: (192,104,127)

Color info

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

RGB color model

#C0687F color RGB value is (192,104,127).

RGB: (192,104,127) (75%, 41%, 50%)

RGB channels and saturation

R 192 of 255 = 75%
G 104 of 255 = 41%
B 127 of 255 = 50%

192
104
127

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

Portions of RGB colors in percentages

R + G + B = 192 + 104 + 127 = 423 (100%)
R 192 of 423 ~ 45.39%
G 104 of 423 ~ 24.59%
B 127 of 423 ~ 30.02'%

%45.39
%24.59
%30.02

CMYK color model

#C0687F color CMYK value is (0,46,34,25).

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

CMYK: (0,46,34,25)
C0M46Y34K25 (0%, 46%, 34%, 25%)
(0.00 / 0.46 / 0.34 / 0.25)

CMYK percentages

%0
%45.83
%33.85
%24.71

Codes

Color #C0687F in popluar color models

C0 68 7F
RGB 192 104 127
HSL 344° 41.12% 58.04%
HSB/HSV 344° 45.83% 75.29%
CMYK 0.00% 45.83% 33.85%
24.71%

Color #C0687F in popluar number systems.

HEX C0 68 7F
Decimal 192 104 127
Binary 11000000 1101000 1111111
Octal 300 150 177

Shades and tints

Shades of #C0687F

#C0687F
(192,104,127)
#AF5F74
(175,95,116)
#9E5669
(158,86,105)
#8D4D5E
(141,77,94)
#7C4453
(124,68,83)
#6B3B48
(107,59,72)
#5A323D
(90,50,61)
#492932
(73,41,50)
#382027
(56,32,39)
#27171C
(39,23,28)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #C0687F

#C0687F
(192,104,127)
#C5758A
(197,117,138)
#CA8295
(202,130,149)
#CF8FA0
(207,143,160)
#D49CAB
(212,156,171)
#D9A9B6
(217,169,182)
#DEB6C1
(222,182,193)
#E3C3CC
(227,195,204)
#E8D0D7
(232,208,215)
#EDDDE2
(237,221,226)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0687F; }

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

This text font color is #C0687F.

Background Color

.myBgColor { background-color: #C0687F; }

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

This div background color is #C0687F.

Border color

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

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

This div border color is #C0687F.

Opacity

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

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

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

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

This text has shadow with #C0687F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0687F.

Preview

Color preview on black background

This text has color #C0687F on black background.


Color preview on white background

This text has color #C0687F on white background.


Black color preview on #C0687F background

This text has black color on #C0687F background.


White color preview on #C0687F background

This text has white color on #C0687F background.


Related colors

Complementary color

Complementary color for #hex is #3F9780.


I love getcolorcode.com

Triadic colors

1 #7FC068 and #687FC0 with #C0687F are triadic colors.

2 #7F68C0 and #68C07F with #C0687F are triadic colors.