COLOR #C1744B

HEX: #C1744B RGB: (193,116,75)

Color info

#C1744B contains mainly red color. Web safe color of #C1744B is #CC6633 (or #C63).

RGB color model

#C1744B color RGB value is (193,116,75).

RGB: (193,116,75) (76%, 45%, 29%)

RGB channels and saturation

R 193 of 255 = 76%
G 116 of 255 = 45%
B 75 of 255 = 29%

193
116
75

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

Portions of RGB colors in percentages

R + G + B = 193 + 116 + 75 = 384 (100%)
R 193 of 384 ~ 50.26%
G 116 of 384 ~ 30.21%
B 75 of 384 ~ 19.53'%

%50.26
%30.21
%19.53

CMYK color model

#C1744B color CMYK value is (0,40,61,24).

  • cyan value is 0.00%
  • magenta value is 39.90%
  • yellow value is 61.14%
  • key color value is 24.31%

CMYK: (0,40,61,24)
C0M40Y61K24 (0%, 40%, 61%, 24%)
(0.00 / 0.40 / 0.61 / 0.24)

CMYK percentages

%0
%39.9
%61.14
%24.31

Codes

Color #C1744B in popluar color models

C1 74 4B
RGB 193 116 75
HSL 21° 48.76% 52.55%
HSB/HSV 21° 61.14% 75.69%
CMYK 0.00% 39.90% 61.14%
24.31%

Color #C1744B in popluar number systems.

HEX C1 74 4B
Decimal 193 116 75
Binary 11000001 1110100 1001011
Octal 301 164 113

Shades and tints

Shades of #C1744B

#C1744B
(193,116,75)
#B06A45
(176,106,69)
#9F603F
(159,96,63)
#8E5639
(142,86,57)
#7D4C33
(125,76,51)
#6C422D
(108,66,45)
#5B3827
(91,56,39)
#4A2E21
(74,46,33)
#39241B
(57,36,27)
#281A15
(40,26,21)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #C1744B

#C1744B
(193,116,75)
#C6805B
(198,128,91)
#CB8C6B
(203,140,107)
#D0987B
(208,152,123)
#D5A48B
(213,164,139)
#DAB09B
(218,176,155)
#DFBCAB
(223,188,171)
#E4C8BB
(228,200,187)
#E9D4CB
(233,212,203)
#EEE0DB
(238,224,219)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1744B color. Also use rgb(193,116,75) instead hex code.

Text Font Color

.myTextColor { color: #C1744B; }

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

This text font color is #C1744B.

Background Color

.myBgColor { background-color: #C1744B; }

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

This div background color is #C1744B.

Border color

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

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

This div border color is #C1744B.

Opacity

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

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

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

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

This text has shadow with #C1744B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1744B.

Preview

Color preview on black background

This text has color #C1744B on black background.


Color preview on white background

This text has color #C1744B on white background.


Black color preview on #C1744B background

This text has black color on #C1744B background.


White color preview on #C1744B background

This text has white color on #C1744B background.


Related colors

Complementary color

Complementary color for #hex is #3E8BB4.


I love getcolorcode.com

Triadic colors

1 #4BC174 and #744BC1 with #C1744B are triadic colors.

2 #4B74C1 and #74C14B with #C1744B are triadic colors.