COLOR #CA638D

HEX: #CA638D RGB: (202,99,141)

Color info

#CA638D contains mainly red color. Web safe color of #CA638D is #CC6699 (or #C69).

RGB color model

#CA638D color RGB value is (202,99,141).

RGB: (202,99,141) (79%, 39%, 55%)

RGB channels and saturation

R 202 of 255 = 79%
G 99 of 255 = 39%
B 141 of 255 = 55%

202
99
141

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

Portions of RGB colors in percentages

R + G + B = 202 + 99 + 141 = 442 (100%)
R 202 of 442 ~ 45.7%
G 99 of 442 ~ 22.4%
B 141 of 442 ~ 31.9'%

%45.7
%22.4
%31.9

CMYK color model

#CA638D color CMYK value is (0,51,30,21).

  • cyan value is 0.00%
  • magenta value is 50.99%
  • yellow value is 30.20%
  • key color value is 20.78%

CMYK: (0,51,30,21)
C0M51Y30K21 (0%, 51%, 30%, 21%)
(0.00 / 0.51 / 0.30 / 0.21)

CMYK percentages

%0
%50.99
%30.2
%20.78

Codes

Color #CA638D in popluar color models

CA 63 8D
RGB 202 99 141
HSL 336° 49.28% 59.02%
HSB/HSV 336° 50.99% 79.22%
CMYK 0.00% 50.99% 30.20%
20.78%

Color #CA638D in popluar number systems.

HEX CA 63 8D
Decimal 202 99 141
Binary 11001010 1100011 10001101
Octal 312 143 215

Shades and tints

Shades of #CA638D

#CA638D
(202,99,141)
#B85A81
(184,90,129)
#A65175
(166,81,117)
#944869
(148,72,105)
#823F5D
(130,63,93)
#703651
(112,54,81)
#5E2D45
(94,45,69)
#4C2439
(76,36,57)
#3A1B2D
(58,27,45)
#281221
(40,18,33)
#160915
(22,9,21)
#000000
(0,0,0)

Tints of #CA638D

#CA638D
(202,99,141)
#CE7197
(206,113,151)
#D27FA1
(210,127,161)
#D68DAB
(214,141,171)
#DA9BB5
(218,155,181)
#DEA9BF
(222,169,191)
#E2B7C9
(226,183,201)
#E6C5D3
(230,197,211)
#EAD3DD
(234,211,221)
#EEE1E7
(238,225,231)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA638D color. Also use rgb(202,99,141) instead hex code.

Text Font Color

.myTextColor { color: #CA638D; }

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

This text font color is #CA638D.

Background Color

.myBgColor { background-color: #CA638D; }

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

This div background color is #CA638D.

Border color

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

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

This div border color is #CA638D.

Opacity

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

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

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

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

This text has shadow with #CA638D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA638D.

Preview

Color preview on black background

This text has color #CA638D on black background.


Color preview on white background

This text has color #CA638D on white background.


Black color preview on #CA638D background

This text has black color on #CA638D background.


White color preview on #CA638D background

This text has white color on #CA638D background.


Related colors

Complementary color

Complementary color for #hex is #359C72.


I love getcolorcode.com

Triadic colors

1 #8DCA63 and #638DCA with #CA638D are triadic colors.

2 #8D63CA and #63CA8D with #CA638D are triadic colors.