COLOR #C2594D

HEX: #C2594D RGB: (194,89,77)

Color info

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

RGB color model

#C2594D color RGB value is (194,89,77).

RGB: (194,89,77) (76%, 35%, 30%)

RGB channels and saturation

R 194 of 255 = 76%
G 89 of 255 = 35%
B 77 of 255 = 30%

194
89
77

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

Portions of RGB colors in percentages

R + G + B = 194 + 89 + 77 = 360 (100%)
R 194 of 360 ~ 53.89%
G 89 of 360 ~ 24.72%
B 77 of 360 ~ 21.39'%

%53.89
%24.72
%21.39

CMYK color model

#C2594D color CMYK value is (0,54,60,24).

  • cyan value is 0.00%
  • magenta value is 54.12%
  • yellow value is 60.31%
  • key color value is 23.92%

CMYK: (0,54,60,24)
C0M54Y60K24 (0%, 54%, 60%, 24%)
(0.00 / 0.54 / 0.60 / 0.24)

CMYK percentages

%0
%54.12
%60.31
%23.92

Codes

Color #C2594D in popluar color models

C2 59 4D
RGB 194 89 77
HSL 48.95% 53.14%
HSB/HSV 60.31% 76.08%
CMYK 0.00% 54.12% 60.31%
23.92%

Color #C2594D in popluar number systems.

HEX C2 59 4D
Decimal 194 89 77
Binary 11000010 1011001 1001101
Octal 302 131 115

Shades and tints

Shades of #C2594D

#C2594D
(194,89,77)
#B15146
(177,81,70)
#A0493F
(160,73,63)
#8F4138
(143,65,56)
#7E3931
(126,57,49)
#6D312A
(109,49,42)
#5C2923
(92,41,35)
#4B211C
(75,33,28)
#3A1915
(58,25,21)
#29110E
(41,17,14)
#180907
(24,9,7)
#000000
(0,0,0)

Tints of #C2594D

#C2594D
(194,89,77)
#C7685D
(199,104,93)
#CC776D
(204,119,109)
#D1867D
(209,134,125)
#D6958D
(214,149,141)
#DBA49D
(219,164,157)
#E0B3AD
(224,179,173)
#E5C2BD
(229,194,189)
#EAD1CD
(234,209,205)
#EFE0DD
(239,224,221)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2594D color. Also use rgb(194,89,77) instead hex code.

Text Font Color

.myTextColor { color: #C2594D; }

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

This text font color is #C2594D.

Background Color

.myBgColor { background-color: #C2594D; }

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

This div background color is #C2594D.

Border color

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

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

This div border color is #C2594D.

Opacity

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

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

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

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

This text has shadow with #C2594D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2594D.

Preview

Color preview on black background

This text has color #C2594D on black background.


Color preview on white background

This text has color #C2594D on white background.


Black color preview on #C2594D background

This text has black color on #C2594D background.


White color preview on #C2594D background

This text has white color on #C2594D background.


Related colors

Complementary color

Complementary color for #hex is #3DA6B2.


I love getcolorcode.com

Triadic colors

1 #4DC259 and #594DC2 with #C2594D are triadic colors.

2 #4D59C2 and #59C24D with #C2594D are triadic colors.