COLOR #CA535D

HEX: #CA535D RGB: (202,83,93)

Color info

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

RGB color model

#CA535D color RGB value is (202,83,93).

RGB: (202,83,93) (79%, 33%, 36%)

RGB channels and saturation

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

202
83
93

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

Portions of RGB colors in percentages

R + G + B = 202 + 83 + 93 = 378 (100%)
R 202 of 378 ~ 53.44%
G 83 of 378 ~ 21.96%
B 93 of 378 ~ 24.6'%

%53.44
%21.96
%24.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 58.91%
  • yellow value is 53.96%
  • key color value is 20.78%
CMYK: (0,59,54,21) C0M59Y54K21 (0%,59%,54%,21%) (0.00/0.59/0.54/0.21) 

CMYK percentages

%0
%58.91
%53.96
%20.78

Codes

Color #CA535D in popluar color models

CA 53 5D
RGB 202 83 93
HSL 355° 52.89% 55.88%
HSB/HSV 355° 58.91% 79.22%
CMYK 0.00% 58.91% 53.96%
20.78%

Color #CA535D in popluar number systems.

HEX CA 53 5D
Decimal 202 83 93
Binary 11001010 1010011 1011101
Octal 312 123 135

Shades and tints

Shades of #CA535D

#CA535D
(202,83,93)
#B84C55
(184,76,85)
#A6454D
(166,69,77)
#943E45
(148,62,69)
#82373D
(130,55,61)
#703035
(112,48,53)
#5E292D
(94,41,45)
#4C2225
(76,34,37)
#3A1B1D
(58,27,29)
#281415
(40,20,21)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #CA535D

#CA535D
(202,83,93)
#CE626B
(206,98,107)
#D27179
(210,113,121)
#D68087
(214,128,135)
#DA8F95
(218,143,149)
#DE9EA3
(222,158,163)
#E2ADB1
(226,173,177)
#E6BCBF
(230,188,191)
#EACBCD
(234,203,205)
#EEDADB
(238,218,219)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA535D; }

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

This text font color is #CA535D.

Background Color

.myBgColor { background-color: #CA535D; }

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

This div background color is #CA535D.

Border color

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

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

This div border color is #CA535D.

Opacity

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

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

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

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

This text has shadow with #CA535D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA535D.

Preview

Color preview on black background

This text has color #CA535D on black background.


Color preview on white background

This text has color #CA535D on white background.


Black color preview on #CA535D background

This text has black color on #CA535D background.


White color preview on #CA535D background

This text has white color on #CA535D background.


Related colors

Complementary color

Complementary color for #hex is #35ACA2.


I love getcolorcode.com

Triadic colors

1 #5DCA53 and #535DCA with #CA535D are triadic colors.

2 #5D53CA and #53CA5D with #CA535D are triadic colors.