COLOR #C25C67

HEX: #C25C67 RGB: (194,92,103)

Color info

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

RGB color model

#C25C67 color RGB value is (194,92,103).

RGB: (194,92,103) (76%, 36%, 40%)

RGB channels and saturation

R 194 of 255 = 76%
G 92 of 255 = 36%
B 103 of 255 = 40%

194
92
103

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

Portions of RGB colors in percentages

R + G + B = 194 + 92 + 103 = 389 (100%)
R 194 of 389 ~ 49.87%
G 92 of 389 ~ 23.65%
B 103 of 389 ~ 26.48'%

%49.87
%23.65
%26.48

CMYK color model

#C25C67 color CMYK value is (0,53,47,24).

  • cyan value is 0.00%
  • magenta value is 52.58%
  • yellow value is 46.91%
  • key color value is 23.92%

CMYK: (0,53,47,24)
C0M53Y47K24 (0%, 53%, 47%, 24%)
(0.00 / 0.53 / 0.47 / 0.24)

CMYK percentages

%0
%52.58
%46.91
%23.92

Codes

Color #C25C67 in popluar color models

C2 5C 67
RGB 194 92 103
HSL 354° 45.54% 56.08%
HSB/HSV 354° 52.58% 76.08%
CMYK 0.00% 52.58% 46.91%
23.92%

Color #C25C67 in popluar number systems.

HEX C2 5C 67
Decimal 194 92 103
Binary 11000010 1011100 1100111
Octal 302 134 147

Shades and tints

Shades of #C25C67

#C25C67
(194,92,103)
#B1545E
(177,84,94)
#A04C55
(160,76,85)
#8F444C
(143,68,76)
#7E3C43
(126,60,67)
#6D343A
(109,52,58)
#5C2C31
(92,44,49)
#4B2428
(75,36,40)
#3A1C1F
(58,28,31)
#291416
(41,20,22)
#180C0D
(24,12,13)
#000000
(0,0,0)

Tints of #C25C67

#C25C67
(194,92,103)
#C76A74
(199,106,116)
#CC7881
(204,120,129)
#D1868E
(209,134,142)
#D6949B
(214,148,155)
#DBA2A8
(219,162,168)
#E0B0B5
(224,176,181)
#E5BEC2
(229,190,194)
#EACCCF
(234,204,207)
#EFDADC
(239,218,220)
#F4E8E9
(244,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C25C67 color. Also use rgb(194,92,103) instead hex code.

Text Font Color

.myTextColor { color: #C25C67; }

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

This text font color is #C25C67.

Background Color

.myBgColor { background-color: #C25C67; }

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

This div background color is #C25C67.

Border color

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

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

This div border color is #C25C67.

Opacity

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

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

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

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

This text has shadow with #C25C67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C25C67.

Preview

Color preview on black background

This text has color #C25C67 on black background.


Color preview on white background

This text has color #C25C67 on white background.


Black color preview on #C25C67 background

This text has black color on #C25C67 background.


White color preview on #C25C67 background

This text has white color on #C25C67 background.


Related colors

Complementary color

Complementary color for #hex is #3DA398.


I love getcolorcode.com

Triadic colors

1 #67C25C and #5C67C2 with #C25C67 are triadic colors.

2 #675CC2 and #5CC267 with #C25C67 are triadic colors.