COLOR #C13E66

HEX: #C13E66
RGB: (193,62,102)

Color info

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

RGB color model

#C13E66 color RGB value is (193,62,102).

  • red value is 193;
  • green value is 62;
  • blue value is 102.
RGB:
(193,62,102)
(76%,24%,40%)

RGB channels and saturation

R 193 of 255 = 76%
G 62 of 255 = 24%
B 102 of 255 = 40%

193
62
102

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

Portions of RGB colors in percentages

R + G + B =
193 + 62 + 102 = 357 (100%)
R 193 of 357 ~ 54.06%
G 62 of 357 ~ 17.37%
B 102 of 357 ~ 28.57%

%54.06
%17.37
%28.57

CMYK color model

#C13E66 color CMYK value is (0,68,47,24).

  • cyan value is 0.00%
  • magenta value is 67.88%
  • yellow value is 47.15%
  • key color value is 24.31%
CMYK:
(0,68,47,24)
C0M68Y47K24 
(0%,68%,47%,24%)
(0.00/0.68/0.47/0.24)	

CMYK percentages

%0
%67.88
%47.15
%24.31

Codes

Color #C13E66 in popluar color models

C13E66
RGB19362102
HSL342°51.37%50.00%
HSB/HSV342°67.88%75.69%
CMYK0.00%67.88%47.15%
24.31%

Color #C13E66 in popluar number systems.

HEXC13E66
Decimal19362102
Binary110000011111101100110
Octal30176146

Shades and tints

Shades of #C13E66

#C13E66
(193,62,102)
#B0395D
(176,57,93)
#9F3454
(159,52,84)
#8E2F4B
(142,47,75)
#7D2A42
(125,42,66)
#6C2539
(108,37,57)
#5B2030
(91,32,48)
#4A1B27
(74,27,39)
#39161E
(57,22,30)
#281115
(40,17,21)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #C13E66

#C13E66
(193,62,102)
#C64F73
(198,79,115)
#CB6080
(203,96,128)
#D0718D
(208,113,141)
#D5829A
(213,130,154)
#DA93A7
(218,147,167)
#DFA4B4
(223,164,180)
#E4B5C1
(228,181,193)
#E9C6CE
(233,198,206)
#EED7DB
(238,215,219)
#F3E8E8
(243,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C13E66 color. Also use rgb(193,62,102) instead hex code.

Text Font Color

.myTextColor { color: #C13E66; }

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

This text font color is #C13E66.


Background Color

.myBgColor { background-color: #C13E66; }

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

This div background color is #C13E66.


Border color

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

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

This div border color is #C13E66.


Opacity

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

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

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

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

This text has shadow with #C13E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C13E66 on black background.


Color preview on white background

This text has color #C13E66 on white background.



Black color preview on #C13E66 background

This text has black color on #C13E66 background.


White color preview on #C13E66 background

This text has white color on #C13E66 background.