COLOR #CA5253

HEX: #CA5253
RGB: (202,82,83)

Color info

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

RGB color model

#CA5253 color RGB value is (202,82,83).

  • red value is 202;
  • green value is 82;
  • blue value is 83.
RGB:
(202,82,83)
(79%,32%,33%)

RGB channels and saturation

R 202 of 255 = 79%
G 82 of 255 = 32%
B 83 of 255 = 33%

202
82
83

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

Portions of RGB colors in percentages

R + G + B =
202 + 82 + 83 = 367 (100%)
R 202 of 367 ~ 55.04%
G 82 of 367 ~ 22.34%
B 83 of 367 ~ 22.62%

%55.04
%22.34
%22.62

CMYK color model

#CA5253 color CMYK value is (0,59,59,21).

  • cyan value is 0.00%
  • magenta value is 59.41%
  • yellow value is 58.91%
  • key color value is 20.78%
CMYK:
(0,59,59,21)
C0M59Y59K21 
(0%,59%,59%,21%)
(0.00/0.59/0.59/0.21)	

CMYK percentages

%0
%59.41
%58.91
%20.78

Codes

Color #CA5253 in popluar color models

CA5253
RGB2028283
HSL360°53.10%55.69%
HSB/HSV360°59.41%79.22%
CMYK0.00%59.41%58.91%
20.78%

Color #CA5253 in popluar number systems.

HEXCA5253
Decimal2028283
Binary1100101010100101010011
Octal312122123

Shades and tints

Shades of #CA5253

#CA5253
(202,82,83)
#B84B4C
(184,75,76)
#A64445
(166,68,69)
#943D3E
(148,61,62)
#823637
(130,54,55)
#702F30
(112,47,48)
#5E2829
(94,40,41)
#4C2122
(76,33,34)
#3A1A1B
(58,26,27)
#281314
(40,19,20)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #CA5253

#CA5253
(202,82,83)
#CE6162
(206,97,98)
#D27071
(210,112,113)
#D67F80
(214,127,128)
#DA8E8F
(218,142,143)
#DE9D9E
(222,157,158)
#E2ACAD
(226,172,173)
#E6BBBC
(230,187,188)
#EACACB
(234,202,203)
#EED9DA
(238,217,218)
#F2E8E9
(242,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA5253 color. Also use rgb(202,82,83) instead hex code.

Text Font Color

.myTextColor { color: #CA5253; }

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

This text font color is #CA5253.


Background Color

.myBgColor { background-color: #CA5253; }

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

This div background color is #CA5253.


Border color

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

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

This div border color is #CA5253.


Opacity

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

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

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

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

This text has shadow with #CA5253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA5253 on black background.


Color preview on white background

This text has color #CA5253 on white background.



Black color preview on #CA5253 background

This text has black color on #CA5253 background.


White color preview on #CA5253 background

This text has white color on #CA5253 background.