COLOR #C17D7B

HEX: #C17D7B
RGB: (193,125,123)

Color info

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

RGB color model

#C17D7B color RGB value is (193,125,123).

  • red value is 193;
  • green value is 125;
  • blue value is 123.
RGB:
(193,125,123)
(76%,49%,48%)

RGB channels and saturation

R 193 of 255 = 76%
G 125 of 255 = 49%
B 123 of 255 = 48%

193
125
123

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

Portions of RGB colors in percentages

R + G + B =
193 + 125 + 123 = 441 (100%)
R 193 of 441 ~ 43.76%
G 125 of 441 ~ 28.34%
B 123 of 441 ~ 27.89%

%43.76
%28.34
%27.89

CMYK color model

#C17D7B color CMYK value is (0,35,36,24).

  • cyan value is 0.00%
  • magenta value is 35.23%
  • yellow value is 36.27%
  • key color value is 24.31%
CMYK:
(0,35,36,24)
C0M35Y36K24 
(0%,35%,36%,24%)
(0.00/0.35/0.36/0.24)	

CMYK percentages

%0
%35.23
%36.27
%24.31

Codes

Color #C17D7B in popluar color models

C17D7B
RGB193125123
HSL36.08%61.96%
HSB/HSV36.27%75.69%
CMYK0.00%35.23%36.27%
24.31%

Color #C17D7B in popluar number systems.

HEXC17D7B
Decimal193125123
Binary1100000111111011111011
Octal301175173

Shades and tints

Shades of #C17D7B

#C17D7B
(193,125,123)
#B07270
(176,114,112)
#9F6765
(159,103,101)
#8E5C5A
(142,92,90)
#7D514F
(125,81,79)
#6C4644
(108,70,68)
#5B3B39
(91,59,57)
#4A302E
(74,48,46)
#392523
(57,37,35)
#281A18
(40,26,24)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #C17D7B

#C17D7B
(193,125,123)
#C68887
(198,136,135)
#CB9393
(203,147,147)
#D09E9F
(208,158,159)
#D5A9AB
(213,169,171)
#DAB4B7
(218,180,183)
#DFBFC3
(223,191,195)
#E4CACF
(228,202,207)
#E9D5DB
(233,213,219)
#EEE0E7
(238,224,231)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17D7B color. Also use rgb(193,125,123) instead hex code.

Text Font Color

.myTextColor { color: #C17D7B; }

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

This text font color is #C17D7B.


Background Color

.myBgColor { background-color: #C17D7B; }

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

This div background color is #C17D7B.


Border color

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

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

This div border color is #C17D7B.


Opacity

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

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

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

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

This text has shadow with #C17D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17D7B on black background.


Color preview on white background

This text has color #C17D7B on white background.



Black color preview on #C17D7B background

This text has black color on #C17D7B background.


White color preview on #C17D7B background

This text has white color on #C17D7B background.