COLOR #C7685C

HEX: #C7685C RGB: (199,104,92)

Color info

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

RGB color model

#C7685C color RGB value is (199,104,92).

RGB: (199,104,92) (78%, 41%, 36%)

RGB channels and saturation

R 199 of 255 = 78%
G 104 of 255 = 41%
B 92 of 255 = 36%

199
104
92

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

Portions of RGB colors in percentages

R + G + B = 199 + 104 + 92 = 395 (100%)
R 199 of 395 ~ 50.38%
G 104 of 395 ~ 26.33%
B 92 of 395 ~ 23.29'%

%50.38
%26.33
%23.29

CMYK color model

#C7685C color CMYK value is (0,48,54,22).

  • cyan value is 0.00%
  • magenta value is 47.74%
  • yellow value is 53.77%
  • key color value is 21.96%

CMYK: (0,48,54,22)
C0M48Y54K22 (0%, 48%, 54%, 22%)
(0.00 / 0.48 / 0.54 / 0.22)

CMYK percentages

%0
%47.74
%53.77
%21.96

Codes

Color #C7685C in popluar color models

C7 68 5C
RGB 199 104 92
HSL 48.86% 57.06%
HSB/HSV 53.77% 78.04%
CMYK 0.00% 47.74% 53.77%
21.96%

Color #C7685C in popluar number systems.

HEX C7 68 5C
Decimal 199 104 92
Binary 11000111 1101000 1011100
Octal 307 150 134

Shades and tints

Shades of #C7685C

#C7685C
(199,104,92)
#B55F54
(181,95,84)
#A3564C
(163,86,76)
#914D44
(145,77,68)
#7F443C
(127,68,60)
#6D3B34
(109,59,52)
#5B322C
(91,50,44)
#492924
(73,41,36)
#37201C
(55,32,28)
#251714
(37,23,20)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #C7685C

#C7685C
(199,104,92)
#CC756A
(204,117,106)
#D18278
(209,130,120)
#D68F86
(214,143,134)
#DB9C94
(219,156,148)
#E0A9A2
(224,169,162)
#E5B6B0
(229,182,176)
#EAC3BE
(234,195,190)
#EFD0CC
(239,208,204)
#F4DDDA
(244,221,218)
#F9EAE8
(249,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7685C color. Also use rgb(199,104,92) instead hex code.

Text Font Color

.myTextColor { color: #C7685C; }

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

This text font color is #C7685C.

Background Color

.myBgColor { background-color: #C7685C; }

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

This div background color is #C7685C.

Border color

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

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

This div border color is #C7685C.

Opacity

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

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

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

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

This text has shadow with #C7685C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7685C.

Preview

Color preview on black background

This text has color #C7685C on black background.


Color preview on white background

This text has color #C7685C on white background.


Black color preview on #C7685C background

This text has black color on #C7685C background.


White color preview on #C7685C background

This text has white color on #C7685C background.


Related colors

Complementary color

Complementary color for #hex is #3897A3.


I love getcolorcode.com

Triadic colors

1 #5CC768 and #685CC7 with #C7685C are triadic colors.

2 #5C68C7 and #68C75C with #C7685C are triadic colors.