COLOR #C2744A

HEX: #C2744A RGB: (194,116,74)

Color info

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

RGB color model

#C2744A color RGB value is (194,116,74).

RGB: (194,116,74) (76%, 45%, 29%)

RGB channels and saturation

R 194 of 255 = 76%
G 116 of 255 = 45%
B 74 of 255 = 29%

194
116
74

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

Portions of RGB colors in percentages

R + G + B = 194 + 116 + 74 = 384 (100%)
R 194 of 384 ~ 50.52%
G 116 of 384 ~ 30.21%
B 74 of 384 ~ 19.27'%

%50.52
%30.21
%19.27

CMYK color model

#C2744A color CMYK value is (0,40,62,24).

  • cyan value is 0.00%
  • magenta value is 40.21%
  • yellow value is 61.86%
  • key color value is 23.92%

CMYK: (0,40,62,24)
C0M40Y62K24 (0%, 40%, 62%, 24%)
(0.00 / 0.40 / 0.62 / 0.24)

CMYK percentages

%0
%40.21
%61.86
%23.92

Codes

Color #C2744A in popluar color models

C2 74 4A
RGB 194 116 74
HSL 21° 49.59% 52.55%
HSB/HSV 21° 61.86% 76.08%
CMYK 0.00% 40.21% 61.86%
23.92%

Color #C2744A in popluar number systems.

HEX C2 74 4A
Decimal 194 116 74
Binary 11000010 1110100 1001010
Octal 302 164 112

Shades and tints

Shades of #C2744A

#C2744A
(194,116,74)
#B16A44
(177,106,68)
#A0603E
(160,96,62)
#8F5638
(143,86,56)
#7E4C32
(126,76,50)
#6D422C
(109,66,44)
#5C3826
(92,56,38)
#4B2E20
(75,46,32)
#3A241A
(58,36,26)
#291A14
(41,26,20)
#18100E
(24,16,14)
#000000
(0,0,0)

Tints of #C2744A

#C2744A
(194,116,74)
#C7805A
(199,128,90)
#CC8C6A
(204,140,106)
#D1987A
(209,152,122)
#D6A48A
(214,164,138)
#DBB09A
(219,176,154)
#E0BCAA
(224,188,170)
#E5C8BA
(229,200,186)
#EAD4CA
(234,212,202)
#EFE0DA
(239,224,218)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2744A color. Also use rgb(194,116,74) instead hex code.

Text Font Color

.myTextColor { color: #C2744A; }

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

This text font color is #C2744A.

Background Color

.myBgColor { background-color: #C2744A; }

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

This div background color is #C2744A.

Border color

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

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

This div border color is #C2744A.

Opacity

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

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

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

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

This text has shadow with #C2744A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2744A.

Preview

Color preview on black background

This text has color #C2744A on black background.


Color preview on white background

This text has color #C2744A on white background.


Black color preview on #C2744A background

This text has black color on #C2744A background.


White color preview on #C2744A background

This text has white color on #C2744A background.


Related colors

Complementary color

Complementary color for #hex is #3D8BB5.


I love getcolorcode.com

Triadic colors

1 #4AC274 and #744AC2 with #C2744A are triadic colors.

2 #4A74C2 and #74C24A with #C2744A are triadic colors.