COLOR #CA5D79

HEX: #CA5D79 RGB: (202,93,121)

Color info

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

RGB color model

#CA5D79 color RGB value is (202,93,121).

RGB: (202,93,121) (79%, 36%, 47%)

RGB channels and saturation

R 202 of 255 = 79%
G 93 of 255 = 36%
B 121 of 255 = 47%

202
93
121

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

Portions of RGB colors in percentages

R + G + B = 202 + 93 + 121 = 416 (100%)
R 202 of 416 ~ 48.56%
G 93 of 416 ~ 22.36%
B 121 of 416 ~ 29.09'%

%48.56
%22.36
%29.09

CMYK color model

#CA5D79 color CMYK value is (0,54,40,21).

  • cyan value is 0.00%
  • magenta value is 53.96%
  • yellow value is 40.10%
  • key color value is 20.78%

CMYK: (0,54,40,21)
C0M54Y40K21 (0%, 54%, 40%, 21%)
(0.00 / 0.54 / 0.40 / 0.21)

CMYK percentages

%0
%53.96
%40.1
%20.78

Codes

Color #CA5D79 in popluar color models

CA 5D 79
RGB 202 93 121
HSL 345° 50.70% 57.84%
HSB/HSV 345° 53.96% 79.22%
CMYK 0.00% 53.96% 40.10%
20.78%

Color #CA5D79 in popluar number systems.

HEX CA 5D 79
Decimal 202 93 121
Binary 11001010 1011101 1111001
Octal 312 135 171

Shades and tints

Shades of #CA5D79

#CA5D79
(202,93,121)
#B8556E
(184,85,110)
#A64D63
(166,77,99)
#944558
(148,69,88)
#823D4D
(130,61,77)
#703542
(112,53,66)
#5E2D37
(94,45,55)
#4C252C
(76,37,44)
#3A1D21
(58,29,33)
#281516
(40,21,22)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #CA5D79

#CA5D79
(202,93,121)
#CE6B85
(206,107,133)
#D27991
(210,121,145)
#D6879D
(214,135,157)
#DA95A9
(218,149,169)
#DEA3B5
(222,163,181)
#E2B1C1
(226,177,193)
#E6BFCD
(230,191,205)
#EACDD9
(234,205,217)
#EEDBE5
(238,219,229)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA5D79 color. Also use rgb(202,93,121) instead hex code.

Text Font Color

.myTextColor { color: #CA5D79; }

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

This text font color is #CA5D79.

Background Color

.myBgColor { background-color: #CA5D79; }

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

This div background color is #CA5D79.

Border color

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

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

This div border color is #CA5D79.

Opacity

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

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

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

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

This text has shadow with #CA5D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA5D79.

Preview

Color preview on black background

This text has color #CA5D79 on black background.


Color preview on white background

This text has color #CA5D79 on white background.


Black color preview on #CA5D79 background

This text has black color on #CA5D79 background.


White color preview on #CA5D79 background

This text has white color on #CA5D79 background.


Related colors

Complementary color

Complementary color for #hex is #35A286.


I love getcolorcode.com

Triadic colors

1 #79CA5D and #5D79CA with #CA5D79 are triadic colors.

2 #795DCA and #5DCA79 with #CA5D79 are triadic colors.