COLOR #C25F6C

HEX: #C25F6C
RGB: (194,95,108)

Color info

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

RGB color model

#C25F6C color RGB value is (194,95,108).

  • red value is 194;
  • green value is 95;
  • blue value is 108.
RGB:
(194,95,108)
(76%,37%,42%)

RGB channels and saturation

R 194 of 255 = 76%
G 95 of 255 = 37%
B 108 of 255 = 42%

194
95
108

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

Portions of RGB colors in percentages

R + G + B =
194 + 95 + 108 = 397 (100%)
R 194 of 397 ~ 48.87%
G 95 of 397 ~ 23.93%
B 108 of 397 ~ 27.2%

%48.87
%23.93
%27.2

CMYK color model

#C25F6C color CMYK value is (0,51,44,24).

  • cyan value is 0.00%
  • magenta value is 51.03%
  • yellow value is 44.33%
  • key color value is 23.92%
CMYK:
(0,51,44,24)
C0M51Y44K24 
(0%,51%,44%,24%)
(0.00/0.51/0.44/0.24)	

CMYK percentages

%0
%51.03
%44.33
%23.92

Codes

Color #C25F6C in popluar color models

C25F6C
RGB19495108
HSL352°44.80%56.67%
HSB/HSV352°51.03%76.08%
CMYK0.00%51.03%44.33%
23.92%

Color #C25F6C in popluar number systems.

HEXC25F6C
Decimal19495108
Binary1100001010111111101100
Octal302137154

Shades and tints

Shades of #C25F6C

#C25F6C
(194,95,108)
#B15763
(177,87,99)
#A04F5A
(160,79,90)
#8F4751
(143,71,81)
#7E3F48
(126,63,72)
#6D373F
(109,55,63)
#5C2F36
(92,47,54)
#4B272D
(75,39,45)
#3A1F24
(58,31,36)
#29171B
(41,23,27)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #C25F6C

#C25F6C
(194,95,108)
#C76D79
(199,109,121)
#CC7B86
(204,123,134)
#D18993
(209,137,147)
#D697A0
(214,151,160)
#DBA5AD
(219,165,173)
#E0B3BA
(224,179,186)
#E5C1C7
(229,193,199)
#EACFD4
(234,207,212)
#EFDDE1
(239,221,225)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C25F6C color. Also use rgb(194,95,108) instead hex code.

Text Font Color

.myTextColor { color: #C25F6C; }

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

This text font color is #C25F6C.


Background Color

.myBgColor { background-color: #C25F6C; }

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

This div background color is #C25F6C.


Border color

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

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

This div border color is #C25F6C.


Opacity

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

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

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

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

This text has shadow with #C25F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C25F6C on black background.


Color preview on white background

This text has color #C25F6C on white background.



Black color preview on #C25F6C background

This text has black color on #C25F6C background.


White color preview on #C25F6C background

This text has white color on #C25F6C background.