COLOR #CA4D59

HEX: #CA4D59
RGB: (202,77,89)

Color info

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

RGB color model

#CA4D59 color RGB value is (202,77,89).

  • red value is 202;
  • green value is 77;
  • blue value is 89.
RGB:
(202,77,89)
(79%,30%,35%)

RGB channels and saturation

R 202 of 255 = 79%
G 77 of 255 = 30%
B 89 of 255 = 35%

202
77
89

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

Portions of RGB colors in percentages

R + G + B =
202 + 77 + 89 = 368 (100%)
R 202 of 368 ~ 54.89%
G 77 of 368 ~ 20.92%
B 89 of 368 ~ 24.18%

%54.89
%20.92
%24.18

CMYK color model

#CA4D59 color CMYK value is (0,62,56,21).

  • cyan value is 0.00%
  • magenta value is 61.88%
  • yellow value is 55.94%
  • key color value is 20.78%
CMYK:
(0,62,56,21)
C0M62Y56K21 
(0%,62%,56%,21%)
(0.00/0.62/0.56/0.21)	

CMYK percentages

%0
%61.88
%55.94
%20.78

Codes

Color #CA4D59 in popluar color models

CA4D59
RGB2027789
HSL354°54.11%54.71%
HSB/HSV354°61.88%79.22%
CMYK0.00%61.88%55.94%
20.78%

Color #CA4D59 in popluar number systems.

HEXCA4D59
Decimal2027789
Binary1100101010011011011001
Octal312115131

Shades and tints

Shades of #CA4D59

#CA4D59
(202,77,89)
#B84651
(184,70,81)
#A63F49
(166,63,73)
#943841
(148,56,65)
#823139
(130,49,57)
#702A31
(112,42,49)
#5E2329
(94,35,41)
#4C1C21
(76,28,33)
#3A1519
(58,21,25)
#280E11
(40,14,17)
#160709
(22,7,9)
#000000
(0,0,0)

Tints of #CA4D59

#CA4D59
(202,77,89)
#CE5D68
(206,93,104)
#D26D77
(210,109,119)
#D67D86
(214,125,134)
#DA8D95
(218,141,149)
#DE9DA4
(222,157,164)
#E2ADB3
(226,173,179)
#E6BDC2
(230,189,194)
#EACDD1
(234,205,209)
#EEDDE0
(238,221,224)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA4D59 color. Also use rgb(202,77,89) instead hex code.

Text Font Color

.myTextColor { color: #CA4D59; }

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

This text font color is #CA4D59.


Background Color

.myBgColor { background-color: #CA4D59; }

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

This div background color is #CA4D59.


Border color

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

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

This div border color is #CA4D59.


Opacity

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

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

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

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

This text has shadow with #CA4D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA4D59 on black background.


Color preview on white background

This text has color #CA4D59 on white background.



Black color preview on #CA4D59 background

This text has black color on #CA4D59 background.


White color preview on #CA4D59 background

This text has white color on #CA4D59 background.