COLOR #C2385A

HEX: #C2385A
RGB: (194,56,90)

Color info

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

RGB color model

#C2385A color RGB value is (194,56,90).

  • red value is 194;
  • green value is 56;
  • blue value is 90.
RGB:
(194,56,90)
(76%,22%,35%)

RGB channels and saturation

R 194 of 255 = 76%
G 56 of 255 = 22%
B 90 of 255 = 35%

194
56
90

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

Portions of RGB colors in percentages

R + G + B =
194 + 56 + 90 = 340 (100%)
R 194 of 340 ~ 57.06%
G 56 of 340 ~ 16.47%
B 90 of 340 ~ 26.47%

%57.06
%16.47
%26.47

CMYK color model

#C2385A color CMYK value is (0,71,54,24).

  • cyan value is 0.00%
  • magenta value is 71.13%
  • yellow value is 53.61%
  • key color value is 23.92%
CMYK:
(0,71,54,24)
C0M71Y54K24 
(0%,71%,54%,24%)
(0.00/0.71/0.54/0.24)	

CMYK percentages

%0
%71.13
%53.61
%23.92

Codes

Color #C2385A in popluar color models

C2385A
RGB1945690
HSL345°55.20%49.02%
HSB/HSV345°71.13%76.08%
CMYK0.00%71.13%53.61%
23.92%

Color #C2385A in popluar number systems.

HEXC2385A
Decimal1945690
Binary110000101110001011010
Octal30270132

Shades and tints

Shades of #C2385A

#C2385A
(194,56,90)
#B13352
(177,51,82)
#A02E4A
(160,46,74)
#8F2942
(143,41,66)
#7E243A
(126,36,58)
#6D1F32
(109,31,50)
#5C1A2A
(92,26,42)
#4B1522
(75,21,34)
#3A101A
(58,16,26)
#290B12
(41,11,18)
#18060A
(24,6,10)
#000000
(0,0,0)

Tints of #C2385A

#C2385A
(194,56,90)
#C74A69
(199,74,105)
#CC5C78
(204,92,120)
#D16E87
(209,110,135)
#D68096
(214,128,150)
#DB92A5
(219,146,165)
#E0A4B4
(224,164,180)
#E5B6C3
(229,182,195)
#EAC8D2
(234,200,210)
#EFDAE1
(239,218,225)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2385A color. Also use rgb(194,56,90) instead hex code.

Text Font Color

.myTextColor { color: #C2385A; }

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

This text font color is #C2385A.


Background Color

.myBgColor { background-color: #C2385A; }

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

This div background color is #C2385A.


Border color

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

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

This div border color is #C2385A.


Opacity

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

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

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

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

This text has shadow with #C2385A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2385A on black background.


Color preview on white background

This text has color #C2385A on white background.



Black color preview on #C2385A background

This text has black color on #C2385A background.


White color preview on #C2385A background

This text has white color on #C2385A background.