COLOR #CA7573

HEX: #CA7573 RGB: (202,117,115)

Color info

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

RGB color model

#CA7573 color RGB value is (202,117,115).

RGB: (202,117,115) (79%, 46%, 45%)

RGB channels and saturation

R 202 of 255 = 79%
G 117 of 255 = 46%
B 115 of 255 = 45%

202
117
115

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

Portions of RGB colors in percentages

R + G + B = 202 + 117 + 115 = 434 (100%)
R 202 of 434 ~ 46.54%
G 117 of 434 ~ 26.96%
B 115 of 434 ~ 26.5'%

%46.54
%26.96
%26.5

CMYK color model

#CA7573 color CMYK value is (0,42,43,21).

  • cyan value is 0.00%
  • magenta value is 42.08%
  • yellow value is 43.07%
  • key color value is 20.78%

CMYK: (0,42,43,21)
C0M42Y43K21 (0%, 42%, 43%, 21%)
(0.00 / 0.42 / 0.43 / 0.21)

CMYK percentages

%0
%42.08
%43.07
%20.78

Codes

Color #CA7573 in popluar color models

CA 75 73
RGB 202 117 115
HSL 45.08% 62.16%
HSB/HSV 43.07% 79.22%
CMYK 0.00% 42.08% 43.07%
20.78%

Color #CA7573 in popluar number systems.

HEX CA 75 73
Decimal 202 117 115
Binary 11001010 1110101 1110011
Octal 312 165 163

Shades and tints

Shades of #CA7573

#CA7573
(202,117,115)
#B86B69
(184,107,105)
#A6615F
(166,97,95)
#945755
(148,87,85)
#824D4B
(130,77,75)
#704341
(112,67,65)
#5E3937
(94,57,55)
#4C2F2D
(76,47,45)
#3A2523
(58,37,35)
#281B19
(40,27,25)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #CA7573

#CA7573
(202,117,115)
#CE817F
(206,129,127)
#D28D8B
(210,141,139)
#D69997
(214,153,151)
#DAA5A3
(218,165,163)
#DEB1AF
(222,177,175)
#E2BDBB
(226,189,187)
#E6C9C7
(230,201,199)
#EAD5D3
(234,213,211)
#EEE1DF
(238,225,223)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA7573 color. Also use rgb(202,117,115) instead hex code.

Text Font Color

.myTextColor { color: #CA7573; }

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

This text font color is #CA7573.

Background Color

.myBgColor { background-color: #CA7573; }

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

This div background color is #CA7573.

Border color

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

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

This div border color is #CA7573.

Opacity

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

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

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

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

This text has shadow with #CA7573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA7573.

Preview

Color preview on black background

This text has color #CA7573 on black background.


Color preview on white background

This text has color #CA7573 on white background.


Black color preview on #CA7573 background

This text has black color on #CA7573 background.


White color preview on #CA7573 background

This text has white color on #CA7573 background.


Related colors

Complementary color

Complementary color for #hex is #358A8C.


I love getcolorcode.com

Triadic colors

1 #73CA75 and #7573CA with #CA7573 are triadic colors.

2 #7375CA and #75CA73 with #CA7573 are triadic colors.