COLOR #CA469A

HEX: #CA469A
RGB: (202,70,154)

Color info

#CA469A contains mainly red and blue colors. Web safe color of #CA469A is #CC3399 (or #C39).

RGB color model

#CA469A color RGB value is (202,70,154).

  • red value is 202;
  • green value is 70;
  • blue value is 154.
RGB:
(202,70,154)
(79%,27%,60%)

RGB channels and saturation

R 202 of 255 = 79%
G 70 of 255 = 27%
B 154 of 255 = 60%

202
70
154

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

Portions of RGB colors in percentages

R + G + B =
202 + 70 + 154 = 426 (100%)
R 202 of 426 ~ 47.42%
G 70 of 426 ~ 16.43%
B 154 of 426 ~ 36.15%

%47.42
%16.43
%36.15

CMYK color model

#CA469A color CMYK value is (0,65,24,21).

  • cyan value is 0.00%
  • magenta value is 65.35%
  • yellow value is 23.76%
  • key color value is 20.78%
CMYK:
(0,65,24,21)
C0M65Y24K21 
(0%,65%,24%,21%)
(0.00/0.65/0.24/0.21)	

CMYK percentages

%0
%65.35
%23.76
%20.78

Codes

Color #CA469A in popluar color models

CA469A
RGB20270154
HSL322°55.46%53.33%
HSB/HSV322°65.35%79.22%
CMYK0.00%65.35%23.76%
20.78%

Color #CA469A in popluar number systems.

HEXCA469A
Decimal20270154
Binary11001010100011010011010
Octal312106232

Shades and tints

Shades of #CA469A

#CA469A
(202,70,154)
#B8408C
(184,64,140)
#A63A7E
(166,58,126)
#943470
(148,52,112)
#822E62
(130,46,98)
#702854
(112,40,84)
#5E2246
(94,34,70)
#4C1C38
(76,28,56)
#3A162A
(58,22,42)
#28101C
(40,16,28)
#160A0E
(22,10,14)
#000000
(0,0,0)

Tints of #CA469A

#CA469A
(202,70,154)
#CE56A3
(206,86,163)
#D266AC
(210,102,172)
#D676B5
(214,118,181)
#DA86BE
(218,134,190)
#DE96C7
(222,150,199)
#E2A6D0
(226,166,208)
#E6B6D9
(230,182,217)
#EAC6E2
(234,198,226)
#EED6EB
(238,214,235)
#F2E6F4
(242,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA469A color. Also use rgb(202,70,154) instead hex code.

Text Font Color

.myTextColor { color: #CA469A; }

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

This text font color is #CA469A.


Background Color

.myBgColor { background-color: #CA469A; }

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

This div background color is #CA469A.


Border color

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

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

This div border color is #CA469A.


Opacity

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

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

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

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

This text has shadow with #CA469A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA469A on black background.


Color preview on white background

This text has color #CA469A on white background.



Black color preview on #CA469A background

This text has black color on #CA469A background.


White color preview on #CA469A background

This text has white color on #CA469A background.