COLOR #CA6993

HEX: #CA6993 RGB: (202,105,147)

Color info

#CA6993 contains mainly red and blue colors. Web safe color of #CA6993 is #CC6699 (or #C69).

RGB color model

#CA6993 color RGB value is (202,105,147).

RGB: (202,105,147) (79%, 41%, 58%)

RGB channels and saturation

R 202 of 255 = 79%
G 105 of 255 = 41%
B 147 of 255 = 58%

202
105
147

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

Portions of RGB colors in percentages

R + G + B = 202 + 105 + 147 = 454 (100%)
R 202 of 454 ~ 44.49%
G 105 of 454 ~ 23.13%
B 147 of 454 ~ 32.38'%

%44.49
%23.13
%32.38

CMYK color model

#CA6993 color CMYK value is (0,48,27,21).

  • cyan value is 0.00%
  • magenta value is 48.02%
  • yellow value is 27.23%
  • key color value is 20.78%
CMYK: (0,48,27,21) C0M48Y27K21 (0%,48%,27%,21%) (0.00/0.48/0.27/0.21) 

CMYK percentages

%0
%48.02
%27.23
%20.78

Codes

Color #CA6993 in popluar color models

CA 69 93
RGB 202 105 147
HSL 334° 47.78% 60.20%
HSB/HSV 334° 48.02% 79.22%
CMYK 0.00% 48.02% 27.23%
20.78%

Color #CA6993 in popluar number systems.

HEX CA 69 93
Decimal 202 105 147
Binary 11001010 1101001 10010011
Octal 312 151 223

Shades and tints

Shades of #CA6993

#CA6993
(202,105,147)
#B86086
(184,96,134)
#A65779
(166,87,121)
#944E6C
(148,78,108)
#82455F
(130,69,95)
#703C52
(112,60,82)
#5E3345
(94,51,69)
#4C2A38
(76,42,56)
#3A212B
(58,33,43)
#28181E
(40,24,30)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #CA6993

#CA6993
(202,105,147)
#CE769C
(206,118,156)
#D283A5
(210,131,165)
#D690AE
(214,144,174)
#DA9DB7
(218,157,183)
#DEAAC0
(222,170,192)
#E2B7C9
(226,183,201)
#E6C4D2
(230,196,210)
#EAD1DB
(234,209,219)
#EEDEE4
(238,222,228)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA6993 color. Also use rgb(202,105,147) instead hex code.

Text Font Color

.myTextColor { color: #CA6993; }

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

This text font color is #CA6993.

Background Color

.myBgColor { background-color: #CA6993; }

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

This div background color is #CA6993.

Border color

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

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

This div border color is #CA6993.

Opacity

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

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

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

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

This text has shadow with #CA6993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA6993.

Preview

Color preview on black background

This text has color #CA6993 on black background.


Color preview on white background

This text has color #CA6993 on white background.


Black color preview on #CA6993 background

This text has black color on #CA6993 background.


White color preview on #CA6993 background

This text has white color on #CA6993 background.


Related colors

Complementary color

Complementary color for #hex is #35966C.


I love getcolorcode.com

Triadic colors

1 #93CA69 and #6993CA with #CA6993 are triadic colors.

2 #9369CA and #69CA93 with #CA6993 are triadic colors.