COLOR #C2745A

HEX: #C2745A RGB: (194,116,90)

Color info

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

RGB color model

#C2745A color RGB value is (194,116,90).

RGB: (194,116,90) (76%, 45%, 35%)

RGB channels and saturation

R 194 of 255 = 76%
G 116 of 255 = 45%
B 90 of 255 = 35%

194
116
90

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

Portions of RGB colors in percentages

R + G + B = 194 + 116 + 90 = 400 (100%)
R 194 of 400 ~ 48.5%
G 116 of 400 ~ 29%
B 90 of 400 ~ 22.5'%

%48.5
%29
%22.5

CMYK color model

#C2745A color CMYK value is (0,40,54,24).

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

CMYK: (0,40,54,24)
C0M40Y54K24 (0%, 40%, 54%, 24%)
(0.00 / 0.40 / 0.54 / 0.24)

CMYK percentages

%0
%40.21
%53.61
%23.92

Codes

Color #C2745A in popluar color models

C2 74 5A
RGB 194 116 90
HSL 15° 46.02% 55.69%
HSB/HSV 15° 53.61% 76.08%
CMYK 0.00% 40.21% 53.61%
23.92%

Color #C2745A in popluar number systems.

HEX C2 74 5A
Decimal 194 116 90
Binary 11000010 1110100 1011010
Octal 302 164 132

Shades and tints

Shades of #C2745A

#C2745A
(194,116,90)
#B16A52
(177,106,82)
#A0604A
(160,96,74)
#8F5642
(143,86,66)
#7E4C3A
(126,76,58)
#6D4232
(109,66,50)
#5C382A
(92,56,42)
#4B2E22
(75,46,34)
#3A241A
(58,36,26)
#291A12
(41,26,18)
#18100A
(24,16,10)
#000000
(0,0,0)

Tints of #C2745A

#C2745A
(194,116,90)
#C78069
(199,128,105)
#CC8C78
(204,140,120)
#D19887
(209,152,135)
#D6A496
(214,164,150)
#DBB0A5
(219,176,165)
#E0BCB4
(224,188,180)
#E5C8C3
(229,200,195)
#EAD4D2
(234,212,210)
#EFE0E1
(239,224,225)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2745A; }

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

This text font color is #C2745A.

Background Color

.myBgColor { background-color: #C2745A; }

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

This div background color is #C2745A.

Border color

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

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

This div border color is #C2745A.

Opacity

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

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

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

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

This text has shadow with #C2745A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2745A.

Preview

Color preview on black background

This text has color #C2745A on black background.


Color preview on white background

This text has color #C2745A on white background.


Black color preview on #C2745A background

This text has black color on #C2745A background.


White color preview on #C2745A background

This text has white color on #C2745A background.


Related colors

Complementary color

Complementary color for #hex is #3D8BA5.


I love getcolorcode.com

Triadic colors

1 #5AC274 and #745AC2 with #C2745A are triadic colors.

2 #5A74C2 and #74C25A with #C2745A are triadic colors.