COLOR #CA638A

HEX: #CA638A RGB: (202,99,138)

Color info

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

RGB color model

#CA638A color RGB value is (202,99,138).

RGB: (202,99,138) (79%, 39%, 54%)

RGB channels and saturation

R 202 of 255 = 79%
G 99 of 255 = 39%
B 138 of 255 = 54%

202
99
138

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

Portions of RGB colors in percentages

R + G + B = 202 + 99 + 138 = 439 (100%)
R 202 of 439 ~ 46.01%
G 99 of 439 ~ 22.55%
B 138 of 439 ~ 31.44'%

%46.01
%22.55
%31.44

CMYK color model

#CA638A color CMYK value is (0,51,32,21).

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

CMYK: (0,51,32,21)
C0M51Y32K21 (0%, 51%, 32%, 21%)
(0.00 / 0.51 / 0.32 / 0.21)

CMYK percentages

%0
%50.99
%31.68
%20.78

Codes

Color #CA638A in popluar color models

CA 63 8A
RGB 202 99 138
HSL 337° 49.28% 59.02%
HSB/HSV 337° 50.99% 79.22%
CMYK 0.00% 50.99% 31.68%
20.78%

Color #CA638A in popluar number systems.

HEX CA 63 8A
Decimal 202 99 138
Binary 11001010 1100011 10001010
Octal 312 143 212

Shades and tints

Shades of #CA638A

#CA638A
(202,99,138)
#B85A7E
(184,90,126)
#A65172
(166,81,114)
#944866
(148,72,102)
#823F5A
(130,63,90)
#70364E
(112,54,78)
#5E2D42
(94,45,66)
#4C2436
(76,36,54)
#3A1B2A
(58,27,42)
#28121E
(40,18,30)
#160912
(22,9,18)
#000000
(0,0,0)

Tints of #CA638A

#CA638A
(202,99,138)
#CE7194
(206,113,148)
#D27F9E
(210,127,158)
#D68DA8
(214,141,168)
#DA9BB2
(218,155,178)
#DEA9BC
(222,169,188)
#E2B7C6
(226,183,198)
#E6C5D0
(230,197,208)
#EAD3DA
(234,211,218)
#EEE1E4
(238,225,228)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA638A; }

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

This text font color is #CA638A.

Background Color

.myBgColor { background-color: #CA638A; }

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

This div background color is #CA638A.

Border color

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

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

This div border color is #CA638A.

Opacity

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

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

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

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

This text has shadow with #CA638A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA638A.

Preview

Color preview on black background

This text has color #CA638A on black background.


Color preview on white background

This text has color #CA638A on white background.


Black color preview on #CA638A background

This text has black color on #CA638A background.


White color preview on #CA638A background

This text has white color on #CA638A background.


Related colors

Complementary color

Complementary color for #hex is #359C75.


I love getcolorcode.com

Triadic colors

1 #8ACA63 and #638ACA with #CA638A are triadic colors.

2 #8A63CA and #63CA8A with #CA638A are triadic colors.