COLOR #C5425D

HEX: #C5425D
RGB: (197,66,93)

Color info

#C5425D contains mainly red color. Web safe color of #C5425D is #CC3366 (or #C36).

RGB color model

#C5425D color RGB value is (197,66,93).

  • red value is 197;
  • green value is 66;
  • blue value is 93.
RGB:
(197,66,93)
(77%,26%,36%)

RGB channels and saturation

R 197 of 255 = 77%
G 66 of 255 = 26%
B 93 of 255 = 36%

197
66
93

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

Portions of RGB colors in percentages

R + G + B =
197 + 66 + 93 = 356 (100%)
R 197 of 356 ~ 55.34%
G 66 of 356 ~ 18.54%
B 93 of 356 ~ 26.12%

%55.34
%18.54
%26.12

CMYK color model

#C5425D color CMYK value is (0,66,53,23).

  • cyan value is 0.00%
  • magenta value is 66.50%
  • yellow value is 52.79%
  • key color value is 22.75%
CMYK:
(0,66,53,23)
C0M66Y53K23 
(0%,66%,53%,23%)
(0.00/0.66/0.53/0.23)	

CMYK percentages

%0
%66.5
%52.79
%22.75

Codes

Color #C5425D in popluar color models

C5425D
RGB1976693
HSL348°53.04%51.57%
HSB/HSV348°66.50%77.25%
CMYK0.00%66.50%52.79%
22.75%

Color #C5425D in popluar number systems.

HEXC5425D
Decimal1976693
Binary1100010110000101011101
Octal305102135

Shades and tints

Shades of #C5425D

#C5425D
(197,66,93)
#B43C55
(180,60,85)
#A3364D
(163,54,77)
#923045
(146,48,69)
#812A3D
(129,42,61)
#702435
(112,36,53)
#5F1E2D
(95,30,45)
#4E1825
(78,24,37)
#3D121D
(61,18,29)
#2C0C15
(44,12,21)
#1B060D
(27,6,13)
#000000
(0,0,0)

Tints of #C5425D

#C5425D
(197,66,93)
#CA536B
(202,83,107)
#CF6479
(207,100,121)
#D47587
(212,117,135)
#D98695
(217,134,149)
#DE97A3
(222,151,163)
#E3A8B1
(227,168,177)
#E8B9BF
(232,185,191)
#EDCACD
(237,202,205)
#F2DBDB
(242,219,219)
#F7ECE9
(247,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5425D color. Also use rgb(197,66,93) instead hex code.

Text Font Color

.myTextColor { color: #C5425D; }

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

This text font color is #C5425D.


Background Color

.myBgColor { background-color: #C5425D; }

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

This div background color is #C5425D.


Border color

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

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

This div border color is #C5425D.


Opacity

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

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

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

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

This text has shadow with #C5425D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5425D on black background.


Color preview on white background

This text has color #C5425D on white background.



Black color preview on #C5425D background

This text has black color on #C5425D background.


White color preview on #C5425D background

This text has white color on #C5425D background.