COLOR #CA727D

HEX: #CA727D RGB: (202,114,125)

Color info

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

RGB color model

#CA727D color RGB value is (202,114,125).

RGB: (202,114,125) (79%, 45%, 49%)

RGB channels and saturation

R 202 of 255 = 79%
G 114 of 255 = 45%
B 125 of 255 = 49%

202
114
125

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

Portions of RGB colors in percentages

R + G + B = 202 + 114 + 125 = 441 (100%)
R 202 of 441 ~ 45.8%
G 114 of 441 ~ 25.85%
B 125 of 441 ~ 28.34'%

%45.8
%25.85
%28.34

CMYK color model

#CA727D color CMYK value is (0,44,38,21).

  • cyan value is 0.00%
  • magenta value is 43.56%
  • yellow value is 38.12%
  • key color value is 20.78%

CMYK: (0,44,38,21)
C0M44Y38K21 (0%, 44%, 38%, 21%)
(0.00 / 0.44 / 0.38 / 0.21)

CMYK percentages

%0
%43.56
%38.12
%20.78

Codes

Color #CA727D in popluar color models

CA 72 7D
RGB 202 114 125
HSL 353° 45.36% 61.96%
HSB/HSV 353° 43.56% 79.22%
CMYK 0.00% 43.56% 38.12%
20.78%

Color #CA727D in popluar number systems.

HEX CA 72 7D
Decimal 202 114 125
Binary 11001010 1110010 1111101
Octal 312 162 175

Shades and tints

Shades of #CA727D

#CA727D
(202,114,125)
#B86872
(184,104,114)
#A65E67
(166,94,103)
#94545C
(148,84,92)
#824A51
(130,74,81)
#704046
(112,64,70)
#5E363B
(94,54,59)
#4C2C30
(76,44,48)
#3A2225
(58,34,37)
#28181A
(40,24,26)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #CA727D

#CA727D
(202,114,125)
#CE7E88
(206,126,136)
#D28A93
(210,138,147)
#D6969E
(214,150,158)
#DAA2A9
(218,162,169)
#DEAEB4
(222,174,180)
#E2BABF
(226,186,191)
#E6C6CA
(230,198,202)
#EAD2D5
(234,210,213)
#EEDEE0
(238,222,224)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA727D color. Also use rgb(202,114,125) instead hex code.

Text Font Color

.myTextColor { color: #CA727D; }

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

This text font color is #CA727D.

Background Color

.myBgColor { background-color: #CA727D; }

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

This div background color is #CA727D.

Border color

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

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

This div border color is #CA727D.

Opacity

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

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

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

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

This text has shadow with #CA727D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA727D.

Preview

Color preview on black background

This text has color #CA727D on black background.


Color preview on white background

This text has color #CA727D on white background.


Black color preview on #CA727D background

This text has black color on #CA727D background.


White color preview on #CA727D background

This text has white color on #CA727D background.


Related colors

Complementary color

Complementary color for #hex is #358D82.


I love getcolorcode.com

Triadic colors

1 #7DCA72 and #727DCA with #CA727D are triadic colors.

2 #7D72CA and #72CA7D with #CA727D are triadic colors.