COLOR #C2594C

HEX: #C2594C RGB: (194,89,76)

Color info

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

RGB color model

#C2594C color RGB value is (194,89,76).

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

RGB channels and saturation

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

194
89
76

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

Portions of RGB colors in percentages

R + G + B = 194 + 89 + 76 = 359 (100%)
R 194 of 359 ~ 54.04%
G 89 of 359 ~ 24.79%
B 76 of 359 ~ 21.17'%

%54.04
%24.79
%21.17

CMYK color model

#C2594C color CMYK value is (0,54,61,24).

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

CMYK: (0,54,61,24)
C0M54Y61K24 (0%, 54%, 61%, 24%)
(0.00 / 0.54 / 0.61 / 0.24)

CMYK percentages

%0
%54.12
%60.82
%23.92

Codes

Color #C2594C in popluar color models

C2 59 4C
RGB 194 89 76
HSL 49.17% 52.94%
HSB/HSV 60.82% 76.08%
CMYK 0.00% 54.12% 60.82%
23.92%

Color #C2594C in popluar number systems.

HEX C2 59 4C
Decimal 194 89 76
Binary 11000010 1011001 1001100
Octal 302 131 114

Shades and tints

Shades of #C2594C

#C2594C
(194,89,76)
#B15146
(177,81,70)
#A04940
(160,73,64)
#8F413A
(143,65,58)
#7E3934
(126,57,52)
#6D312E
(109,49,46)
#5C2928
(92,41,40)
#4B2122
(75,33,34)
#3A191C
(58,25,28)
#291116
(41,17,22)
#180910
(24,9,16)
#000000
(0,0,0)

Tints of #C2594C

#C2594C
(194,89,76)
#C7685C
(199,104,92)
#CC776C
(204,119,108)
#D1867C
(209,134,124)
#D6958C
(214,149,140)
#DBA49C
(219,164,156)
#E0B3AC
(224,179,172)
#E5C2BC
(229,194,188)
#EAD1CC
(234,209,204)
#EFE0DC
(239,224,220)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2594C; }

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

This text font color is #C2594C.

Background Color

.myBgColor { background-color: #C2594C; }

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

This div background color is #C2594C.

Border color

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

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

This div border color is #C2594C.

Opacity

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

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

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

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

This text has shadow with #C2594C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2594C.

Preview

Color preview on black background

This text has color #C2594C on black background.


Color preview on white background

This text has color #C2594C on white background.


Black color preview on #C2594C background

This text has black color on #C2594C background.


White color preview on #C2594C background

This text has white color on #C2594C background.


Related colors

Complementary color

Complementary color for #hex is #3DA6B3.


I love getcolorcode.com

Triadic colors

1 #4CC259 and #594CC2 with #C2594C are triadic colors.

2 #4C59C2 and #59C24C with #C2594C are triadic colors.