COLOR #C23C63

HEX: #C23C63
RGB: (194,60,99)

Color info

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

RGB color model

#C23C63 color RGB value is (194,60,99).

  • red value is 194;
  • green value is 60;
  • blue value is 99.
RGB:
(194,60,99)
(76%,24%,39%)

RGB channels and saturation

R 194 of 255 = 76%
G 60 of 255 = 24%
B 99 of 255 = 39%

194
60
99

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

Portions of RGB colors in percentages

R + G + B =
194 + 60 + 99 = 353 (100%)
R 194 of 353 ~ 54.96%
G 60 of 353 ~ 17%
B 99 of 353 ~ 28.05%

%54.96
%17
%28.05

CMYK color model

#C23C63 color CMYK value is (0,69,49,24).

  • cyan value is 0.00%
  • magenta value is 69.07%
  • yellow value is 48.97%
  • key color value is 23.92%
CMYK:
(0,69,49,24)
C0M69Y49K24 
(0%,69%,49%,24%)
(0.00/0.69/0.49/0.24)	

CMYK percentages

%0
%69.07
%48.97
%23.92

Codes

Color #C23C63 in popluar color models

C23C63
RGB1946099
HSL343°52.76%49.80%
HSB/HSV343°69.07%76.08%
CMYK0.00%69.07%48.97%
23.92%

Color #C23C63 in popluar number systems.

HEXC23C63
Decimal1946099
Binary110000101111001100011
Octal30274143

Shades and tints

Shades of #C23C63

#C23C63
(194,60,99)
#B1375A
(177,55,90)
#A03251
(160,50,81)
#8F2D48
(143,45,72)
#7E283F
(126,40,63)
#6D2336
(109,35,54)
#5C1E2D
(92,30,45)
#4B1924
(75,25,36)
#3A141B
(58,20,27)
#290F12
(41,15,18)
#180A09
(24,10,9)
#000000
(0,0,0)

Tints of #C23C63

#C23C63
(194,60,99)
#C74D71
(199,77,113)
#CC5E7F
(204,94,127)
#D16F8D
(209,111,141)
#D6809B
(214,128,155)
#DB91A9
(219,145,169)
#E0A2B7
(224,162,183)
#E5B3C5
(229,179,197)
#EAC4D3
(234,196,211)
#EFD5E1
(239,213,225)
#F4E6EF
(244,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C23C63 color. Also use rgb(194,60,99) instead hex code.

Text Font Color

.myTextColor { color: #C23C63; }

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

This text font color is #C23C63.


Background Color

.myBgColor { background-color: #C23C63; }

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

This div background color is #C23C63.


Border color

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

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

This div border color is #C23C63.


Opacity

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

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

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

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

This text has shadow with #C23C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C23C63 on black background.


Color preview on white background

This text has color #C23C63 on white background.



Black color preview on #C23C63 background

This text has black color on #C23C63 background.


White color preview on #C23C63 background

This text has white color on #C23C63 background.