COLOR #CA545D

HEX: #CA545D
RGB: (202,84,93)

Color info

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

RGB color model

#CA545D color RGB value is (202,84,93).

  • red value is 202;
  • green value is 84;
  • blue value is 93.
RGB:
(202,84,93)
(79%,33%,36%)

RGB channels and saturation

R 202 of 255 = 79%
G 84 of 255 = 33%
B 93 of 255 = 36%

202
84
93

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

Portions of RGB colors in percentages

R + G + B =
202 + 84 + 93 = 379 (100%)
R 202 of 379 ~ 53.3%
G 84 of 379 ~ 22.16%
B 93 of 379 ~ 24.54%

%53.3
%22.16
%24.54

CMYK color model

#CA545D color CMYK value is (0,58,54,21).

  • cyan value is 0.00%
  • magenta value is 58.42%
  • yellow value is 53.96%
  • key color value is 20.78%
CMYK:
(0,58,54,21)
C0M58Y54K21 
(0%,58%,54%,21%)
(0.00/0.58/0.54/0.21)	

CMYK percentages

%0
%58.42
%53.96
%20.78

Codes

Color #CA545D in popluar color models

CA545D
RGB2028493
HSL355°52.68%56.08%
HSB/HSV355°58.42%79.22%
CMYK0.00%58.42%53.96%
20.78%

Color #CA545D in popluar number systems.

HEXCA545D
Decimal2028493
Binary1100101010101001011101
Octal312124135

Shades and tints

Shades of #CA545D

#CA545D
(202,84,93)
#B84D55
(184,77,85)
#A6464D
(166,70,77)
#943F45
(148,63,69)
#82383D
(130,56,61)
#703135
(112,49,53)
#5E2A2D
(94,42,45)
#4C2325
(76,35,37)
#3A1C1D
(58,28,29)
#281515
(40,21,21)
#160E0D
(22,14,13)
#000000
(0,0,0)

Tints of #CA545D

#CA545D
(202,84,93)
#CE636B
(206,99,107)
#D27279
(210,114,121)
#D68187
(214,129,135)
#DA9095
(218,144,149)
#DE9FA3
(222,159,163)
#E2AEB1
(226,174,177)
#E6BDBF
(230,189,191)
#EACCCD
(234,204,205)
#EEDBDB
(238,219,219)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA545D; }

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

This text font color is #CA545D.


Background Color

.myBgColor { background-color: #CA545D; }

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

This div background color is #CA545D.


Border color

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

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

This div border color is #CA545D.


Opacity

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

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

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

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

This text has shadow with #CA545D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA545D on black background.


Color preview on white background

This text has color #CA545D on white background.



Black color preview on #CA545D background

This text has black color on #CA545D background.


White color preview on #CA545D background

This text has white color on #CA545D background.