COLOR #C17B69

HEX: #C17B69 RGB: (193,123,105)

Color info

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

RGB color model

#C17B69 color RGB value is (193,123,105).

RGB: (193,123,105) (76%, 48%, 41%)

RGB channels and saturation

R 193 of 255 = 76%
G 123 of 255 = 48%
B 105 of 255 = 41%

193
123
105

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

Portions of RGB colors in percentages

R + G + B = 193 + 123 + 105 = 421 (100%)
R 193 of 421 ~ 45.84%
G 123 of 421 ~ 29.22%
B 105 of 421 ~ 24.94'%

%45.84
%29.22
%24.94

CMYK color model

#C17B69 color CMYK value is (0,36,46,24).

  • cyan value is 0.00%
  • magenta value is 36.27%
  • yellow value is 45.60%
  • key color value is 24.31%

CMYK: (0,36,46,24)
C0M36Y46K24 (0%, 36%, 46%, 24%)
(0.00 / 0.36 / 0.46 / 0.24)

CMYK percentages

%0
%36.27
%45.6
%24.31

Codes

Color #C17B69 in popluar color models

C1 7B 69
RGB 193 123 105
HSL 12° 41.51% 58.43%
HSB/HSV 12° 45.60% 75.69%
CMYK 0.00% 36.27% 45.60%
24.31%

Color #C17B69 in popluar number systems.

HEX C1 7B 69
Decimal 193 123 105
Binary 11000001 1111011 1101001
Octal 301 173 151

Shades and tints

Shades of #C17B69

#C17B69
(193,123,105)
#B07060
(176,112,96)
#9F6557
(159,101,87)
#8E5A4E
(142,90,78)
#7D4F45
(125,79,69)
#6C443C
(108,68,60)
#5B3933
(91,57,51)
#4A2E2A
(74,46,42)
#392321
(57,35,33)
#281818
(40,24,24)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #C17B69

#C17B69
(193,123,105)
#C68776
(198,135,118)
#CB9383
(203,147,131)
#D09F90
(208,159,144)
#D5AB9D
(213,171,157)
#DAB7AA
(218,183,170)
#DFC3B7
(223,195,183)
#E4CFC4
(228,207,196)
#E9DBD1
(233,219,209)
#EEE7DE
(238,231,222)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17B69; }

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

This text font color is #C17B69.

Background Color

.myBgColor { background-color: #C17B69; }

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

This div background color is #C17B69.

Border color

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

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

This div border color is #C17B69.

Opacity

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

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

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

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

This text has shadow with #C17B69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17B69.

Preview

Color preview on black background

This text has color #C17B69 on black background.


Color preview on white background

This text has color #C17B69 on white background.


Black color preview on #C17B69 background

This text has black color on #C17B69 background.


White color preview on #C17B69 background

This text has white color on #C17B69 background.


Related colors

Complementary color

Complementary color for #hex is #3E8496.


I love getcolorcode.com

Triadic colors

1 #69C17B and #7B69C1 with #C17B69 are triadic colors.

2 #697BC1 and #7BC169 with #C17B69 are triadic colors.