COLOR #C0687C

HEX: #C0687C RGB: (192,104,124)

Color info

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

RGB color model

#C0687C color RGB value is (192,104,124).

RGB: (192,104,124) (75%, 41%, 49%)

RGB channels and saturation

R 192 of 255 = 75%
G 104 of 255 = 41%
B 124 of 255 = 49%

192
104
124

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

Portions of RGB colors in percentages

R + G + B = 192 + 104 + 124 = 420 (100%)
R 192 of 420 ~ 45.71%
G 104 of 420 ~ 24.76%
B 124 of 420 ~ 29.52'%

%45.71
%24.76
%29.52

CMYK color model

#C0687C color CMYK value is (0,46,35,25).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 35.42%
  • key color value is 24.71%
CMYK: (0,46,35,25) C0M46Y35K25 (0%,46%,35%,25%) (0.00/0.46/0.35/0.25) 

CMYK percentages

%0
%45.83
%35.42
%24.71

Codes

Color #C0687C in popluar color models

C0 68 7C
RGB 192 104 124
HSL 346° 41.12% 58.04%
HSB/HSV 346° 45.83% 75.29%
CMYK 0.00% 45.83% 35.42%
24.71%

Color #C0687C in popluar number systems.

HEX C0 68 7C
Decimal 192 104 124
Binary 11000000 1101000 1111100
Octal 300 150 174

Shades and tints

Shades of #C0687C

#C0687C
(192,104,124)
#AF5F71
(175,95,113)
#9E5666
(158,86,102)
#8D4D5B
(141,77,91)
#7C4450
(124,68,80)
#6B3B45
(107,59,69)
#5A323A
(90,50,58)
#49292F
(73,41,47)
#382024
(56,32,36)
#271719
(39,23,25)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #C0687C

#C0687C
(192,104,124)
#C57587
(197,117,135)
#CA8292
(202,130,146)
#CF8F9D
(207,143,157)
#D49CA8
(212,156,168)
#D9A9B3
(217,169,179)
#DEB6BE
(222,182,190)
#E3C3C9
(227,195,201)
#E8D0D4
(232,208,212)
#EDDDDF
(237,221,223)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0687C; }

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

This text font color is #C0687C.

Background Color

.myBgColor { background-color: #C0687C; }

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

This div background color is #C0687C.

Border color

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

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

This div border color is #C0687C.

Opacity

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

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

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

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

This text has shadow with #C0687C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0687C.

Preview

Color preview on black background

This text has color #C0687C on black background.


Color preview on white background

This text has color #C0687C on white background.


Black color preview on #C0687C background

This text has black color on #C0687C background.


White color preview on #C0687C background

This text has white color on #C0687C background.


Related colors

Complementary color

Complementary color for #hex is #3F9783.


I love getcolorcode.com

Triadic colors

1 #7CC068 and #687CC0 with #C0687C are triadic colors.

2 #7C68C0 and #68C07C with #C0687C are triadic colors.