COLOR #C94E58

HEX: #C94E58 RGB: (201,78,88)

Color info

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

RGB color model

#C94E58 color RGB value is (201,78,88).

RGB: (201,78,88) (79%, 31%, 35%)

RGB channels and saturation

R 201 of 255 = 79%
G 78 of 255 = 31%
B 88 of 255 = 35%

201
78
88

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

Portions of RGB colors in percentages

R + G + B = 201 + 78 + 88 = 367 (100%)
R 201 of 367 ~ 54.77%
G 78 of 367 ~ 21.25%
B 88 of 367 ~ 23.98'%

%54.77
%21.25
%23.98

CMYK color model

#C94E58 color CMYK value is (0,61,56,21).

  • cyan value is 0.00%
  • magenta value is 61.19%
  • yellow value is 56.22%
  • key color value is 21.18%

CMYK: (0,61,56,21)
C0M61Y56K21 (0%, 61%, 56%, 21%)
(0.00 / 0.61 / 0.56 / 0.21)

CMYK percentages

%0
%61.19
%56.22
%21.18

Codes

Color #C94E58 in popluar color models

C9 4E 58
RGB 201 78 88
HSL 355° 53.25% 54.71%
HSB/HSV 355° 61.19% 78.82%
CMYK 0.00% 61.19% 56.22%
21.18%

Color #C94E58 in popluar number systems.

HEX C9 4E 58
Decimal 201 78 88
Binary 11001001 1001110 1011000
Octal 311 116 130

Shades and tints

Shades of #C94E58

#C94E58
(201,78,88)
#B74750
(183,71,80)
#A54048
(165,64,72)
#933940
(147,57,64)
#813238
(129,50,56)
#6F2B30
(111,43,48)
#5D2428
(93,36,40)
#4B1D20
(75,29,32)
#391618
(57,22,24)
#270F10
(39,15,16)
#150808
(21,8,8)
#000000
(0,0,0)

Tints of #C94E58

#C94E58
(201,78,88)
#CD5E67
(205,94,103)
#D16E76
(209,110,118)
#D57E85
(213,126,133)
#D98E94
(217,142,148)
#DD9EA3
(221,158,163)
#E1AEB2
(225,174,178)
#E5BEC1
(229,190,193)
#E9CED0
(233,206,208)
#EDDEDF
(237,222,223)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C94E58 color. Also use rgb(201,78,88) instead hex code.

Text Font Color

.myTextColor { color: #C94E58; }

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

This text font color is #C94E58.

Background Color

.myBgColor { background-color: #C94E58; }

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

This div background color is #C94E58.

Border color

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

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

This div border color is #C94E58.

Opacity

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

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

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

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

This text has shadow with #C94E58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C94E58.

Preview

Color preview on black background

This text has color #C94E58 on black background.


Color preview on white background

This text has color #C94E58 on white background.


Black color preview on #C94E58 background

This text has black color on #C94E58 background.


White color preview on #C94E58 background

This text has white color on #C94E58 background.


Related colors

Complementary color

Complementary color for #hex is #36B1A7.


I love getcolorcode.com

Triadic colors

1 #58C94E and #4E58C9 with #C94E58 are triadic colors.

2 #584EC9 and #4EC958 with #C94E58 are triadic colors.