COLOR #C25680

HEX: #C25680
RGB: (194,86,128)

Color info

#C25680 contains mainly red color. Web safe color of #C25680 is #CC6666 (or #C66).

RGB color model

#C25680 color RGB value is (194,86,128).

  • red value is 194;
  • green value is 86;
  • blue value is 128.
RGB:
(194,86,128)
(76%,34%,50%)

RGB channels and saturation

R 194 of 255 = 76%
G 86 of 255 = 34%
B 128 of 255 = 50%

194
86
128

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

Portions of RGB colors in percentages

R + G + B =
194 + 86 + 128 = 408 (100%)
R 194 of 408 ~ 47.55%
G 86 of 408 ~ 21.08%
B 128 of 408 ~ 31.37%

%47.55
%21.08
%31.37

CMYK color model

#C25680 color CMYK value is (0,56,34,24).

  • cyan value is 0.00%
  • magenta value is 55.67%
  • yellow value is 34.02%
  • key color value is 23.92%
CMYK:
(0,56,34,24)
C0M56Y34K24 
(0%,56%,34%,24%)
(0.00/0.56/0.34/0.24)	

CMYK percentages

%0
%55.67
%34.02
%23.92

Codes

Color #C25680 in popluar color models

C25680
RGB19486128
HSL337°46.96%54.90%
HSB/HSV337°55.67%76.08%
CMYK0.00%55.67%34.02%
23.92%

Color #C25680 in popluar number systems.

HEXC25680
Decimal19486128
Binary11000010101011010000000
Octal302126200

Shades and tints

Shades of #C25680

#C25680
(194,86,128)
#B14F75
(177,79,117)
#A0486A
(160,72,106)
#8F415F
(143,65,95)
#7E3A54
(126,58,84)
#6D3349
(109,51,73)
#5C2C3E
(92,44,62)
#4B2533
(75,37,51)
#3A1E28
(58,30,40)
#29171D
(41,23,29)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #C25680

#C25680
(194,86,128)
#C7658B
(199,101,139)
#CC7496
(204,116,150)
#D183A1
(209,131,161)
#D692AC
(214,146,172)
#DBA1B7
(219,161,183)
#E0B0C2
(224,176,194)
#E5BFCD
(229,191,205)
#EACED8
(234,206,216)
#EFDDE3
(239,221,227)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C25680 color. Also use rgb(194,86,128) instead hex code.

Text Font Color

.myTextColor { color: #C25680; }

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

This text font color is #C25680.


Background Color

.myBgColor { background-color: #C25680; }

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

This div background color is #C25680.


Border color

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

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

This div border color is #C25680.


Opacity

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

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

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

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

This text has shadow with #C25680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C25680 on black background.


Color preview on white background

This text has color #C25680 on white background.



Black color preview on #C25680 background

This text has black color on #C25680 background.


White color preview on #C25680 background

This text has white color on #C25680 background.