COLOR #CA7F9D

HEX: #CA7F9D RGB: (202,127,157)

Color info

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

RGB color model

#CA7F9D color RGB value is (202,127,157).

RGB: (202,127,157) (79%, 50%, 62%)

RGB channels and saturation

R 202 of 255 = 79%
G 127 of 255 = 50%
B 157 of 255 = 62%

202
127
157

R + G + B ~ 64%. #CA7F9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 127 + 157 = 486 (100%)
R 202 of 486 ~ 41.56%
G 127 of 486 ~ 26.13%
B 157 of 486 ~ 32.3'%

%41.56
%26.13
%32.3

CMYK color model

#CA7F9D color CMYK value is (0,37,22,21).

  • cyan value is 0.00%
  • magenta value is 37.13%
  • yellow value is 22.28%
  • key color value is 20.78%

CMYK: (0,37,22,21)
C0M37Y22K21 (0%, 37%, 22%, 21%)
(0.00 / 0.37 / 0.22 / 0.21)

CMYK percentages

%0
%37.13
%22.28
%20.78

Codes

Color #CA7F9D in popluar color models

CA 7F 9D
RGB 202 127 157
HSL 336° 41.44% 64.51%
HSB/HSV 336° 37.13% 79.22%
CMYK 0.00% 37.13% 22.28%
20.78%

Color #CA7F9D in popluar number systems.

HEX CA 7F 9D
Decimal 202 127 157
Binary 11001010 1111111 10011101
Octal 312 177 235

Shades and tints

Shades of #CA7F9D

#CA7F9D
(202,127,157)
#B8748F
(184,116,143)
#A66981
(166,105,129)
#945E73
(148,94,115)
#825365
(130,83,101)
#704857
(112,72,87)
#5E3D49
(94,61,73)
#4C323B
(76,50,59)
#3A272D
(58,39,45)
#281C1F
(40,28,31)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #CA7F9D

#CA7F9D
(202,127,157)
#CE8AA5
(206,138,165)
#D295AD
(210,149,173)
#D6A0B5
(214,160,181)
#DAABBD
(218,171,189)
#DEB6C5
(222,182,197)
#E2C1CD
(226,193,205)
#E6CCD5
(230,204,213)
#EAD7DD
(234,215,221)
#EEE2E5
(238,226,229)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA7F9D color. Also use rgb(202,127,157) instead hex code.

Text Font Color

.myTextColor { color: #CA7F9D; }

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

This text font color is #CA7F9D.

Background Color

.myBgColor { background-color: #CA7F9D; }

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

This div background color is #CA7F9D.

Border color

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

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

This div border color is #CA7F9D.

Opacity

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

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

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

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

This text has shadow with #CA7F9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA7F9D.

Preview

Color preview on black background

This text has color #CA7F9D on black background.


Color preview on white background

This text has color #CA7F9D on white background.


Black color preview on #CA7F9D background

This text has black color on #CA7F9D background.


White color preview on #CA7F9D background

This text has white color on #CA7F9D background.


Related colors

Complementary color

Complementary color for #hex is #358062.


I love getcolorcode.com

Triadic colors

1 #9DCA7F and #7F9DCA with #CA7F9D are triadic colors.

2 #9D7FCA and #7FCA9D with #CA7F9D are triadic colors.