COLOR #C93C65

HEX: #C93C65
RGB: (201,60,101)

Color info

#C93C65 contains mainly red color. Web safe color of #C93C65 is #CC3366 (or #C36).

RGB color model

#C93C65 color RGB value is (201,60,101).

  • red value is 201;
  • green value is 60;
  • blue value is 101.
RGB:
(201,60,101)
(79%,24%,40%)

RGB channels and saturation

R 201 of 255 = 79%
G 60 of 255 = 24%
B 101 of 255 = 40%

201
60
101

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

Portions of RGB colors in percentages

R + G + B =
201 + 60 + 101 = 362 (100%)
R 201 of 362 ~ 55.52%
G 60 of 362 ~ 16.57%
B 101 of 362 ~ 27.9%

%55.52
%16.57
%27.9

CMYK color model

#C93C65 color CMYK value is (0,70,50,21).

  • cyan value is 0.00%
  • magenta value is 70.15%
  • yellow value is 49.75%
  • key color value is 21.18%
CMYK:
(0,70,50,21)
C0M70Y50K21 
(0%,70%,50%,21%)
(0.00/0.70/0.50/0.21)	

CMYK percentages

%0
%70.15
%49.75
%21.18

Codes

Color #C93C65 in popluar color models

C93C65
RGB20160101
HSL343°56.63%51.18%
HSB/HSV343°70.15%78.82%
CMYK0.00%70.15%49.75%
21.18%

Color #C93C65 in popluar number systems.

HEXC93C65
Decimal20160101
Binary110010011111001100101
Octal31174145

Shades and tints

Shades of #C93C65

#C93C65
(201,60,101)
#B7375C
(183,55,92)
#A53253
(165,50,83)
#932D4A
(147,45,74)
#812841
(129,40,65)
#6F2338
(111,35,56)
#5D1E2F
(93,30,47)
#4B1926
(75,25,38)
#39141D
(57,20,29)
#270F14
(39,15,20)
#150A0B
(21,10,11)
#000000
(0,0,0)

Tints of #C93C65

#C93C65
(201,60,101)
#CD4D73
(205,77,115)
#D15E81
(209,94,129)
#D56F8F
(213,111,143)
#D9809D
(217,128,157)
#DD91AB
(221,145,171)
#E1A2B9
(225,162,185)
#E5B3C7
(229,179,199)
#E9C4D5
(233,196,213)
#EDD5E3
(237,213,227)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C93C65 color. Also use rgb(201,60,101) instead hex code.

Text Font Color

.myTextColor { color: #C93C65; }

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

This text font color is #C93C65.


Background Color

.myBgColor { background-color: #C93C65; }

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

This div background color is #C93C65.


Border color

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

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

This div border color is #C93C65.


Opacity

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

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

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

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

This text has shadow with #C93C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C93C65 on black background.


Color preview on white background

This text has color #C93C65 on white background.



Black color preview on #C93C65 background

This text has black color on #C93C65 background.


White color preview on #C93C65 background

This text has white color on #C93C65 background.