COLOR #C17677

HEX: #C17677 RGB: (193,118,119)

Color info

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

RGB color model

#C17677 color RGB value is (193,118,119).

RGB: (193,118,119) (76%, 46%, 47%)

RGB channels and saturation

R 193 of 255 = 76%
G 118 of 255 = 46%
B 119 of 255 = 47%

193
118
119

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

Portions of RGB colors in percentages

R + G + B = 193 + 118 + 119 = 430 (100%)
R 193 of 430 ~ 44.88%
G 118 of 430 ~ 27.44%
B 119 of 430 ~ 27.67'%

%44.88
%27.44
%27.67

CMYK color model

#C17677 color CMYK value is (0,39,38,24).

  • cyan value is 0.00%
  • magenta value is 38.86%
  • yellow value is 38.34%
  • key color value is 24.31%
CMYK: (0,39,38,24) C0M39Y38K24 (0%,39%,38%,24%) (0.00/0.39/0.38/0.24) 

CMYK percentages

%0
%38.86
%38.34
%24.31

Codes

Color #C17677 in popluar color models

C1 76 77
RGB 193 118 119
HSL 359° 37.69% 60.98%
HSB/HSV 359° 38.86% 75.69%
CMYK 0.00% 38.86% 38.34%
24.31%

Color #C17677 in popluar number systems.

HEX C1 76 77
Decimal 193 118 119
Binary 11000001 1110110 1110111
Octal 301 166 167

Shades and tints

Shades of #C17677

#C17677
(193,118,119)
#B06C6D
(176,108,109)
#9F6263
(159,98,99)
#8E5859
(142,88,89)
#7D4E4F
(125,78,79)
#6C4445
(108,68,69)
#5B3A3B
(91,58,59)
#4A3031
(74,48,49)
#392627
(57,38,39)
#281C1D
(40,28,29)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #C17677

#C17677
(193,118,119)
#C68283
(198,130,131)
#CB8E8F
(203,142,143)
#D09A9B
(208,154,155)
#D5A6A7
(213,166,167)
#DAB2B3
(218,178,179)
#DFBEBF
(223,190,191)
#E4CACB
(228,202,203)
#E9D6D7
(233,214,215)
#EEE2E3
(238,226,227)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17677 color. Also use rgb(193,118,119) instead hex code.

Text Font Color

.myTextColor { color: #C17677; }

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

This text font color is #C17677.

Background Color

.myBgColor { background-color: #C17677; }

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

This div background color is #C17677.

Border color

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

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

This div border color is #C17677.

Opacity

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

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

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

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

This text has shadow with #C17677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17677.

Preview

Color preview on black background

This text has color #C17677 on black background.


Color preview on white background

This text has color #C17677 on white background.


Black color preview on #C17677 background

This text has black color on #C17677 background.


White color preview on #C17677 background

This text has white color on #C17677 background.


Related colors

Complementary color

Complementary color for #hex is #3E8988.


I love getcolorcode.com

Triadic colors

1 #77C176 and #7677C1 with #C17677 are triadic colors.

2 #7776C1 and #76C177 with #C17677 are triadic colors.