COLOR #C25E67

HEX: #C25E67 RGB: (194,94,103)

Color info

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

RGB color model

#C25E67 color RGB value is (194,94,103).

RGB: (194,94,103) (76%, 37%, 40%)

RGB channels and saturation

R 194 of 255 = 76%
G 94 of 255 = 37%
B 103 of 255 = 40%

194
94
103

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

Portions of RGB colors in percentages

R + G + B = 194 + 94 + 103 = 391 (100%)
R 194 of 391 ~ 49.62%
G 94 of 391 ~ 24.04%
B 103 of 391 ~ 26.34'%

%49.62
%24.04
%26.34

CMYK color model

#C25E67 color CMYK value is (0,52,47,24).

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

CMYK: (0,52,47,24)
C0M52Y47K24 (0%, 52%, 47%, 24%)
(0.00 / 0.52 / 0.47 / 0.24)

CMYK percentages

%0
%51.55
%46.91
%23.92

Codes

Color #C25E67 in popluar color models

C2 5E 67
RGB 194 94 103
HSL 355° 45.05% 56.47%
HSB/HSV 355° 51.55% 76.08%
CMYK 0.00% 51.55% 46.91%
23.92%

Color #C25E67 in popluar number systems.

HEX C2 5E 67
Decimal 194 94 103
Binary 11000010 1011110 1100111
Octal 302 136 147

Shades and tints

Shades of #C25E67

#C25E67
(194,94,103)
#B1565E
(177,86,94)
#A04E55
(160,78,85)
#8F464C
(143,70,76)
#7E3E43
(126,62,67)
#6D363A
(109,54,58)
#5C2E31
(92,46,49)
#4B2628
(75,38,40)
#3A1E1F
(58,30,31)
#291616
(41,22,22)
#180E0D
(24,14,13)
#000000
(0,0,0)

Tints of #C25E67

#C25E67
(194,94,103)
#C76C74
(199,108,116)
#CC7A81
(204,122,129)
#D1888E
(209,136,142)
#D6969B
(214,150,155)
#DBA4A8
(219,164,168)
#E0B2B5
(224,178,181)
#E5C0C2
(229,192,194)
#EACECF
(234,206,207)
#EFDCDC
(239,220,220)
#F4EAE9
(244,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C25E67; }

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

This text font color is #C25E67.

Background Color

.myBgColor { background-color: #C25E67; }

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

This div background color is #C25E67.

Border color

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

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

This div border color is #C25E67.

Opacity

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

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

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

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

This text has shadow with #C25E67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C25E67.

Preview

Color preview on black background

This text has color #C25E67 on black background.


Color preview on white background

This text has color #C25E67 on white background.


Black color preview on #C25E67 background

This text has black color on #C25E67 background.


White color preview on #C25E67 background

This text has white color on #C25E67 background.


Related colors

Complementary color

Complementary color for #hex is #3DA198.


I love getcolorcode.com

Triadic colors

1 #67C25E and #5E67C2 with #C25E67 are triadic colors.

2 #675EC2 and #5EC267 with #C25E67 are triadic colors.