COLOR #CA609A

HEX: #CA609A
RGB: (202,96,154)

Color info

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

RGB color model

#CA609A color RGB value is (202,96,154).

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

RGB channels and saturation

R 202 of 255 = 79%
G 96 of 255 = 38%
B 154 of 255 = 60%

202
96
154

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

Portions of RGB colors in percentages

R + G + B =
202 + 96 + 154 = 452 (100%)
R 202 of 452 ~ 44.69%
G 96 of 452 ~ 21.24%
B 154 of 452 ~ 34.07%

%44.69
%21.24
%34.07

CMYK color model

#CA609A color CMYK value is (0,52,24,21).

  • cyan value is 0.00%
  • magenta value is 52.48%
  • yellow value is 23.76%
  • key color value is 20.78%
CMYK:
(0,52,24,21)
C0M52Y24K21 
(0%,52%,24%,21%)
(0.00/0.52/0.24/0.21)	

CMYK percentages

%0
%52.48
%23.76
%20.78

Codes

Color #CA609A in popluar color models

CA609A
RGB20296154
HSL327°50.00%58.43%
HSB/HSV327°52.48%79.22%
CMYK0.00%52.48%23.76%
20.78%

Color #CA609A in popluar number systems.

HEXCA609A
Decimal20296154
Binary11001010110000010011010
Octal312140232

Shades and tints

Shades of #CA609A

#CA609A
(202,96,154)
#B8588C
(184,88,140)
#A6507E
(166,80,126)
#944870
(148,72,112)
#824062
(130,64,98)
#703854
(112,56,84)
#5E3046
(94,48,70)
#4C2838
(76,40,56)
#3A202A
(58,32,42)
#28181C
(40,24,28)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #CA609A

#CA609A
(202,96,154)
#CE6EA3
(206,110,163)
#D27CAC
(210,124,172)
#D68AB5
(214,138,181)
#DA98BE
(218,152,190)
#DEA6C7
(222,166,199)
#E2B4D0
(226,180,208)
#E6C2D9
(230,194,217)
#EAD0E2
(234,208,226)
#EEDEEB
(238,222,235)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA609A; }

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

This text font color is #CA609A.


Background Color

.myBgColor { background-color: #CA609A; }

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

This div background color is #CA609A.


Border color

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

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

This div border color is #CA609A.


Opacity

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

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

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

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

This text has shadow with #CA609A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA609A on black background.


Color preview on white background

This text has color #CA609A on white background.



Black color preview on #CA609A background

This text has black color on #CA609A background.


White color preview on #CA609A background

This text has white color on #CA609A background.