COLOR #C93B46

HEX: #C93B46 RGB: (201,59,70)

Color info

#C93B46 contains mainly red color. Web safe color of #C93B46 is #CC3333 (or #C33).

RGB color model

#C93B46 color RGB value is (201,59,70).

RGB: (201,59,70) (79%, 23%, 27%)

RGB channels and saturation

R 201 of 255 = 79%
G 59 of 255 = 23%
B 70 of 255 = 27%

201
59
70

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

Portions of RGB colors in percentages

R + G + B = 201 + 59 + 70 = 330 (100%)
R 201 of 330 ~ 60.91%
G 59 of 330 ~ 17.88%
B 70 of 330 ~ 21.21'%

%60.91
%17.88
%21.21

CMYK color model

#C93B46 color CMYK value is (0,71,65,21).

  • cyan value is 0.00%
  • magenta value is 70.65%
  • yellow value is 65.17%
  • key color value is 21.18%

CMYK: (0,71,65,21)
C0M71Y65K21 (0%, 71%, 65%, 21%)
(0.00 / 0.71 / 0.65 / 0.21)

CMYK percentages

%0
%70.65
%65.17
%21.18

Codes

Color #C93B46 in popluar color models

C9 3B 46
RGB 201 59 70
HSL 355° 56.80% 50.98%
HSB/HSV 355° 70.65% 78.82%
CMYK 0.00% 70.65% 65.17%
21.18%

Color #C93B46 in popluar number systems.

HEX C9 3B 46
Decimal 201 59 70
Binary 11001001 111011 1000110
Octal 311 73 106

Shades and tints

Shades of #C93B46

#C93B46
(201,59,70)
#B73640
(183,54,64)
#A5313A
(165,49,58)
#932C34
(147,44,52)
#81272E
(129,39,46)
#6F2228
(111,34,40)
#5D1D22
(93,29,34)
#4B181C
(75,24,28)
#391316
(57,19,22)
#270E10
(39,14,16)
#15090A
(21,9,10)
#000000
(0,0,0)

Tints of #C93B46

#C93B46
(201,59,70)
#CD4C56
(205,76,86)
#D15D66
(209,93,102)
#D56E76
(213,110,118)
#D97F86
(217,127,134)
#DD9096
(221,144,150)
#E1A1A6
(225,161,166)
#E5B2B6
(229,178,182)
#E9C3C6
(233,195,198)
#EDD4D6
(237,212,214)
#F1E5E6
(241,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C93B46 color. Also use rgb(201,59,70) instead hex code.

Text Font Color

.myTextColor { color: #C93B46; }

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

This text font color is #C93B46.

Background Color

.myBgColor { background-color: #C93B46; }

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

This div background color is #C93B46.

Border color

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

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

This div border color is #C93B46.

Opacity

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

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

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

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

This text has shadow with #C93B46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C93B46.

Preview

Color preview on black background

This text has color #C93B46 on black background.


Color preview on white background

This text has color #C93B46 on white background.


Black color preview on #C93B46 background

This text has black color on #C93B46 background.


White color preview on #C93B46 background

This text has white color on #C93B46 background.


Related colors

Complementary color

Complementary color for #hex is #36C4B9.


I love getcolorcode.com

Triadic colors

1 #46C93B and #3B46C9 with #C93B46 are triadic colors.

2 #463BC9 and #3BC946 with #C93B46 are triadic colors.