COLOR #C25D53

HEX: #C25D53 RGB: (194,93,83)

Color info

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

RGB color model

#C25D53 color RGB value is (194,93,83).

RGB: (194,93,83) (76%, 36%, 33%)

RGB channels and saturation

R 194 of 255 = 76%
G 93 of 255 = 36%
B 83 of 255 = 33%

194
93
83

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

Portions of RGB colors in percentages

R + G + B = 194 + 93 + 83 = 370 (100%)
R 194 of 370 ~ 52.43%
G 93 of 370 ~ 25.14%
B 83 of 370 ~ 22.43'%

%52.43
%25.14
%22.43

CMYK color model

#C25D53 color CMYK value is (0,52,57,24).

  • cyan value is 0.00%
  • magenta value is 52.06%
  • yellow value is 57.22%
  • key color value is 23.92%

CMYK: (0,52,57,24)
C0M52Y57K24 (0%, 52%, 57%, 24%)
(0.00 / 0.52 / 0.57 / 0.24)

CMYK percentages

%0
%52.06
%57.22
%23.92

Codes

Color #C25D53 in popluar color models

C2 5D 53
RGB 194 93 83
HSL 47.64% 54.31%
HSB/HSV 57.22% 76.08%
CMYK 0.00% 52.06% 57.22%
23.92%

Color #C25D53 in popluar number systems.

HEX C2 5D 53
Decimal 194 93 83
Binary 11000010 1011101 1010011
Octal 302 135 123

Shades and tints

Shades of #C25D53

#C25D53
(194,93,83)
#B1554C
(177,85,76)
#A04D45
(160,77,69)
#8F453E
(143,69,62)
#7E3D37
(126,61,55)
#6D3530
(109,53,48)
#5C2D29
(92,45,41)
#4B2522
(75,37,34)
#3A1D1B
(58,29,27)
#291514
(41,21,20)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #C25D53

#C25D53
(194,93,83)
#C76B62
(199,107,98)
#CC7971
(204,121,113)
#D18780
(209,135,128)
#D6958F
(214,149,143)
#DBA39E
(219,163,158)
#E0B1AD
(224,177,173)
#E5BFBC
(229,191,188)
#EACDCB
(234,205,203)
#EFDBDA
(239,219,218)
#F4E9E9
(244,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C25D53 color. Also use rgb(194,93,83) instead hex code.

Text Font Color

.myTextColor { color: #C25D53; }

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

This text font color is #C25D53.

Background Color

.myBgColor { background-color: #C25D53; }

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

This div background color is #C25D53.

Border color

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

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

This div border color is #C25D53.

Opacity

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

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

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

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

This text has shadow with #C25D53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C25D53.

Preview

Color preview on black background

This text has color #C25D53 on black background.


Color preview on white background

This text has color #C25D53 on white background.


Black color preview on #C25D53 background

This text has black color on #C25D53 background.


White color preview on #C25D53 background

This text has white color on #C25D53 background.


Related colors

Complementary color

Complementary color for #hex is #3DA2AC.


I love getcolorcode.com

Triadic colors

1 #53C25D and #5D53C2 with #C25D53 are triadic colors.

2 #535DC2 and #5DC253 with #C25D53 are triadic colors.