COLOR #C17679

HEX: #C17679
RGB: (193,118,121)

Color info

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

RGB color model

#C17679 color RGB value is (193,118,121).

  • red value is 193;
  • green value is 118;
  • blue value is 121.
RGB:
(193,118,121)
(76%,46%,47%)

RGB channels and saturation

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

193
118
121

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

Portions of RGB colors in percentages

R + G + B =
193 + 118 + 121 = 432 (100%)
R 193 of 432 ~ 44.68%
G 118 of 432 ~ 27.31%
B 121 of 432 ~ 28.01%

%44.68
%27.31
%28.01

CMYK color model

#C17679 color CMYK value is (0,39,37,24).

  • cyan value is 0.00%
  • magenta value is 38.86%
  • yellow value is 37.31%
  • key color value is 24.31%
CMYK:
(0,39,37,24)
C0M39Y37K24 
(0%,39%,37%,24%)
(0.00/0.39/0.37/0.24)	

CMYK percentages

%0
%38.86
%37.31
%24.31

Codes

Color #C17679 in popluar color models

C17679
RGB193118121
HSL358°37.69%60.98%
HSB/HSV358°38.86%75.69%
CMYK0.00%38.86%37.31%
24.31%

Color #C17679 in popluar number systems.

HEXC17679
Decimal193118121
Binary1100000111101101111001
Octal301166171

Shades and tints

Shades of #C17679

#C17679
(193,118,121)
#B06C6E
(176,108,110)
#9F6263
(159,98,99)
#8E5858
(142,88,88)
#7D4E4D
(125,78,77)
#6C4442
(108,68,66)
#5B3A37
(91,58,55)
#4A302C
(74,48,44)
#392621
(57,38,33)
#281C16
(40,28,22)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #C17679

#C17679
(193,118,121)
#C68285
(198,130,133)
#CB8E91
(203,142,145)
#D09A9D
(208,154,157)
#D5A6A9
(213,166,169)
#DAB2B5
(218,178,181)
#DFBEC1
(223,190,193)
#E4CACD
(228,202,205)
#E9D6D9
(233,214,217)
#EEE2E5
(238,226,229)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17679; }

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

This text font color is #C17679.


Background Color

.myBgColor { background-color: #C17679; }

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

This div background color is #C17679.


Border color

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

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

This div border color is #C17679.


Opacity

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

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

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

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

This text has shadow with #C17679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17679 on black background.


Color preview on white background

This text has color #C17679 on white background.



Black color preview on #C17679 background

This text has black color on #C17679 background.


White color preview on #C17679 background

This text has white color on #C17679 background.