COLOR #CA799D

HEX: #CA799D
RGB: (202,121,157)

Color info

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

RGB color model

#CA799D color RGB value is (202,121,157).

  • red value is 202;
  • green value is 121;
  • blue value is 157.
RGB:
(202,121,157)
(79%,47%,62%)

RGB channels and saturation

R 202 of 255 = 79%
G 121 of 255 = 47%
B 157 of 255 = 62%

202
121
157

R + G + B ~ 63%. #CA799D is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 121 + 157 = 480 (100%)
R 202 of 480 ~ 42.08%
G 121 of 480 ~ 25.21%
B 157 of 480 ~ 32.71%

%42.08
%25.21
%32.71

CMYK color model

#CA799D color CMYK value is (0,40,22,21).

  • cyan value is 0.00%
  • magenta value is 40.10%
  • yellow value is 22.28%
  • key color value is 20.78%
CMYK:
(0,40,22,21)
C0M40Y22K21 
(0%,40%,22%,21%)
(0.00/0.40/0.22/0.21)	

CMYK percentages

%0
%40.1
%22.28
%20.78

Codes

Color #CA799D in popluar color models

CA799D
RGB202121157
HSL333°43.32%63.33%
HSB/HSV333°40.10%79.22%
CMYK0.00%40.10%22.28%
20.78%

Color #CA799D in popluar number systems.

HEXCA799D
Decimal202121157
Binary11001010111100110011101
Octal312171235

Shades and tints

Shades of #CA799D

#CA799D
(202,121,157)
#B86E8F
(184,110,143)
#A66381
(166,99,129)
#945873
(148,88,115)
#824D65
(130,77,101)
#704257
(112,66,87)
#5E3749
(94,55,73)
#4C2C3B
(76,44,59)
#3A212D
(58,33,45)
#28161F
(40,22,31)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #CA799D

#CA799D
(202,121,157)
#CE85A5
(206,133,165)
#D291AD
(210,145,173)
#D69DB5
(214,157,181)
#DAA9BD
(218,169,189)
#DEB5C5
(222,181,197)
#E2C1CD
(226,193,205)
#E6CDD5
(230,205,213)
#EAD9DD
(234,217,221)
#EEE5E5
(238,229,229)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA799D; }

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

This text font color is #CA799D.


Background Color

.myBgColor { background-color: #CA799D; }

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

This div background color is #CA799D.


Border color

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

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

This div border color is #CA799D.


Opacity

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

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

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

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

This text has shadow with #CA799D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA799D on black background.


Color preview on white background

This text has color #CA799D on white background.



Black color preview on #CA799D background

This text has black color on #CA799D background.


White color preview on #CA799D background

This text has white color on #CA799D background.